From 489fee06693aad071f56a2296cc99ea73fa4b906 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Wed, 12 Jan 2022 20:24:42 +0100 Subject: [PATCH] Update documentation --- OOMAnalyser.html | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 3a46140..7e7bbaf 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -944,7 +944,6 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
  • 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
  • -
  • ...
  • Note

    diff --git a/README.md b/README.md index 18a2ffb..c54c5a9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![builds.sr.ht status](https://builds.sr.ht/~carstengrohmann/OOMAnalyser.svg)](https://builds.sr.ht/~carstengrohmann/OOMAnalyser?) + ## Introduction OOMAnalyser is a small project to transform the OOM message of a Linux kernel into a more user-friendly format.