@hackage procstat0.1.0.1

get information on processes in Linux

procstat is a clean interface to the Linux /proc filesystem; specifically, the /proc/[0-9]+/stat files. It essentially parses the process data found in those files into a more semantic data structure.