| statinatsessionResult Structure Definition |
The statinatsessionResult structure defines the return type for statinatsession 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. |
inatsessionList |
Pointer to the inatsession List. |
| inatsessionstats Structure Definition |
The inatsessionstats structure defines the actual return type values for statinatsession API. |
Syntax |
Members |
name |
INAT name |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
globalinathits |
Total INAT Session hits |
globalinathitsrate |
Rate INAT Session hits |
globalinatcursessions |
Total INAT current sessions |
globalinatcursessionsrate |
Rate INAT current sessions |
globalinatreceivebytes |
Total INAT Received Bytes |
globalinatreceivebytesrate |
Rate INAT Received Bytes |
globalinattotsentbytes |
Total INAT Sent Bytes |
globalinatsentbytesrate |
Rate INAT Sent Bytes |
globalinatpktreceived |
Total INAT Packets Received |
globalinatpktreceivedrate |
Rate INAT Packets Received |
globalinatpktsent |
Total INAT Packets Sent |
globalinatpktsentrate |
Rate INAT Packets Sent |
inattothits |
INAT total sessions |
inathitsrate |
INAT Rate sessions |
inatcursessions |
INAT current sessions |
inatcursessionsrate |
INAT current sessions |
inattotreceivebytes |
INAT total Received Bytes |
inatreceivebytesrate |
INAT Rate Received Bytes |
inattotsentbytes |
INAT total Sent Bytes |
inatsentbytesrate |
INAT Rate Sent Bytes |
inattotpktreceived |
INAT total Packets Received |
inatpktreceivedrate |
INAT Rate Packets Received |
inattotpktsent |
INAT total Packets Sent |
inatpktsentrate |
INAT Rate Packets Sent |
See Also |