Basically, I need to draw a graph over all running Linux Processes.
I followed below step's but looking out some best solution for this work.
Using Top command get all running process and redirect to a file, next then extract input from given file and draw Graph using some programming API.
This step's seem to be very tedious, Is there any other way to do this work in Linux itself. Please give a suggestion.