Comment 29 for bug 513848

Revision history for this message
Chase Douglas (chasedouglas) wrote :

@tgabi:

calc_load_tasks is an integer [1]. It basically represents the latest data point used for load avg calculation and is only updated once by each cpu every 5 seconds.

[1] http://lxr.linux.no/linux+v2.6.33/kernel/sched.c#L2997