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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.