Interface CpuAccounting

All Superinterfaces:
Feature
All Known Subinterfaces:
ExtendedCpuAccounting
All Known Implementing Classes:
Mount, Scope, Service, Slice, Socket, Swap

public interface CpuAccounting extends Feature
  • Method Details

    • getAllowedCPUs

      default byte[] getAllowedCPUs()
    • isCPUAccounting

      default boolean isCPUAccounting()
    • getCPUQuotaPerSecUSec

      default BigInteger getCPUQuotaPerSecUSec()
    • getCPUQuotaPeriodUSec

      default BigInteger getCPUQuotaPeriodUSec()
    • getCPUShares

      default BigInteger getCPUShares()
    • getCPUUsageNSec

      default BigInteger getCPUUsageNSec()
    • getCPUWeight

      default BigInteger getCPUWeight()
    • getEffectiveCPUs

      default byte[] getEffectiveCPUs()
    • getStartupCPUShares

      default BigInteger getStartupCPUShares()
    • getStartupCPUWeight

      default BigInteger getStartupCPUWeight()