Re: [PHP-DEV] Getting system statistics

2006-05-09 Thread Sean Coates
Is there any funciton to get the system related statistics like, meminfo, cpuinfo, etc. Hello, In the future, please use php-general@lists.php.net for anything not related to PHP internals development. As for your question, see http://pecl.php.net/statgrab S -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Getting system statistics

2006-05-09 Thread Ilia Alshanetsky
Statgrab extension in PECL is what you are looking for. On 9-May-06, at 12:51 AM, Senthil Murugan wrote: Hi, Is there any funciton to get the system related statistics like, meminfo, cpuinfo, etc. I just searched for that option but I could not find it. In case of linux we can use

[PHP-DEV] Getting system statistics

2006-05-08 Thread Senthil Murugan
Hi, Is there any funciton to get the system related statistics like, meminfo, cpuinfo, etc. I just searched for that option but I could not find it. In case of linux we can use /proc/meminfo but to make the code portable, i am getting little bit worried. Can any one help me in this regard?