Hi,
There's a nasty limitation that I really feel that should be taken care of (if possible).
Imagine graphing the memory of a host; I want to have buffer memory, user memory, shared memory AND free memory on the same graph. Graphing all these items independently doesn't really give a good picture of the memory state: Ideally, those different memory usage metrics should be stacked, because the sum of all of them is a constant - the memory size.
So I suggest the ability to generate stacked graphics. It's useful for CPU utilization (nice+user+idle+system), number of processes (running+sleeping), and eventually others that I can't remember right now.
Cheers,
Pedro Venda.
There's a nasty limitation that I really feel that should be taken care of (if possible).
Imagine graphing the memory of a host; I want to have buffer memory, user memory, shared memory AND free memory on the same graph. Graphing all these items independently doesn't really give a good picture of the memory state: Ideally, those different memory usage metrics should be stacked, because the sum of all of them is a constant - the memory size.
So I suggest the ability to generate stacked graphics. It's useful for CPU utilization (nice+user+idle+system), number of processes (running+sleeping), and eventually others that I can't remember right now.
Cheers,
Pedro Venda.


Comment