| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
>Does sysctl on kern.proc work for this? (See the example in thesysctl 3 man page.)
I grabbed some source described here: http://ezine.daemonnews.org/200205/sysctl-netbsd.html
I had to change some "struct proc" declarations to "struct extern_proc", but then it compiles. Running it against my local user didn't correctly sum up my CPU usage, but it did correctly count my processes.
Thanks for the link.. but I encountered the same result, it didn't return the CPU usage (just zeros), so I wonder if it suffers from the same "can't get stats from a running process" limitation as getrusage(). I pulled it into gdb and looked at the extern_proc p_rtime and p_cputicks fields. (Heck, I showed the whole struct and every time-like field was empty except __p_starttime.)
-pmb _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/email@hidden
| References: | |
| >Re:Non-priv way to collect job stats under Intel? (From: Jeffrey Johnson <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.