Update README

Reflect this being a fork for openSUSE.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-04-16 16:51:13 +02:00
parent a8c9063976
commit ff8e98669d
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -1,11 +1,10 @@
# OOMAnalyser
[![builds.sr.ht status](https://builds.sr.ht/~carstengrohmann/OOMAnalyser.svg)](https://builds.sr.ht/~carstengrohmann/OOMAnalyser?)
# openSUSE OOMAnalyser
## Introduction
OOMAnalyser is a small project to transform the OOM message of a Linux kernel into a more user-friendly format.
This is a forked version of [Carsten Grohmann's OOMAnalyser](https://git.sr.ht/~carstengrohmann/OOMAnalyser) targeting SUSE based operating systems.
It is a small project to transform the OOM message of a Linux kernel into a more user-friendly format.
OOMAnalyser consists of a web page into whose input field the OOM message is copied. JavaScript code extracts the data
from it and displays the details. All processing takes place in the browser. No data is transferred to external servers.