• Home
  • Raw
  • Download

Lines Matching +full:idle +full:- +full:state

1 .TH "CPUPOWER-IDLE-INFO" "1" "0.1" "" "cpupower Manual"
4 cpupower\-idle\-info \- Utility to retrieve cpu idle kernel information
7 cpupower [ \-c cpulist ] idle\-info [\fIoptions\fP]
10 A tool which prints out per cpu idle information helpful to developers and interested users.
14 \fB\-f\fR \fB\-\-silent\fR
15 Only print a summary of all available C-states in the system.
17 \fB\-e\fR \fB\-\-proc\fR
19 Prints out idle information in old /proc/acpi/processor/*/power format. This
23 .SH IDLE\-INFO DESCRIPTIONS
24 CPU sleep state statistics and descriptions are retrieved from sysfs files,
26 statistics when it enters or leaves an idle state, therefore on a very idle or
38 cpupower monitor tool (cpupower\-monitor(1)) can be used to show real sleep
39 state residencies. Please refer to the architecture specific description
42 .SH IDLE\-INFO ARCHITECTURE SPECIFIC DESCRIPTIONS
44 POLL idle state
46 If cpuidle is active, X86 platforms have one special idle state.
47 The POLL idle state is not a real idle state, it does not save any
48 power. Instead, a busy\-loop is executed doing nothing for a short period of
49 time. This state is used if the kernel knows that work has to be processed
50 very soon and entering any real hardware idle state may result in a slight
57 The acpi_idle cpuidle driver retrieves available sleep states (C\-states) from
60 The C1 state is not retrieved from ACPI tables. If the C1 state is entered,
68 provides C\-state ACPI tables).
69 The intel_idle driver knows the sleep state capabilities of the processor and
75 other cores is described in the cpupower(1) manpage in the \-\-cpu option
81 \fI/sys/devices/system/cpu/cpu*/cpuidle/state*\fP
90 cpupower(1), cpupower\-monitor(1), cpupower\-info(1), cpupower\-set(1),
91 cpupower\-idle\-set(1)