Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416.AvgMinMaxInstantStatsPct
-
-
Uses of AvgMinMaxInstantStatsPct in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openconfig.types.rev190416 that return types with arguments of type AvgMinMaxInstantStatsPct Modifier and Type Method Description Class<? extends AvgMinMaxInstantStatsPct>AvgMinMaxInstantStatsPct. implementedInterface() -
Uses of AvgMinMaxInstantStatsPct in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state
Subinterfaces of AvgMinMaxInstantStatsPct in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state Modifier and Type Interface Description interfaceHardwareInterruptPercentage of CPU time spent servicing hardware interrupts.interfaceIdlePercentage of CPU time spent idle.interfaceKernelPercentage of CPU time spent running in kernel space.interfaceNicePercentage of CPU time spent running low-priority (niced) user processes.interfaceSoftwareInterruptPercentage of CPU time spent servicing software interruptsinterfaceTotalTotal CPU utilization.interfaceUserPercentage of CPU time spent running in user space.interfaceWaitPercentage of CPU time spent waiting for I/O.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type AvgMinMaxInstantStatsPct Constructor Description HardwareInterruptBuilder(AvgMinMaxInstantStatsPct arg)IdleBuilder(AvgMinMaxInstantStatsPct arg)KernelBuilder(AvgMinMaxInstantStatsPct arg)NiceBuilder(AvgMinMaxInstantStatsPct arg)SoftwareInterruptBuilder(AvgMinMaxInstantStatsPct arg)TotalBuilder(AvgMinMaxInstantStatsPct arg)UserBuilder(AvgMinMaxInstantStatsPct arg)WaitBuilder(AvgMinMaxInstantStatsPct arg)
-