Simple tool to graph memory usage?
        Posted  
        
            by dbr
        on Server Fault
        
        See other posts from Server Fault
        
            or by dbr
        
        
        
        Published on 2009-05-02T13:55:28Z
        Indexed on 
            2010/03/22
            23:31 UTC
        
        
        Read the original article
        Hit count: 476
        
Is there a script that will show memory usage as a graph, for example as a pie-chart, with each process being being a separate slice?
I'm not looking for something like Munin to graph memory usage over time, but rather show the memory usage per-process at a single point in time.
To make my request even more obscure, it is for a headless server (so no X applications). The simplest way would be to write a PNG file, or possibly an HTML file (which could use Javascript to allow the filtering of processes, changing between graph-types and so on)
© Server Fault or respective owner