Commit Graph

52 Commits

Author SHA1 Message Date
Carsten Grohmann
d50c8a026e Add kernel source to "Further Information" 2020-01-09 06:44:25 +01:00
Carsten Grohmann
13afe5247b Rollback changed interpretation of last OOM line
This is a logical rollback because I was wrong about the
interpretation of this line.
2020-01-08 20:59:20 +01:00
Carsten Grohmann
3dc965e8ff Set a single value to several places
Prior this change items are set to html elements with id of the same
name. Now OOMDisplay._set_item() searches for elements with same-named
id or with item name listed in class attribute.

This allows to set one value to several places to once.

Additional suffixes for pages and kbytes are added in the singular or
plural automatically.
2020-01-06 22:11:51 +01:00
Carsten Grohmann
fe3aed9815 Fix calculation of requested memory in kBytes 2020-01-05 01:12:58 +01:00
Carsten Grohmann
cd00996583 Rename item according to the naming convention 2020-01-05 01:10:35 +01:00
Carsten Grohmann
374cc2e910 Fix interpretation of the last OOM line
The memory statistics in the last OOM line (total-vm, anon-rss,
file-rss, shmem-rss) are overall and not related to the killed process.
2020-01-05 01:00:02 +01:00
Carsten Grohmann
85308f6d03 Typos 2020-01-05 00:52:13 +01:00
Carsten Grohmann
5b384a4d8f Add a textual summary of the analysis 2020-01-04 14:25:41 +01:00
Carsten Grohmann
a8344d3656 Update copyright years 2020-01-02 20:58:01 +01:00
Carsten Grohmann
783ed0ad9e Use a CSS class to format sub sections
instead of specifying the style directly.
2019-12-20 18:21:59 +01:00
Carsten Grohmann
99257ddd79 Updated introductory description 2019-12-05 06:44:20 +01:00
Carsten Grohmann
dfcbe56fa6 Start new development cycle 2019-12-03 06:49:44 +01:00
Carsten Grohmann
c5698c304d Update documenation 2019-11-24 10:52:21 +01:00
Carsten Grohmann
0d0fe27fca Prefix CSS classes text--default* with js-
These classes are used within JS code to control the visibility during
the web page will set to the default.
2019-11-24 10:23:57 +01:00
Carsten Grohmann
6f1245bd15 Show h2 headline in TOC only if id attr is set
There are two conditions to show a h2 headline in TOC:
 * the headline is visible
 * the id attribute is set

Thereby the css style js-flag-hide-from-toc won't be used anymore.
2019-11-21 08:14:12 +01:00
Carsten Grohmann
6dbe7511c6 Separate headline and link to toggle visibility
of the following container
2019-11-21 07:50:01 +01:00
Carsten Grohmann
9d9e1d9d6e Add to the right an automatically generated TOC 2019-11-16 10:53:07 +01:00
Carsten Grohmann
99ba5fbbe9 Add a changelog to the end of the HTML document 2019-11-13 21:12:29 +01:00
Carsten Grohmann
138022beae Use CSS to show/hide elements in default view 2019-11-13 20:48:44 +01:00
Carsten Grohmann
217a0f9ee4 Clear the OOM textarea if it gets the focus
Clear the area onfocusin only if this just contains the usage hint.
2019-11-05 20:45:55 +01:00
Carsten Grohmann
0fc9bdabf1 Don't hide the notify box permanently 2019-11-05 17:20:08 +01:00
Carsten Grohmann
6ce2c490f7 Add description to OOM Score 2019-11-04 21:17:37 +01:00
Carsten Grohmann
de03a58d22 Add punctuation characters 2019-11-04 21:14:06 +01:00
Carsten Grohmann
486bb0292e Fix broken link to run a new analysis 2019-10-30 21:20:31 +01:00
Carsten Grohmann
6b2947ca0f Extend documentation especially the README.md file 2019-02-10 18:15:02 +01:00
Carsten Grohmann
ea2e674998 Update copyright years 2019-02-07 20:52:37 +01:00
Carsten Grohmann
01a311f1f4 Removing the closing tag that matches nothing 2018-11-08 18:24:45 +01:00
Carsten Grohmann
9b2efcf69e Remove useless h1 CSS style 2018-11-08 18:10:25 +01:00
Carsten Grohmann
aea2ea1506 Remove not needed type attribute for the style element 2018-11-08 18:09:00 +01:00
Carsten Grohmann
a83e2d0794 Fix typo in power of two statement 2018-10-16 19:57:29 +02:00
Carsten Grohmann
5a89d46034 Use CSS classes to control the visibility 2018-10-16 19:50:33 +02:00
Carsten Grohmann
5d83eeccbb Typo in CSS style 2018-10-13 19:20:34 +02:00
Carsten Grohmann
a07c745fe0 Use CSS instead of HTML tag <sup></sup> 2018-10-13 19:17:57 +02:00
Carsten Grohmann
32126bf735 Use better names for CSS selectors 2018-10-13 19:00:09 +02:00
Carsten Grohmann
85a82a4770 Separate analysis and visualisation
Extract code to display details from code to analyse/split the OOM.
This should simplify later extensions as well as later written unit
tests.
2018-09-11 19:49:39 +02:00
Carsten Grohmann
e34c5ab909 Show the requested memory additionally in kBytes
Till now the requested memory has been shown in pages only.
2018-08-12 14:18:09 +02:00
Carsten Grohmann
d7456383a2 Hide full OOM message at and of the table
Since all elements are extracted and shown already. The original OOM
text is faded out. Click to notice next by the head line to expand
the full message again.
2018-08-12 13:34:24 +02:00
Carsten Grohmann
9f7a419e2a Fix bad CSS indentation 2018-08-12 10:42:26 +02:00
Carsten Grohmann
08fa63010c Analyse the complete line "invoked oom-killer"
Analyse and show the GFP mask, the nodemask (is available), the
number of requested pages (order) and the adjusted OOM score.
2018-08-08 20:41:26 +02:00
Carsten Grohmann
b9af8bba10 Align left aligned cells to right 2018-04-16 21:40:52 +02:00
Carsten Grohmann
e3558a911f Hide table rows w/o values instead of showing "<not found>" 2018-04-16 21:06:20 +02:00
Carsten Grohmann
3e6d4c8662 Display "<not found>" for all values that are not part of the OOM 2018-04-15 20:54:24 +02:00
Carsten Grohmann
e29bf05efd Integrate memory page details 2018-04-15 20:14:29 +02:00
Carsten Grohmann
b94be9836e Improve headlines in analysis output 2018-04-11 20:26:02 +02:00
Carsten Grohmann
9e8181225c Update copyright years 2018-04-06 21:56:29 +02:00
Carsten Grohmann
5407030a89 Extend description by OOM identifiers in brackets
Additionally a short description of the three columns are added.
2017-12-20 20:26:36 +01:00
Carsten Grohmann
823aa48a08 Add references to other pages about OOM decoding 2017-12-14 07:35:52 +01:00
Carsten Grohmann
91b32d63d7 Improve check for entered OOM
The user input will be checked more detailed. Based on that a warning
or an error message will be shown.
2017-12-12 19:36:14 +01:00
Carsten Grohmann
d8116cfee8 Website appearance improved 2017-12-04 19:44:48 +01:00
Carsten Grohmann
044a152f28 Add version number to the footer and set the version to "0.1.0" 2017-11-27 21:11:09 +01:00