case class ServerStatusResult(host: String, version: String, process: ServerProcess, pid: Long, uptime: Long, uptimeMillis: Long, uptimeEstimate: Long, localTime: Long, advisoryHostFQDNs: List[String], asserts: ServerStatusAsserts, backgroundFlushing: Option[ServerStatusBackgroundFlushing], connections: ServerStatusConnections, dur: Option[ServerStatusJournaling], extraInfo: Option[ServerStatusExtraInfo], globalLock: ServerStatusGlobalLock, network: ServerStatusNetwork) extends Product with Serializable
- host
the system hostname
- version
the MongoDB version
- process
the MongoDB process
- pid
the process ID
- uptime
the number of seconds this process has been active
- uptimeMillis
same as
uptime
but with millisecond precision- uptimeEstimate
the uptime in seconds as calculated from MongoDB’s internal course-grained time keeping system
- localTime
the UTC representation of the current server time
- advisoryHostFQDNs
since MongoDB 3.2 (otherwise empty), the array of system fully qualified names
- asserts
the statistics about the assertions raised by the MongoDB process since it starts
- backgroundFlushing
the report on the periodic writes to disk (only for the MMAPv1 storage engine)
- connections
the report about the status of the connection
- dur
the report about the mongod instance’s journaling-related operations (only for the MMAPv1 storage engine with the journaling enabled)
- extraInfo
the additional information regarding the underlying system
- globalLock
the report about the database lock state
- network
the report about the MongoDB network use
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private
- See also
@see https://docs.mongodb.com/manual/reference/command/serverStatus/
- Alphabetic
- By Inheritance
- ServerStatusResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ServerStatusResult(host: String, version: String, process: ServerProcess, pid: Long, uptime: Long, uptimeMillis: Long, uptimeEstimate: Long, localTime: Long, advisoryHostFQDNs: List[String], asserts: ServerStatusAsserts, backgroundFlushing: Option[ServerStatusBackgroundFlushing], connections: ServerStatusConnections, dur: Option[ServerStatusJournaling], extraInfo: Option[ServerStatusExtraInfo], globalLock: ServerStatusGlobalLock, network: ServerStatusNetwork)
- host
the system hostname
- version
the MongoDB version
- process
the MongoDB process
- pid
the process ID
- uptime
the number of seconds this process has been active
- uptimeMillis
same as
uptime
but with millisecond precision- uptimeEstimate
the uptime in seconds as calculated from MongoDB’s internal course-grained time keeping system
- localTime
the UTC representation of the current server time
- advisoryHostFQDNs
since MongoDB 3.2 (otherwise empty), the array of system fully qualified names
- asserts
the statistics about the assertions raised by the MongoDB process since it starts
- backgroundFlushing
the report on the periodic writes to disk (only for the MMAPv1 storage engine)
- connections
the report about the status of the connection
- dur
the report about the mongod instance’s journaling-related operations (only for the MMAPv1 storage engine with the journaling enabled)
- extraInfo
the additional information regarding the underlying system
- globalLock
the report about the database lock state
- network
the report about the MongoDB network use
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to any2stringadd[ServerStatusResult] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ServerStatusResult, B)
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to ArrowAssoc[ServerStatusResult] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val advisoryHostFQDNs: List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asserts: ServerStatusAsserts
- val backgroundFlushing: Option[ServerStatusBackgroundFlushing]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val connections: ServerStatusConnections
- val dur: Option[ServerStatusJournaling]
-
def
ensuring(cond: (ServerStatusResult) ⇒ Boolean, msg: ⇒ Any): ServerStatusResult
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to Ensuring[ServerStatusResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ServerStatusResult) ⇒ Boolean): ServerStatusResult
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to Ensuring[ServerStatusResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ServerStatusResult
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to Ensuring[ServerStatusResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ServerStatusResult
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to Ensuring[ServerStatusResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extraInfo: Option[ServerStatusExtraInfo]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to StringFormat[ServerStatusResult] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val globalLock: ServerStatusGlobalLock
- val host: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localTime: Long
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: ServerStatusNetwork
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pid: Long
- val process: ServerProcess
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uptime: Long
- val uptimeEstimate: Long
- val uptimeMillis: Long
- val version: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): (ServerStatusResult, B)
- Implicit
- This member is added by an implicit conversion from ServerStatusResult to ArrowAssoc[ServerStatusResult] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc