This topic describes how to calculate the number of TCP connections in SAE.
SAE uses the same logic as the ss command to calculate the number of TCP connections. You can run the ss -s command to verify the calculation. The following figure shows an example.
Total TCP connections in SAE = the total value for TCP in the command output
Active TCP connections = The
estabvalue in the command outputInactive TCP connections = Total TCP connections - Active TCP connections
To use the one-click installation command to quickly install the ss command, see One-click installation command.