sampler-fork/config.yml

25 lines
634 B
YAML
Raw Normal View History

2019-01-28 23:09:52 +00:00
theme: dark / bright
line-charts:
- title: curl-latency
data:
- label: example.com
script: curl -o /dev/null -s -w '%{time_total}' http://example.com
color: red
- label: google.com
script: curl -o /dev/null -s -w '%{time_total}' http://google.com
color: yellow
refresh-rate-ms: 100
2019-01-30 00:21:57 +00:00
time-scale-sec: 1
2019-01-28 23:09:52 +00:00
style: dots/lines
position:
2019-01-30 00:21:57 +00:00
x: 1
y: 2
2019-01-28 23:09:52 +00:00
size:
2019-01-29 14:34:15 +00:00
x: 3
2019-01-30 00:21:57 +00:00
y: 4
2019-01-28 23:09:52 +00:00
- title: mongo-count
data:
- label: posts
script: mongo --quiet --host=localhost blog --eval "db.getCollection('post').find({}).size()" | grep 2
color: red