Ask a Question related to UNIX Programming, Design and Development.
-
Kurtis D. Rader #1
Re: getting cpu load
On Tue, 15 Jul 2003 17:11:29 +0000, shea martin wrote:
Are you referring to the load average as reported by utilities like> Is there a system call to get the current cpu load of the system??
uptime(1)? If so my first recommendation is to not even bother. The load
average doesn't mean what many people intuitively expect. Search this
newsgroup for previous discussions of how it is calculated. Specifically,
it can include factors having nothing to do with what percentage of
the time each CPU is working versus idle.
If you're looking for the percentage of time each CPU is idle/non-idle
the answer is: it's system dependent. You'll have to tell us which OS
and version you're working with. If it's Linux or FreeBSD you'll find the
source for those systems to be a good source for answers to this type of
question.
Kurtis D. Rader Guest
-
How can I load load Additional extensions ?
My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:\php" . I... -
my swf doesn't load
Dnia Fri, 13 Aug 2004 10:16:47 GMT, decorix <decorix@hotmail.com> napisał: My english is poor :) Some serv change filenames (for example:... -
I want to load a swf from another swf?
I want to build a preloader in a movie that loads another hidden movie. After the hidden movie is loaded it become visible and the preloader... -
my .swf won't load
Do you have a limit on your file sizes for that site? Your 6 meg file is there.. Portfolio.swf, but there is another file with lower case p..... -
load of ram
Hi, for a long time we want to detect what is the ram load. Now my question: Is there an easy way, to get the information for the size of a... -
Wojtek Walczak #2
Re: getting cpu load
Dnia Tue, 15 Jul 2003 17:11:29 GMT, shea martin napisał(a):
On Linux read it from /proc/loadavg> Is there a system call to get the current cpu load of the system??
--
[ Wojtek Walczak - gminick (at) underground.org.pl ]
[ <http://gminick.linuxsecurity.pl/> ]
[ "...rozmaite zwroty, matowe od patyny dawnosci." ]
Wojtek Walczak Guest



Reply With Quote

