HomeContact

Easier tcp monitoring on linux(centos)

Published in Server
January 28, 2023
1 min read

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.

Easier tcp monitoring on linux(centos)
Easier tcp monitoring on linux(centos)


Tags

#Server#linux

Share


Previous Article
How to set credentials (authentication) when using the AWS CLI

Topics

Java
Other
Server

Related Posts

Calculating Date, Time in SQL-mysql
May 16, 2023
1 min