Re: how to monitor the system status?
Re: how to monitor the system status?
- Subject: Re: how to monitor the system status?
- From: Ken Thomases <email@hidden>
- Date: Wed, 5 Mar 2008 10:02:34 -0600
On Mar 5, 2008, at 4:13 PM, Scott.D.R wrote:
As the titled mentioned, How to monitor the system status?
Mac OS X provided a very powerful application "Activity Monitor",
which can let you inspect the system status such as CPU usage, disk
usage, network usage and so on. But how to retrieve these
information using APIs?
Mostly through the sysctl() routines. For an example, see <http://developer.apple.com/qa/qa2001/qa1123.html
>.
See the man page, and search for "sysctl" at developer.apple.com for
more.
-Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden