2019-02-04 02:17:56 +00:00
|
|
|
runcharts:
|
2019-02-17 01:54:48 +00:00
|
|
|
- title: SEARCH ENGINE RESPONSE TIME (sec)
|
|
|
|
precision: 3
|
|
|
|
position:
|
|
|
|
w: 0
|
|
|
|
h: 0
|
|
|
|
size:
|
|
|
|
w: 30
|
|
|
|
h: 20
|
|
|
|
items:
|
2019-02-17 03:18:12 +00:00
|
|
|
- label: GOOGLE
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://www.google.com
|
|
|
|
- label: YAHOO
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://search.yahoo.com
|
|
|
|
- label: YANDEX
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://yandex.com
|
|
|
|
- label: BING
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://www.bing.com
|
|
|
|
- label: DDGO
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://duckduckgo.com
|
2019-02-17 01:54:48 +00:00
|
|
|
- title: SEARCH ENGINE RESPONSE TIME 2 (sec)
|
|
|
|
refresh-rate-ms: 5000
|
|
|
|
position:
|
|
|
|
w: 0
|
|
|
|
h: 20
|
|
|
|
size:
|
|
|
|
w: 15
|
|
|
|
h: 10
|
|
|
|
legend:
|
|
|
|
enabled: true
|
|
|
|
details: false
|
|
|
|
items:
|
2019-02-17 03:18:12 +00:00
|
|
|
- label: GOOGLE
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://www.google.com
|
|
|
|
- label: YAHOO
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://search.yahoo.com
|
|
|
|
- label: BING
|
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://www.bing.com
|
2019-02-17 01:54:48 +00:00
|
|
|
- title: MONGO COLLECTIONS COUNT
|
|
|
|
position:
|
|
|
|
w: 15
|
|
|
|
h: 20
|
|
|
|
size:
|
|
|
|
w: 15
|
|
|
|
h: 10
|
|
|
|
items:
|
2019-02-17 03:18:12 +00:00
|
|
|
- label: POSTS
|
|
|
|
script: mongo --quiet --host=localhost blog --eval "db.getCollection('post').find({}).size()"
|