Skip to content

Releases: CarstenGrohmann/OOMAnalyser

Version 0.6.0 - sixth release

30 Aug 20:12
Compare
Choose a tag to compare

OMAnalyser is a small project to transform the OOM message of a Linux kernel into a more user-friendly format.

The current online version is available at https://www.carstengrohmann.de/oom/.

Changelog:

  • Fix memory calculation in summary section
  • Fix and rework calculation of GFP flags
  • Add GFP flags for more kernel releases
  • Display missing memory chunks (buddyinfo) again
  • Add analysis why the memory request failed
  • Add check for heavy memory fragmentation
  • Summary of the analysis revised
  • Show memory watermarks together will all details
  • Add support for kernel 6.0 and newer
  • Add new example ArchLinux, Kernel 6.1.1
  • Fix handling of line breaks in Mem-Info block
  • Add section for corrective actions (suggested by Mikko Rantalainen)
  • Bug fixes

Version 0.5.0 - fifth release

14 Jan 20:01
Compare
Choose a tag to compare

OMAnalyser is a small project to transform the OOM message of a Linux kernel into a more user-friendly format.

The current online version is available at https://www.carstengrohmann.de/oom/.

Changelog:

  • Improve SVG chart colour palette
  • Add Selenium based unit tests
  • Fix to allow process names with spaces
  • Rework removal of unused information
  • Report uncaught errors to the user
  • Add support for manually triggered OOM (suggested by Mikko Rantalainen)
  • Add support for systems w/o swap (suggested by Mikko Rantalainen)
  • Add support for newer kernels (suggested by Mikko Rantalainen)
  • Add support for journalctl output (suggested by Mikko Rantalainen)
  • Add support for newer process table format
  • Rework memory charts to show all items in legend
  • Bug fixes