Anti overload cpu usage script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Anti overload cpu usage script

    This is anti overload cpu usage script for more info read readme.txt
    Attached Files
    Last edited by johns; 13.09.11, 00:16.

    #2
    lol

    #$limit=25
    #it's mean max 25% cpu usage
    $loading = sys_getloadavg();
    $limit = 25;
    it doesn't mean 25% cpu usage

    Comment


      #3
      What does is mean?

      Comment


        #4
        Life After Coffee

        Comment

        Working...
        X