cc.otavia.core.system.monitor

Members list

Type members

Classlikes

case class ActorThreadMonitor(events: Int, manager: HouseManagerMonitor)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class HouseManagerMonitor(mounts: Int, serverActors: Int, channelsActors: Int, stateActors: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ReactorMonitor()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SystemMonitor(name: String, threads: Int, beans: Int, threadMonitor: ThreadMonitor)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class SystemMonitorTask(val system: ActorSystem) extends Runnable

Attributes

Supertypes
trait Runnable
class Object
trait Matchable
class Any
case class ThreadMonitor(timerMonitor: TimerMonitor, reactorMonitor: ReactorMonitor, actorThreadMonitors: Array[ActorThreadMonitor])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TimerMonitor(tasks: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all