Whitc PerfMon counter show number of connections to server. OS - Windows 2008 R2. IIS + FTP.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
there are no permanent connections to FTP and in perfmon you will only see current connections. I would suggest you use something like this script to generate FTP reports from the logs (requires logparser):
|
|||
|
|
|
There aren't any permanent connections to the FTP server (there shouldn't be) but you can monitor several counters related to the FTP service, including current connections, by adding those counters from the FTP Service performance object in perfmon. |
|||
|
|