Package Information |
Summary |
libstatgab bindings |
Maintainers |
Ilia Alshanetsky <
ilia at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
libstatgrab is a library that provides a common interface for retrieving
a variety of system statistics on a number of *NIX like systems.
This extension allows you to call the functions made available by
libstatgrab library.
|
Release notes
Version 0.3
(beta)
|
1) Make statgrab extension work with libstatgrab 0.10 (now required). 2) Change function prefixes to sg_ from statg_. 3) Renamed sg_process_stats() to sg_process_count(). 4) Added sg_process_stats() that can now return detailed information about all currently running processes. |