public interface SrumOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackgroundBytesRead()
public abstract long getBackgroundBytesRead()The number of bytes read by the application while running in the background.
int64 background_bytes_read = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundBytesRead. |
getBackgroundBytesWritten()
public abstract long getBackgroundBytesWritten()The number of bytes written by the application while running in the background.
int64 background_bytes_written = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundBytesWritten. |
getBackgroundContextSwitches()
public abstract long getBackgroundContextSwitches()The number of context switches performed by the application's threads while in the background.
int64 background_context_switches = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundContextSwitches. |
getBackgroundCycleCount()
public abstract long getBackgroundCycleCount()The amount of CPU cycle time consumed by the application in the background, measured in clock cycles.
int64 background_cycle_count = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundCycleCount. |
getBackgroundFlushesCount()
public abstract long getBackgroundFlushesCount()The number of flush operations performed by the application in the background.
int64 background_flushes_count = 6;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundFlushesCount. |
getBackgroundReadOperations()
public abstract long getBackgroundReadOperations()The number of read operations performed by the application in the background.
int64 background_read_operations = 7;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundReadOperations. |
getBackgroundWriteOperations()
public abstract long getBackgroundWriteOperations()The number of write operations performed by the application in the background.
int64 background_write_operations = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The backgroundWriteOperations. |
getId()
public abstract String getId()A unique identifier for the SRUM record or the application/user being monitored.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()A unique identifier for the SRUM record or the application/user being monitored.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getInterfaceLuid()
public abstract String getInterfaceLuid()The Locally Unique Identifier (LUID) for the network interface used for data transfer.
string interface_luid = 9;
| Returns | |
|---|---|
| Type | Description |
String |
The interfaceLuid. |
getInterfaceLuidBytes()
public abstract ByteString getInterfaceLuidBytes()The Locally Unique Identifier (LUID) for the network interface used for data transfer.
string interface_luid = 9;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interfaceLuid. |