View SSL statistics for virtual service operations on a specific function card (TideRunner). These statistics are equivalent to the statistics you can view with the LoadBalance summary command.
exec
show vSwitch-name loadBalance tideRunner virtualService sslStatistics
Heading | Description | Filter |
---|---|---|
Card | The function card description. Valid values:
|
card enumeration |
Number Of Records Encrypted | The number of encrypted records for VirtualServices that the function card received from an SSL connection. | encRecords counter32 |
Number Of Bytes Encrypted | The total number of encrypted bytes for VirtualServices that the function card received from an SSL connection. | encBytes counter64 |
Number Of Records Decrypted | The number of records for VirtualServices that the function card received and decrypted from an SSL connection. | decRecords counter32 |
Number Of Bytes Decrypted | The number of bytes for VirtualServices that the function card received and decrypted from an SSL connection. | decBytes counter64 |
Number Of Encrypt Errors | The number of encrypt errors for VirtualServices that the function card detected from an SSL connection. | encRecordsErr counter32 |
Number Of Decrypt Errors | The number of records for VirtualServices with errors that the function card received and decrypted from an SSL connection. | decRecordsErr counter32 |