mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Make the SYSINFO documentation reflect which options were compiled in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -91,6 +91,7 @@ static struct ast_custom_function sysinfo_function = {
|
|||||||
" Options:\n"
|
" Options:\n"
|
||||||
" loadavg - system load average from past minute\n"
|
" loadavg - system load average from past minute\n"
|
||||||
" numcalls - number of active calls currently in progress\n"
|
" numcalls - number of active calls currently in progress\n"
|
||||||
|
#if defined(HAVE_SYSINFO)
|
||||||
" uptime - system uptime in hours\n"
|
" uptime - system uptime in hours\n"
|
||||||
" totalram - total usable main memory size in KiB\n"
|
" totalram - total usable main memory size in KiB\n"
|
||||||
" freeram - available memory size in KiB\n"
|
" freeram - available memory size in KiB\n"
|
||||||
@@ -98,6 +99,7 @@ static struct ast_custom_function sysinfo_function = {
|
|||||||
" totalswap - total swap space size in KiB\n"
|
" totalswap - total swap space size in KiB\n"
|
||||||
" freeswap - free swap space still available in KiB\n"
|
" freeswap - free swap space still available in KiB\n"
|
||||||
" numprocs - number of current processes\n",
|
" numprocs - number of current processes\n",
|
||||||
|
#endif /* HAVE_SYSINFO */
|
||||||
};
|
};
|
||||||
|
|
||||||
static int unload_module(void)
|
static int unload_module(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user