[Home]

Summary:ASTERISK-10791: [patch] sysinfo dialplan function
Reporter:Jeff Peeler (jpeeler)Labels:
Date Opened:2007-11-16 16:28:14.000-0600Date Closed:2007-11-19 10:27:42.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) func_sysinfo.c
Description: -= Info about function 'SYSINFO' =-

[Syntax]
SYSINFO(<parameter>)

[Synopsis]
Returns system information specified by parameter.

[Description]
Returns information from a given parameter
 Options:
   loadavg   - system load average from past minute
   numcalls  - number of active calls currently in progress
   uptime    - system uptime in hours
   totalram  - total usable main memory size in KiB
   freeram   - available memory size in KiB
   bufferram - memory used by buffers in KiB
   totalswap - total swap space size in KiB
   freeswap  - free swap space still available in KiB
   numprocs  - number of current processes
Comments:By: Yuri (ys) 2007-11-17 08:04:58.000-0600

And. There is uploaded file?

By: Jeff Peeler (jpeeler) 2007-11-17 08:17:08.000-0600

Yes, there is but my license approval is pending.

By: Mark Michelson (mmichelson) 2007-11-19 10:27:42.000-0600

Thanks for the contribution! Committed in trunk revision 89421.