System_ProcWatch

System_ProcWatch

System_ProcWatch -- System_ProcWatch

System_ProcWatch

Monitor processes

Usage:
1  require_once 'System/ProcWatch.php';
2  require_once 'System/ProcWatch/Config.php';
3
4  $cf = System_ProcWatch_Config::fromXmlFile('/etc/procwatch.xml');
5  $pw = &new System_ProcWatch($cf);
6  $pw->run();

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.