[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get the rate at which messages are being written to the disk.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long DiskWriteOperationsRate { get; }
Public ReadOnly Property DiskWriteOperationsRate As Long
public:
property long long DiskWriteOperationsRate {
	long long get ();
}

Return Value

the operations per second.

See Also