Is it possible to have netstat show the date/time the connection was established? Is this information even stored anywhere in Linux?
|
feedback
|
|
You can do it with ipclog & constat | |||
|
feedback
|
|
No I checked at the man page of netstat and there is no way of knowing the time of an established connection using netstat. And I don't think it is stored anywhere because connection are so dynamic. | |||
|
feedback
|
|
I have never seen any network structures for holding time a connection was established. The information can be logged by stateful firewalls. However, they only track when the last activity occurred. In some cases, it is roughly derivable from when the process to servicing the connection was created. | |||
|
feedback
|
|
The
The list of sockets is displayed along with useful information
Using
The process was started at 09:37. | |||||
feedback
|