CLXXII. win32ps Functions
Einführung
The win32ps extension is a Windows specific extension that allows PHP retrieve statistics about process and memory utilization.
Anforderungen
Windows NT, Windows 2000, Windows XP or Windows Server 2003. Any version of Windows derived from Windows NT should be compatible.
Installation
Prozedur 16. Installing from PECL
You can download php_win32ps.dll from » pecl4win.php.net.
Copy the php_win32ps.dll into your extension_dir.
Load the extension from your php.ini
extension=php_win32ps.dll
Beispiele
Beispiel 2224. Statistics about the current PHP process
<?php |
Beispiel 2225. Statistics about global memory utilization
<?php |
Inhaltsverzeichnis
- win32_ps_list_procs — List running processes
- win32_ps_stat_mem — Stat memory utilization
- win32_ps_stat_proc — Stat process
There are no user contributed notes for this page.
