On Dec 20, 2007 10:19 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > So the numbers are bogus! > Thanks, understood :) root@xxxxxxxxxxxxx:~# cat /proc/loadavg 0.00 0.00 0.02 1/52 1159 This seems loadavg is calculating average for non-RT tasks. I think loadavg should be loadavg(all RT Tasks) + loadavg(all non-RT tasks) , it means loadavg should be all Tasks(RT + non-RT) running on the machine. In RT we introduced loadavgrt, but we changed the meaning of loadavg. Currently loadavgrt is correct it is trying to calculate average of RT tasks. But currently loadavg is loadavgnonrt, it should be loadavg (for all Tasks) Please correct me, If I am wrong. Thank you, Jaswinder Singh. - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html