Exemplo n.º 1
0
 public void Test_Memory_UsedPercentage()
 {
     BatchProcessor.Library.PerformanceCountersXPlatform perf = new BatchProcessor.Library.PerformanceCountersXPlatform();
     perf.GetUsedMemoryPercentageXPlatform();
 }
Exemplo n.º 2
0
 public void Test_CPU_Utilization()
 {
     BatchProcessor.Library.PerformanceCountersXPlatform perf = new BatchProcessor.Library.PerformanceCountersXPlatform();
     perf.GetCurrentCpuUsageXPlatform();
 }