Interface | Description |
---|---|
Command |
Describes a command which is callable via the system console (http://localhost:9000/system/console).
|
Command.Output |
Encapsulates the output functionality used by commands to render their output.
|
Class | Description |
---|---|
AsyncInfoCommand |
Console command which reports statistics for all known executors.
|
CacheCommand |
Console command which reports statistics for all caches.
|
DocCommand |
Provides a simple API documentation by accepting a class name as parameter and listing all methods as result.
|
EnvCommand |
Reports all known environment variables.
|
GCCommand |
Console command to invoke the garbage collector.
|
HelpCommand |
Console command which generates a help screen listing all commands.
|
LoggerCommand |
Permits to change the level of a logger at runtime.
|
MD5Command |
Console command which computes an MD5 hash of a given input.
|
ModulesCommand |
Console command which reports all known modules (
Module ). |
StatsCommand |
Console command which reports all available system metrics.
|
ThreadsCommand |
Console command which reports all running threads.
|
TimerCommand |
Console command which reports the last execution of the timer tasks.
|
TimingCommand |
Console command which enables/disables the all mighty Micro-Timing framework.
|
No default execution facility is provided however. sirius-web a web interface via /system/console to invoke commands.
Copyright © 2018. All rights reserved.