출처 :http://www.javaworld.com/javaworld/jw-11-2004/jw-1108-windowspm.html
Access Windows Performance Monitor counters from Java, Part 1
Use a simple Java API to gather valuable performance statistics
By Nicholas Whitehead, JavaWorld.com, 11/08/04
- Configure WPM to log specific performance counters
- Native (Java Native Interface) interface to WPM
- WMI
NSClient4j
NSClient4j is a pure Java client that provides a simple API for accessing WPM performance counter data. It uses a Windows service calledNSClient.
'Windows' 카테고리의 다른 글
Access Windows Performance Monitor counters from Java, Part 2 (0) | 2008.07.07 |
---|---|
WMI 서비스 제공에 문제가 있을 경우 (0) | 2008.05.30 |
듀얼코어 제대로 사용하기 (0) | 2007.09.13 |