aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 15:23:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 15:23:35 +0000
commitfa48b08a6412061997e469c2c2fcbe9c9780185e (patch)
treee534ebb7fc67ac6b2339cfc60a49128356a6ba73 /doc
parentfd329bfb059d7dbfee682534e220de1c4f0f3fa7 (diff)
Correct loadavg documentation (bug #1305)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2843 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.cliprompt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.cliprompt b/doc/README.cliprompt
index 8b0369694..e66553e9c 100755
--- a/doc/README.cliprompt
+++ b/doc/README.cliprompt
@@ -14,7 +14,11 @@ the current value by Asterisk:
%# '#' if Asterisk is run in console mode, '>' if running as remote console
On Linux systems, you may also use
-%l Load average on your system
+%l1 Load average over past minute
+%l2 Load average over past 5 minutes
+%l3 Load average over past 15 minutes
+%l4 Process fraction (processes running / total processes)
+%l5 The most recently allocated pid
-----