Copyright | Copyright (c) 2015-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Tested with: GHC 7.10.3
This module defines the monitoring states.
Synopsis
- data LogicalProcessState = LogicalProcessState {
- lpStateId :: ProcessId
- lpStateName :: String
- lpStateStartTime :: Double
- lpStateStopTime :: Double
- lpStateLocalTime :: Double
- lpStateEventQueueTime :: Double
- lpStateEventQueueSize :: Int
- lpStateLogSize :: Int
- lpStateInputMessageCount :: Int
- lpStateOutputMessageCount :: Int
- lpStateTransientMessageCount :: Int
- lpStateRollbackCount :: Int
- data TimeServerState = TimeServerState {}
Documentation
data LogicalProcessState Source #
Represents the state of the logical process.
LogicalProcessState | |
|
Instances
data TimeServerState Source #
Represents the state of the time server.
TimeServerState | |
|