Module mon::apm [] [src]

Command Monitoring

The APM module provides an intuitive interface for monitoring and responding to runtime information about commands being executed on the server. All non-suppressed commands trigger start and completion hooks defined on the client. Each non-suppressed command is also logged, if a log file was specified during instantiation of the client.

Reexports

pub use self::client::EventRunner;

Modules

client

Structs

CommandStarted

Contains the information about a given command that started.

Listener

Enums

CommandResult

Contains the information about a given command that completed.