Results 1 to 3 of 3
  1. #1

    monitoring PHP script load

    Hi there

    Forgive me for not being too technical on this stuff, but i'm wondering if there is something that we can use for monitoring PHP scripts to make sure they're not putting too much load on the server. We have found a particular script that appears to be slowing the server down considerably, but we are not 100% sure it is this script and indeed if it is, it would be good to log its load so that we can fine tune it

    Any suggestions?

    mark

  2. #2
    If you are not sure which script is causing load - you can check "top" results and that will help you which process is taking up load on server.

  3. #3
    Join Date
    Apr 2005
    Location
    Cochin
    Posts
    2,452
    try the top command ...find out the script and remove or chmod it to 000.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •