trait StatsInfo extends RedisInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatsInfo
- RedisInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- def evictedKeys: commons.Opt[Long]
- def expiredKeys: commons.Opt[Long]
-
def
get(name: String): commons.Opt[String]
- Definition Classes
- RedisInfo
- def instantaneousInputKbps: commons.Opt[Double]
- def instantaneousOpsPerSec: commons.Opt[Long]
- def instantaneousOutputKbps: commons.Opt[Double]
- def keyspaceHits: commons.Opt[Long]
- def keyspaceMisses: commons.Opt[Long]
- def latestForkUsec: commons.Opt[Long]
- def migrateCachedSockets: commons.Opt[Long]
- def pubsubChannels: commons.Opt[Long]
- def pubsubPatterns: commons.Opt[Long]
-
lazy val
rawValues: commons.BMap[String, String]
- Definition Classes
- RedisInfo
- def rejectedConnections: commons.Opt[Long]
- def syncFull: commons.Opt[Long]
- def syncPartialErr: commons.Opt[Long]
- def syncPartialOk: commons.Opt[Long]
-
def
toString(): String
- Definition Classes
- RedisInfo → AnyRef → Any
- def totalCommandsProcessed: commons.Opt[Long]
- def totalConnectionsReceived: commons.Opt[Long]
- def totalNetInputBytes: commons.Opt[Long]
- def totalNetOutputBytes: commons.Opt[Long]