Name: SyncReplStats

Synchronous Replication performance statistics information. All values are up-to-date within the time slice specified by timeStart and timeEnd. If there is no timeStart specified, it means this is the first record and only raw values will be present.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.perf.SyncReplStats",
   "intervalSeconds": <Number>,
   "lastFailoverTime": DateTime,
   "logicalBytesReceivedToDate": <Number>,
   "logicalBytesSentToDate": <Number>,
   "notInSyncMs": <Number>,
   "physicalBytesReceivedToDate": <Number>,
   "physicalBytesSentToDate": <Number>,
   "syncReplRole": 'NONE' | 'PRIMARY' | 'SECONDARY',
   "throughputIncomingLogicalMBps": <Number>,
   "throughputIncomingPhysicalMBps": <Number>,
   "throughputLogicalMBpday": <Number>,
   "throughputLogicalMBps": <Number>,
   "throughputPhysicalMBpday": <Number>,
   "throughputPhysicalMBps": <Number>,
   "timeEnd": DateTime,
   "timeStart": DateTime,
}

Attributes
NameTypeDescription
intervalSecondsxsd:longThe interval between datapoints in seconds
lastFailoverTimeDateTimeTgcOnly Time of last recorded fail over (primary->secondary). Time is determined when TGC detects fail over.
logicalBytesReceivedToDatexsd:longThe total number of logical bytes received since the creation of the SyncRepl group.
logicalBytesSentToDatexsd:longThe total number of logical bytes sent since the creation of the SyncRepl group.
notInSyncMsxsd:longThe amount of time not in sync in milliseconds when the node is primary.
physicalBytesReceivedToDatexsd:longThe total number of physical bytes received since the creation of the SyncRepl group.
physicalBytesSentToDatexsd:longThe total number of physical bytes sent since the creation of the SyncRepl group.
syncReplRoleNONE | PRIMARY | SECONDARYThe synchronous replication role of the service group at the time of data collection.
NONEThe entity doesn't have synchronous replication configured.
PRIMARYThe entity belongs to primary synchronous replication group.
SECONDARYThe entity belongs to secondary synchronous replication group.
throughputIncomingLogicalMBpsxsd:doubleThe incoming logical SyncRepl throughput, in megabytes per second.
throughputIncomingPhysicalMBpsxsd:doubleThe incoming physical SyncRepl throughput, in megabytes per second.
throughputLogicalMBpdayxsd:doubleThe outgoing logical SyncRepl throughput, in megabytes per day.
throughputLogicalMBpsxsd:doubleThe outgoing logical SyncRepl throughput, in megabytes per second.
throughputPhysicalMBpdayxsd:doubleThe outgoing physical SyncRepl throughput, in megabytes per day.
throughputPhysicalMBpsxsd:doubleThe outgoing physical SyncRepl throughput, in megabytes per second.
timeEndDateTimeThe end time of the interval.
timeStartDateTimeThe start time of the interval.