pystatgrab is a set of Python bindings for the libstatgrab library. The project installs as a module and provides a set of function calls with identical names to the libstatgrab functions. The returned data types also map logically on to the structures returned by libstatgrab.
pystatgrab should work on any platform that libstatgrab will work on. Currently, pystatgrab requires version 0.9 of libstatgrab to function.
Requirements:
· libstatgrab
What's New in This Release:
· This release fixes a potential crash when calling sg_get_process_stats multiple times. It chases API changes in libstatgrab 0.13.
Product's homepage