반응형

c# - 시스템 상태 확인 ; cpu, ram


환경 : windows 7 64bit, visual studio 2013 community 


참조 : http://blogs.msdn.com/b/faber/archive/2014/11/20/application-to-track-performance-counters-in-windows.aspx 

     https://www.youtube.com/watch?v=Ax9ffpi2sbs      

     http://stackoverflow.com/questions/4679962/what-is-the-correct-performance-counter-to-get-cpu-and-memory-usage-of-a-process

      


System.Diagnostics.PerformanceCounter class 를 사용하여 시스템 자원 정보 얻는다.











<< 참 고 >>


** visual studio 2013 에서 Server Explorer 열어서, Servers -> 해당 pc 선택 -> Performance Counters 펼쳐보면, 

   Memory, Process 등 우리가 PerformanceCounter class 에서 찾는 모든 parameter 항목 다 들어있음.

   --> 항목에 대한 설명도 속성창에 보임.















반응형

'C#' 카테고리의 다른 글

C# -- Debug, Trace 사용하여 출력하기  (0) 2015.08.12
c# -- winform, console 동시 사용하기  (0) 2015.08.12
c# -- multi-thread winform 만들기  (0) 2015.06.18
c# -- thread id 구하기  (0) 2015.06.18
c# 변수 Type 구하기  (0) 2015.06.16
Posted by 자유프로그램
,