dect
/
asterisk
Archived
13
0
Fork 0

Correct loadavg documentation (bug #1305)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2843 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-05-01 15:23:35 +00:00
parent fd329bfb05
commit fa48b08a64
1 changed files with 5 additions and 1 deletions

View File

@ -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
-----