cpupower.1 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .TH CPUPOWER "1" "07/03/2011" "" "cpupower Manual"
  2. .SH NAME
  3. cpupower \- Shows and sets processor power related values
  4. .SH SYNOPSIS
  5. .ft B
  6. .B cpupower [ \-c cpulist ] <command> [ARGS]
  7. .B cpupower \-v|\-\-version
  8. .B cpupower \-h|\-\-help
  9. .SH DESCRIPTION
  10. \fBcpupower \fP is a collection of tools to examine and tune power saving
  11. related features of your processor.
  12. The manpages of the commands (cpupower\-<command>(1)) provide detailed
  13. descriptions of supported features. Run \fBcpupower help\fP to get an overview
  14. of supported commands.
  15. .SH Options
  16. .PP
  17. \-\-help, \-h
  18. .RS 4
  19. Shows supported commands and general usage.
  20. .RE
  21. .PP
  22. \-\-cpu cpulist, \-c cpulist
  23. .RS 4
  24. Only show or set values for specific cores.
  25. This option is not supported by all commands, details can be found in the
  26. manpages of the commands.
  27. Some commands access all cores (typically the *\-set commands), some only
  28. the first core (typically the *\-info commands) by default.
  29. The syntax for <cpulist> is based on how the kernel exports CPU bitmasks via
  30. sysfs files. Some examples:
  31. .RS 4
  32. .TP 16
  33. Input
  34. Equivalent to
  35. .TP
  36. all
  37. all cores
  38. .TP
  39. 0\-3
  40. 0,1,2,3
  41. .TP
  42. 0\-7:2
  43. 0,2,4,6
  44. .TP
  45. 1,3,5-7
  46. 1,3,5,6,7
  47. .TP
  48. 0\-3:2,8\-15:4
  49. 0,2,8,12
  50. .RE
  51. .RE
  52. .PP
  53. \-\-version, \-v
  54. .RS 4
  55. Print the package name and version number.
  56. .SH "SEE ALSO"
  57. cpupower-set(1), cpupower-info(1), cpupower-idle(1),
  58. cpupower-frequency-set(1), cpupower-frequency-info(1), cpupower-monitor(1),
  59. powertop(1)
  60. .PP
  61. .SH AUTHORS
  62. .nf
  63. \-\-perf\-bias parts written by Len Brown <len.brown@intel.com>
  64. Thomas Renninger <trenn@suse.de>