|
LPC Library Functions: domain_stats |
|
NAMEdomain_stats() - returns statistics gathered on domains
SYNOPSISmapping domain_stats( string domain | void );
DESCRIPTIONBoth domain_stats() and author_stats() return information stored in a mapping. If no argument is specified, then information is returned on all domains (or on all authors) with one map entry per domain or author. If an argument is specified, then a map is returned that corresponds to that domain or author with keys: moves, errors, heart_beats, array_size, and objects. Each of these map to integer values:
When called with no arguments, the returned mapping has a form like this:
([ domain0 : info0, domain1 : info1, ... ])
while info0 has the form:
([ "moves" : moves, "errors" : errors,
"heart_beats" : heart_beats, "array_size" : array_size,
"objects" : objects ])
When called with an argument, the returned mapping will have the form of info0. Note that this efun is only available if the driver flag PACKAGE_MUDLIB_STATS is defined. SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|