Tool of the week – iptstate
I recently came across this neat tool called IP Tables State or in short iptstate. It basically works like top but displays the network stat in real-time. It also has the ability to delete/remove an entry from the stat table.
This tool can be very helpful in troubleshooting or simply analyzing your stat table by sorting and filtering the table in several different ways such as by protocol or service.
- Download iptstate from here.
you can use one of this…
watch -n 1 -d netstat -a
watch -n 1 -d netstat -t
watch -n 1 -d netstat -na
watch -n 1 -d netstat -nat
How can I remove an entry from the state table using this tool?