in reply to Re: Percent of CPU/Mem Usage for User
in thread Percent of CPU/Mem Usage for User

Proc::ProcessTable
  • Comment on Re^2: Percent of CPU/Mem Usage for User

Replies are listed 'Best First'.
Re^3: Percent of CPU/Mem Usage for User
by geekt (Novice) on Jun 11, 2010 at 10:44 UTC

    Thank you, however those appear to give processor information for the entire machine, or current script, not for the user as a whole.

    Edit: I might actually use one of those first ones. Gave me an idea for an added feature to also limit or send an alert based on total processor usage. Thank you yet again!

      Really? Well, there has to be something for you to do :)

        On second look Proc table MAY be usable...but I'll have to do some more research. :) Thank you.

        Edit: First look was too brief, made it look like less than it was. Looking into it further it seems almost too basic. Fully usable, but will have to experiment when my brain isn't all over the place. :) Thank you again.