java.lang.Object
oshi.driver.windows.registry.ProcessWtsData
Utility to read process data from HKEY_PERFORMANCE_DATA information with backup from Performance Counters or WMI
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Class to encapsulate data from WTS Process Info -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Integer,
ProcessWtsData.WtsInfo> queryProcessWtsMap
(Collection<Integer> pids) Query the registry for process performance counters
-
Method Details
-
queryProcessWtsMap
Query the registry for process performance counters- Parameters:
pids
- An optional collection of process IDs to filter the list to. May be null for no filtering.- Returns:
- A map with Process ID as the key and a
ProcessWtsData.WtsInfo
object populated with data.
-