Re: proc/locaavg definition

From: Andrew Morton
Date: Thu Mar 03 2005 - 05:45:14 EST


David Lang <david.lang@xxxxxxxxxxxxxxxxxx> wrote:
>
> from what I have been able to find under /Documentation /proc/loadavg is
> defined as giving three loadaverage numbers, 1 min, 5 min, 15 min.
>
> however as of 2.6.5ish timeframe there are a coupld of additional colums
> that do not appear to be documented
>
> the first is something #/# that could be # of running processes/total # of
> processes, but I can't find a definition of this anywhere

number of currently ready-to-run threads
/
total number of threads in the machine
the pid of the most-recently-created thread.

No idea why the last one is there.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/