procstat

get information on processes in Linux

http://closure.ath.cx/procstat

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Patrick Palka
Maintained by [email protected]

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.