Jump to content

How to track cpu usage


walovaton

Recommended Posts

Yes, I mean in the server side.

 

It would be nice if PHP had some infrastructure to know how much CPU is using a given script.  For example, PHP can measure execution time so it doesn't pass and established limit defined in php.ini.  If I only could know that time it would be enough for me since that's the time it was actually using the CPU (which is not the same as the real elapsed time).

 

The other ugly option is to execute some OS command to get the "TIME+" value shown in top at the beginning and at the end of the script and then calculate the difference.  That value would be the actual CPU time in seconds used by the script.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.