Révision b6b77ef9
plugins/redis/redis_: Make used_memory use base 1024 like it should
| plugins/redis/redis_ | ||
|---|---|---|
| 172 | 172 |
print "graph_title Used memory\n"; |
| 173 | 173 |
print "graph_vlabel Used memory\n"; |
| 174 | 174 |
print "graph_category redis\n"; |
| 175 |
print "graph_args -l 0\n"; |
|
| 175 |
print "graph_args -l 0 --base 1024\n";
|
|
| 176 | 176 |
print "used_memory.label used memory\n"; |
| 177 | 177 |
print "used_memory.draw AREA\n"; |
| 178 | 178 |
exit 0; |
Formats disponibles : Unified diff