I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab” /c I also wrote a script for Windows Here is the code I have also […]
System Administrator
I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab” /c I also wrote a script for Windows Here is the code I have also […]