| statnspbr6Result Structure Definition |
The statnspbr6Result structure defines the return type for statnspbr6 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. |
nspbr6List |
Pointer to the nspbr6 List. |
| nspbr6stats Structure Definition |
The nspbr6stats structure defines the actual return type values for statnspbr6 API. |
Syntax |
Members |
name |
Name of the PBR6 whose statistics you want the Citrix ADC to display. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
pbr6totpktsallowed |
Total packets that matched the PBR6 with action ALLOW |
pbr6pktsallowedrate |
Rate packets that matched the PBR6 with action ALLOW |
pbr6totpktsdenied |
Total packets that matched PBR6 with action DENY |
pbr6pktsdeniedrate |
Rate packets that matched PBR6 with action DENY |
pbr6tothits |
Total packets that matched one of the configured PBR6 |
pbr6hitsrate |
Rate packets that matched one of the configured PBR6 |
pbr6totmisses |
Total packets that did not match any PBR6 |
pbr6missesrate |
Rate packets that did not match any PBR6 |
pbr6totnulldrop |
Total packets that are dropped due to null next hop |
pbr6nulldroprate |
Rate packets that are dropped due to null next hop |
pbr6perhits |
Number of times the pbr6 was hit |
pbr6perhitsrate |
Rate of times the pbr6 was hit |
See Also |