From: Eli Zaretskii <eliz@gnu.org>
To: emacs-devel@gnu.org
Subject: Documentation of the load average in the manual
Date: Sat, 04 Jul 2009 13:56:54 +0300 [thread overview]
Message-ID: <83vdm81zt5.fsf@gnu.org> (raw)
The Emacs User manual says this in "(emacs) Optional Mode Line":
Emacs can optionally display the time and system load in all mode
lines. To enable this feature, type `M-x display-time' or customize
the option `display-time-mode'. The information added to the mode line
usually appears after the buffer name, before the mode names and their
parentheses. It looks like this:
HH:MMpm L.LL
Here HH and MM are the hour and minute, followed always by `am' or
`pm'. L.LL is the average number of running processes in the whole
system recently.
The last sentence is inaccurate, at least on GNU/Linux: there, the
load average shows the number of processes that are either running or
ready to run (i.e. waiting in the scheduler's ready-to-run queues). I
believe the same is true for any Unix system that supports this
feature.
If the reader goes by the manual, she will be unable to explain values
for load average that are larger than the number of processors in the
system.
Do we want to make this description more accurate, perhaps at the
price of making it more technical? An alternative would be not to
tell the units in which L.LL is measured, making it more vague. In
that case, perhaps saying something like "values larger than the
number of processors indicate processing congestion" would be enough.
Comments?
reply other threads:[~2009-07-04 10:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83vdm81zt5.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).