客户端性能测试通过performanceCounter监控客户端性能指标
PerformanceCounter PTCounter=new PerformanceCounter("Process","%Processor Time","AliIM");logfile("%Processor Time:"+PTCounter.NextValue().ToString());内存 PerformanceCounter WSCounter=new PerformanceCounter("Process",...