using get_system_info() - obtaining system load averages

Tofik Suleymanov tofik at oxygen.az
Tue Jan 10 06:18:59 PST 2006


kamal kc wrote:

>--- Peter Jeremy <PeterJeremy at optushome.com.au> wrote:
>
>  
>
>>On Mon, 2006-Jan-09 23:59:10 -0800, kamal kc wrote:
>>    
>>
>>>thanks i tried getloadavg() it worked.
>>>
>>>but when i tried to put it in the kernel the kernel
>>>failed to link. 
>>>      
>>>
>>You didn't mention the kernel bit before.  To access
>>the load average in the kernel, you just access
>>"averunnable" (see <sys/resource.h>).  Note that you
>>cannot do floating point arithmetic in the kernel so
>>the load averages are stored as fixed point numbers.
>>
>>    
>>
>
>thanks , it worked !!!! 
>
>i used the ldavg[] and fscale of averunnable to get
>the system load.
>
>
>you people are great .. 
>
>kamal
>
>
>
>
>
>
>
>
>		
>__________________________________________ 
>Yahoo! DSL – Something to write home about. 
>Just $16.99/mo. or less. 
>dsl.yahoo.com 
>
>_______________________________________________
>freebsd-hackers at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
>  
>
Just a curiosity: why use kernel-space functions to get system load ? 
Isn't it better to use sysctls in user-space ?



More information about the freebsd-hackers mailing list