@list-hashstats
COMMAND: @list hashstats
Lists the hashing statistics for each of the internal hash tables. For each hash table, the following information is displayed:
Size - The number of hash buckets in the hash table.
Entries - The number of entries currently in the hash table.
Deleted - The number of entries that have been deleted from the hash
table.
Empty - The number of hash buckets with no entries.
Lookups - The number of times the hash table has been searched.
Hits - The number of times that an item that was searched for was
found.
Checks - The total number of comparisons made against hash table entries
to see if they were the desired entry.
Longest - The maximum number of entries in one hash bucket.
Information is displayed for the following hash tables:
Commands - Internal MUX commands
Logged-out commands - Commands valid whether or not you are connected
(such as WHO and QUIT).
Functions - MUX functions, such as rand() and lexits().
Flags - Names of flags.
Powers - Names of powers.
Attribute names - Object attribute names.
Attribute numbers - Object attribute numbers (only used internally).
Player names - Names of all players.
Net descriptors - Mapping of player DB numbers to net descriptors.
News topics - Topics for the news command.
Help topics - Topics for the help command.
Wizhelp topics - Topics for the wizhelp command.
Related Topics: alias, attr_alias, flag_alias.