Commands to Monitor Servers (CENTOS AND REDHAT)
These commands are mainly for rpm based linux servers like CentOS etc..
May be some commands works in ubuntu servers etc…
Command to find out total established connections, closing connection, TIME_WAIT and much more.
netstat -nat | awk ‘{print $6}’ | sort | uniq -c […]
Recent Comments