Hi, I am writing a script
that monitors connections to webserver ports
and I need a better understanding
of the different connection states reported
in plain English.
The following are the different states I can see:
CLOSE_WAIT
ESTABLISHED
FIN_WAIT_2
LISTEN
TIME_WAIT
ESTABLISHED and LISTEN are pretty self explanatory
so I am looking for an explanation of the following:
CLOSE_WAIT
FIN_WAIT_2
TIME_WAIT
Any assistance is appreciated.
Thank you,
Robert
Robert G. Jordan
Unix Sys Admin
Sleepy Hollow, Illinois U.S.A.
FREE Unix Scripts
that monitors connections to webserver ports
and I need a better understanding
of the different connection states reported
in plain English.
The following are the different states I can see:
CLOSE_WAIT
ESTABLISHED
FIN_WAIT_2
LISTEN
TIME_WAIT
ESTABLISHED and LISTEN are pretty self explanatory
so I am looking for an explanation of the following:
CLOSE_WAIT
FIN_WAIT_2
TIME_WAIT
Any assistance is appreciated.
Thank you,
Robert
Robert G. Jordan
Unix Sys Admin
Sleepy Hollow, Illinois U.S.A.
FREE Unix Scripts