Calculating Date, Time in SQL-mysql
May 16, 2023
1 min
If you use netstat among Linux commands, you can see the tcp usage status. Since it is presented in a list form, it is difficult to see at a glance. (There is an option to view only the desired items at a glance with various options)
Here is a command to view the tcp status at a glance.
watch ss -s
If you type the following command, it is displayed on the screen as shown below, so you can monitor it at a glance.