Uses of Class
oshi.driver.windows.registry.ProcessPerformanceData.PerfCounterBlock
-
Packages that use ProcessPerformanceData.PerfCounterBlock Package Description oshi.driver.windows.registry Provides functions to query data in Windows Registryoshi.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. buildProcessMapFromPerfCounters(java.util.Collection<java.lang.Integer> pids, java.lang.String procName)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
Fields in oshi.software.os.windows with type parameters of type ProcessPerformanceData.PerfCounterBlock Modifier and Type Field Description private java.util.function.Supplier<java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock>>WindowsOperatingSystem. processMapFromPerfCountersprivate java.util.function.Supplier<java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock>>WindowsOperatingSystem. processMapFromRegistryMethods in oshi.software.os.windows that return types with arguments of type ProcessPerformanceData.PerfCounterBlock Modifier and Type Method Description private static java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock>WindowsOperatingSystem. queryProcessMapFromPerfCounters()private static java.util.Map<java.lang.Integer,ProcessPerformanceData.PerfCounterBlock>WindowsOperatingSystem. queryProcessMapFromRegistry()Methods in oshi.software.os.windows with parameters of type ProcessPerformanceData.PerfCounterBlock Modifier and Type Method Description private booleanWindowsOSProcess. updateAttributes(ProcessPerformanceData.PerfCounterBlock pcb, ProcessWtsData.WtsInfo wts)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, java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock> threadMap)
-