Jump to content

Determine System Load

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
How can you determine, inside your php script, how much system load you are putting on the server? I'd like stats such as memory, cpu, etc.. Anyone got a function to do this, like a debug mode function?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
i would be interested in hearing a solution to this...i can think of a way to determine how much harddrive space is being used, but no idea how to determine the cpu/memory

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
actually while posting in another topic, i found this: http://us3.php.net/m...y-get-usage.php

is that what your looking for? still dont know about the CPU

#4
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Wow, that is a cool function. I didn't know PHP had that function.