[TIBCO.EMS .NET Admin client library 7.0 documentation]
Get the Ratio between time spent within write and total time
(server_rate_interval). This measurement is not available when the store
is asynchronous.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public double WriteUsage { get; } |
|
---|
Public ReadOnly Property WriteUsage As Double |
Return Value
value between [0-1], representing the ratio between time spent
writing and total time. Always 0 when store is in asynchronous mode.
See Also