From: Mark Spencer Date: Sat, 1 May 2004 15:23:35 +0000 (+0000) Subject: Correct loadavg documentation (bug #1305) X-Git-Tag: 1.0.0-rc1~602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d775d9286cfd3659dbc912f6a86b231e31f1b41;p=thirdparty%2Fasterisk.git Correct loadavg documentation (bug #1305) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2843 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/README.cliprompt b/doc/README.cliprompt index 8b03696942..e66553e9c4 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 -----