Uses of Class
oshi.driver.windows.registry.ProcessPerformanceData.PerfCounterBlock
| Package | Description |
|---|---|
| oshi.driver.windows.registry |
Provides functions to query data in Windows Registry
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of ProcessPerformanceData.PerfCounterBlock in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return types with arguments of type ProcessPerformanceData.PerfCounterBlock Modifier and Type Method Description static java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock>ProcessPerformanceData. buildProcessMapFromPerfCounters(java.util.Collection<java.lang.Integer> pids)Query PerfMon for process performance countersstatic java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock>ProcessPerformanceData. buildProcessMapFromRegistry(java.util.Collection<java.lang.Integer> pids)Query the registry for process performance counters -
Uses of ProcessPerformanceData.PerfCounterBlock in oshi.software.os.windows
Constructor parameters in oshi.software.os.windows with type arguments of type ProcessPerformanceData.PerfCounterBlock Constructor Description WindowsOSProcess(int pid, WindowsOperatingSystem os, java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock> processMap, java.util.Map<java.lang.Integer,ProcessWtsData.WtsInfo> processWtsMap)