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