| statlsngroupResult Structure Definition |
The statlsngroupResult structure defines the return type for statlsngroup 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. |
lsngroupList |
Pointer to the lsngroup List. |
| lsngroupstats Structure Definition |
The lsngroupstats structure defines the actual return type values for statlsngroup API. |
Syntax |
Members |
groupname |
Name of the LSN Group. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
lsngrpcursessions |
Number of Current Sessions for LSN group |
lsngrpcursessionsrate |
Rate of Current Sessions for LSN group |
lsngrptottranslbytes |
Number of Translated Bytes for LSN group |
lsngrptranslbytesrate |
Rate of Translated Bytes for LSN group |
lsngrptottranslpkts |
Number of Translated Pkts for LSN group |
lsngrptranslpktsrate |
Rate of Translated Pkts for LSN group |
lsngrptottcptranslpkts |
Number of TCP Translated Pkts for LSN group |
lsngrptcptranslpktsrate |
Rate of TCP Translated Pkts for LSN group |
lsngrptottcptranslbytes |
Number of TCP Translated Bytes for LSN group |
lsngrptcptranslbytesrate |
Rate of TCP Translated Bytes for LSN group |
lsngrptottcpdrppkts |
Number of TCP Dropped Pkts for LSN group |
lsngrptcpdrppktsrate |
Rate of TCP Dropped Pkts for LSN group |
lsngrpcurtcpsessions |
Number of TCP Current Sessions for LSN group |
lsngrpcurtcpsessionsrate |
Rate of TCP Current Sessions for LSN group |
lsngrptotudptranslpkts |
Number of UDP Translated Pkts for LSN group |
lsngrpudptranslpktsrate |
Rate of UDP Translated Pkts for LSN group |
lsngrptotudptranslbytes |
Number of UDP Translated Bytes for LSN group |
lsngrpudptranslbytesrate |
Rate of UDP Translated Bytes for LSN group |
lsngrptotudpdrppkts |
Number of UDP Dropped Pkts for LSN group |
lsngrpudpdrppktsrate |
Rate of UDP Dropped Pkts for LSN group |
lsngrpcurudpsessions |
Number of UDP Current Sessions for LSN group |
lsngrpcurudpsessionsrate |
Rate of UDP Current Sessions for LSN group |
lsngrptoticmptranslpkts |
Number of ICMP Translated Pkts for LSN group |
lsngrpicmptranslpktsrate |
Rate of ICMP Translated Pkts for LSN group |
lsngrptoticmptranslbytes |
Number of ICMP Translated Bytes for LSN group |
lsngrpicmptranslbytesrate |
Rate of ICMP Translated Bytes for LSN group |
lsngrptoticmpdrppkts |
Number of ICMP Dropped Pkts for LSN group |
lsngrpicmpdrppktsrate |
Rate of ICMP Dropped Pkts for LSN group |
lsngrpcuricmpsessions |
Number of ICMP Current Sessions for LSN group |
lsngrpcuricmpsessionsrate |
Rate of ICMP Current Sessions for LSN group |
lsngrpcursubscribers |
Number of ICMP Current Sessions for LSN group |
lsngrpcursubscribersrate |
Rate of ICMP Current Sessions for LSN group |
See Also |