Top Level :: System
:: statgrab
:: 0.3
statgrab 0.3
| Package Information |
| Summary |
System statistics via libstatgrab |
| Maintainers |
Ilia Alshanetsky <
ilia at php dot net >
(lead)
[details]
|
| License |
PHP License 3.01 |
| Description |
A PHP extension wrapping libstatgrab (https://libstatgrab.org), the
cross-platform system-statistics library. Exposes CPU, memory, swap,
disk I/O, filesystem, network, page, process, user, and host metrics
through both a procedural API (the original 2006 surface) and a
modern Statgrab class.
Requires libstatgrab >= 0.92 and PHP >= 8.0. |
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. |
|
| Dependencies for release 0.3 |
|
|