1.9 KiB
The Status plugin
Commands
status status
Returns the status of the bot.
status cmd
Returns some interesting command-related statistics.
status commands
Returns a list of the commands offered by the bot.
status uptime
Returns the amount of time the bot has been running.
status threads
Returns the current threads that are active.
status net
Returns some interesting network-related statistics.
status server
Returns the server the bot is on.
status cpu
Returns some interesting CPU-related statistics on the bot.
Configuration
supybot.plugins.Status.cpu
supybot.plugins.Status.cpu.children
Default value: True
Determines whether the cpu command will list the time taken by children as well as the bot's process.
supybot.plugins.Status.cpu.memory
Default value: True
Determines whether the cpu command will report the amount of memory being used by the bot.
supybot.plugins.Status.cpu.threads
Default value: False
Determines whether the cpu command will provide the number of threads spawned and active.
supybot.plugins.Status.public
Default value: True
Determines whether this plugin is publicly visible.