I have written some code for load testing in C#. The code is suppose to send large no of files to IM client. Now I need to check performance of the code, by monitoring the actual number of files sent or not. Have, Read about using PerformanceCounter class in C#. Is it possible to use this class to calculate/monitor number of files successfully sent using it ? Is the feasible to use . Any suggestions will be valuable .
Thanks in