Re: how do I get processor usage info?
Re: how do I get processor usage info?
- Subject: Re: how do I get processor usage info?
- From: Gnarlodious <email@hidden>
- Date: Wed, 30 Jun 2004 22:07:17 -0600
Entity Jose Moran spoke thus:
>
I need to get the processor usage percent in an script, just the
>
instant I run it..... in several machines... remotely.
You can logon to the remote machine with SSH and use:\
top -l1 | sed -n '/Load Avg:/p'
Maybe you can do it in Applescript with remote Events but it sounds
complicated.
-- Gnarlie
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.