ibmaem 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Kernel driver ibmaem
  2. ======================
  3. Supported systems:
  4. * Any recent IBM System X server with Active Energy Manager support.
  5. This includes the x3350, x3550, x3650, x3655, x3755, x3850 M2,
  6. x3950 M2, and certain HS2x/LS2x/QS2x blades. The IPMI host interface
  7. driver ("ipmi-si") needs to be loaded for this driver to do anything.
  8. Prefix: 'ibmaem'
  9. Datasheet: Not available
  10. Author: Darrick J. Wong
  11. Description
  12. -----------
  13. This driver implements sensor reading support for the energy and power
  14. meters available on various IBM System X hardware through the BMC. All
  15. sensor banks will be exported as platform devices; this driver can talk
  16. to both v1 and v2 interfaces. This driver is completely separate from the
  17. older ibmpex driver.
  18. The v1 AEM interface has a simple set of features to monitor energy use.
  19. There is a register that displays an estimate of raw energy consumption
  20. since the last BMC reset, and a power sensor that returns average power
  21. use over a configurable interval.
  22. The v2 AEM interface is a bit more sophisticated, being able to present
  23. a wider range of energy and power use registers, the power cap as
  24. set by the AEM software, and temperature sensors.
  25. Special Features
  26. ----------------
  27. The "power_cap" value displays the current system power cap, as set by
  28. the Active Energy Manager software. Setting the power cap from the host
  29. is not currently supported.