| statclusterinstanceResult Structure Definition |
The statclusterinstanceResult structure defines the return type for statclusterinstance API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
clusterinstanceList |
Pointer to the clusterinstance List. |
| clusterinstancestats Structure Definition |
The clusterinstancestats structure defines the actual return type values for statclusterinstance API. |
Syntax |
Members |
clid |
ID of the cluster instance for which to display statistics. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
clbkplanetx |
Traffic transmitted from backplane (in mbits) |
clbkplanetxrate |
Traffic transmitted from backplane (in mbits) |
clbkplanerx |
Traffic received on backplane (in mbits) |
clbkplanerxrate |
Traffic received on backplane (in mbits) |
clnumnodes |
Number of nodes in the cluster. |
clcurstatus |
State of the cluster. Possible Values : ENABLED, DISABLED. |
clviewleader |
NSIP address of the Configuration Coordinator of the cluster. |
totsteeredpkts |
Total number of packets steered on the cluster backplane. |
steeredpktsrate |
Rate of packets steered on the cluster backplane. |
numdfddroppkts |
Number of steered packets that are dropped. |
totpropagationtimeout |
Number of times the update to the client timed-out. |
See Also |