Where can I see the CPU logs of the processor?

Our hosting does not keep logs of CPU usage of the processor at the moment.
When an account starts hitting the CPU limit and starts using abnormal amounts of resources, an automatic email is sent to the user informing them that their website is using a lot of CPU resources.

  • 83 Users Found This Useful
Was this answer helpful?

Related Articles

How do I disable magic quotes? (Using .htaccess)

You need to add this line to your htaccess file in the directory where you want to disable magic...

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...

I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need...

I can’t enter the site, it doesn’t work. What to do?

Sometimes your site may become unavailable and it may not be displayed for you. Here are the...

How do I turn off short open tags?

To disable short opening tags, you need to add the following code to your .htaccess file:...