mud/lib/doc/efun/internals/mud_status
2020-09-06 05:43:07 -07:00

17 lines
483 B
Plaintext

mud_status - report various driver and mudlib statistics
string mud_status( int extra );
This function returns a string containing driver and mudlib statistics.
If extra is non-zero, then additional information about various internal
tables is included as well. This efun replaces the hardcoded 'status'
and 'status tables' commands in vanilla 3.1.2.
See also:
debug_info,
dumpallobj,
memory_info,
uptime
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere