Monitoring an applications performance within Visual studio

74 views Asked by At

Visual Studios Community 2015 RC

I made a windows service that runs 24/7 and polls a FTP server for files in a specific directory, extracts the file, transforms the file, then sends the file to another ftp for further processing.

I guess I'm a bit paranoid of the cost of this polling and want to verify their is no increase in resource consuming over long periods of time.

How do you guys monitor performance? Do people typically test this with some sort of add on in the debugging phase within visual studio or wait until release with some sort of application?

0

There are 0 answers