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>,
   "logicalBytesReceived": <Number>,
   "logicalBytesSent": <Number>,
   "notInSyncMs": <Number>,
   "physicalBytesReceived": <Number>,
   "physicalBytesSent": <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
logicalBytesReceivedxsd:longThe number of logical bytes received.
logicalBytesSentxsd:longThe number of logical bytes sent.
notInSyncMsxsd:longThe amount of time not in sync in milliseconds when the node is primary.
physicalBytesReceivedxsd:longThe number of physical bytes received.
physicalBytesSentxsd:longThe number of physical bytes sent.
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.