-
Notifications
You must be signed in to change notification settings - Fork 0
ServerMonitor
Joe Winter edited this page Sep 4, 2014
·
1 revision
Doradus Configuration and Operation : Managing Doradus via JMX : ServerMonitor
ServerMonitor
ServerMonitor provides the following attributes:
|
Attribute Name
|
Description
|
|
AllRequests
|
Provides a composite set of values about REST API requests such as the total number of requests, the number of failed requests, and the reason of the last request failure.
|
|
ConnectionsCount
|
The current number of REST API connections.
|
|
DatabaseLink
|
Indicates if the Cassandra database being accessed is local (1), remote (2), or not yet known (0).
|
|
RecentRequests
|
A composite value set similar to AllRequests but for REST API requests made since the last time RecentRequests was accessed.
|
|
ReleaseVersion
|
The Doradus Server release version.
|
|
ServerConfig
|
Lists configuration doradus.yaml settings, including value overridden by runtime arguments.
|
|
StartTime
|
Provides the start time of the Doradus server as a Date.getTime() value.
|
|
Throughput
|
Provides a histogram of REST API request response times in seconds for various sampling rates (e.g., 1 minute, 5 minutes, 15 minutes.)
|
|
WorkingDirectory
|
The working directory of the Doradus server.
|