Interface ExtendedCpuAccounting

All Superinterfaces:
CpuAccounting, Feature
All Known Implementing Classes:
Mount, Service, Socket, Swap

public interface ExtendedCpuAccounting extends CpuAccounting
  • Method Details

    • getCPUAffinity

      default byte[] getCPUAffinity()
    • getCPUAffinityFromNUMA

      default boolean getCPUAffinityFromNUMA()
    • getCPUSchedulingPolicy

      default int getCPUSchedulingPolicy()
    • getCPUSchedulingPriority

      default int getCPUSchedulingPriority()
    • isCPUSchedulingResetOnFork

      default boolean isCPUSchedulingResetOnFork()
    • getNUMAMask

      default byte[] getNUMAMask()
    • getNUMAPolicy

      default int getNUMAPolicy()