i have few perl application running as a daemon in Linux fedora.
I need to read out the status, currently i'm reading using ps -C <the file name>.
the system shows whether the daemon is running or not, but i need more info liek usage time , memory usage , sleep and ...
and i want to do it in a nice sorted manner so that i can view a list in a cool layout.