-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
Linux kernel with loaded tls module exposes the following per-namespace statistics (/proc/net/tls_stat):
TlsCurrTxSw,TlsCurrRxSw- number of TX and RX sessions currently installed where host handles cryptographyTlsCurrTxDevice,TlsCurrRxDevice- number of TX and RX sessions currently installed where NIC handles cryptographyTlsTxSw,TlsRxSw- number of TX and RX sessions opened with host cryptographyTlsTxDevice,TlsRxDevice- number of TX and RX sessions opened with NIC cryptographyTlsDecryptError- record decryption failed (e.g. due to incorrect authentication tag)TlsDeviceRxResync- number of RX resyncs sent to NICs handling cryptography
https://www.kernel.org/doc/html/latest/networking/tls.html#statistics
If this gets accepted, I can provide a PR for this.
Reactions are currently unavailable