Uses of Class
oshi.driver.windows.registry.ProcessPerformanceData.PerfCounterBlock
Package
Description
Provides functions to query data in Windows Registry
Provides information about Software and OS on Windows
-
Uses of ProcessPerformanceData.PerfCounterBlock in oshi.driver.windows.registry
Modifier and TypeMethodDescriptionProcessPerformanceData.buildProcessMapFromPerfCounters
(Collection<Integer> pids) Query PerfMon for process performance countersProcessPerformanceData.buildProcessMapFromPerfCounters
(Collection<Integer> pids, String procName) Query PerfMon for process performance countersProcessPerformanceData.buildProcessMapFromRegistry
(Collection<Integer> pids) Query the registry for process performance counters -
Uses of ProcessPerformanceData.PerfCounterBlock in oshi.software.os.windows
ModifierConstructorDescriptionWindowsOSProcess
(int pid, WindowsOperatingSystem os, Map<Integer, ProcessPerformanceData.PerfCounterBlock> processMap, Map<Integer, ProcessWtsData.WtsInfo> processWtsMap, Map<Integer, ThreadPerformanceData.PerfCounterBlock> threadMap)