gleu/gnuplot_pgcluu

Overcommit graph

Closed this issue · 3 comments

blogh commented

I get weird y axis labels for the attached data. Is this normal ?

gnuplot_pgcluu
commit_memory

pgcluu
commit_memory

commit_memory.csv

gleu commented

I thought the numbers were in unit of bytes. It may be kilobytes. I'll check right away.

gleu commented

OK, so pgcluu_collectd is doing something like this:

$ grep Commit /proc/meminfo 
CommitLimit:    43109864 kB
Committed_AS:   11285292 kB

And it just grabs the numbers. So it's definitely kilobytes. I'll fix this.

gleu commented

The fix is here: 7a5eb0e

And here is the graph I get from your CSV file:

commit_memory

Thanks again.