Révision 3720ba7a
add counter-definition to store values fetched from database in the right way as diff
| plugins/rethinkdb/rethinkdb_node_io | ||
|---|---|---|
| 60 | 60 |
print("graph_args --base 1000 -l 0")
|
| 61 | 61 |
print("graph_vlabel Operations / second")
|
| 62 | 62 |
print("graph_category rethinkdb")
|
| 63 |
print("total_qps.label queries per sec")
|
|
| 64 |
print("total_rdps.label read docs per sec")
|
|
| 65 |
print("total_wdps.label written docs per sec")
|
|
| 63 |
print("total_qps.label queries per
|
|
| 64 |
print("total_qps.type COUNTER")
|
|
| 65 |
print("total_rdps.label read docs
|
|
| 66 |
print("total_rdps.type COUNTER")
|
|
| 67 |
print("total_wdps.label written do
|
|
| 68 |
print("total_wdps.type COUNTER")
|
|
| 66 | 69 |
exit(0) |
| 67 | 70 |
|
| 68 | 71 |
|
Formats disponibles : Unified diff