statnspartitionResult Structure Definition

The statnspartitionResult structure defines the return type for statnspartition 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.

nspartitionList

Pointer to the nspartition List.


nspartitionstats Structure Definition

The nspartitionstats structure defines the actual return type values for statnspartition API.

Syntax



Members

partitionname

Name of the partition.

clearstats

Clear the statsistics / counters

_nextgenapiresource


maxbandwidth

Maximum Banwidth allowed for the partition.

maxconnection

Maximum Connection allowed for the partition.

maxmemory

Maximum memory limit for the partition.

currentbandwidth

Current Bandwidth usage for the partition.

currentconnections

Current Connections on this partition.

memoryusagepcnt

Memory usage(%) on this partition.

totaldrops

Total packet drops for the partition.

dropsrate

Rate packet drops for the partition.

totaltokendrops

Total drops(KB) for the partition.

tokendropsrate

Rate drops(KB) for the partition.

totalconnectiondrops

Total connection drops for the partition.

connectiondropsrate

Rate connection drops for the partition.

See Also