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