Uses of Class
oshi.driver.windows.registry.ProcessPerformanceData.PerfCounterBlock
Packages that use 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
Methods in oshi.driver.windows.registry that return types with arguments of type ProcessPerformanceData.PerfCounterBlockModifier 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
Constructor parameters in oshi.software.os.windows with type arguments of type ProcessPerformanceData.PerfCounterBlockModifierConstructorDescriptionWindowsOSProcess
(int pid, WindowsOperatingSystem os, Map<Integer, ProcessPerformanceData.PerfCounterBlock> processMap, Map<Integer, ProcessWtsData.WtsInfo> processWtsMap, Map<Integer, ThreadPerformanceData.PerfCounterBlock> threadMap)