Carsten Grohmann
efa1facafd
Remove unused return code in OOMAnalyser._choose_kernel_config()
2022-11-19 11:45:51 +01:00
Carsten Grohmann
35a44a6eb7
Extend mock objects to satisfy code checker
2022-11-11 20:53:07 +01:00
Carsten Grohmann
bd9d4190f3
Add GFP flags for more kernel releases
2022-08-17 21:51:08 +02:00
Carsten Grohmann
806d1e745e
Rework choosing the right kernel config
...
This change uses a tuple of major version, minor version, and suffix to
specify the kernel version to which the configuration matches.
This is simpler than the previously used regular expressions.
2022-08-17 21:47:37 +02:00
Carsten Grohmann
cdf4be58f9
Move RE to extract kversion to class variable
2022-08-17 21:47:37 +02:00
Carsten Grohmann
82c8af8842
Rework handling of GFP flags
2022-08-17 21:47:21 +02:00
Carsten Grohmann
84073ba0ce
Fix calculation of GFP flags
2022-07-03 21:41:12 +02:00
Carsten Grohmann
be9bda6536
Convert to int to satisfy Python for unit tests
2022-06-28 20:43:34 +02:00
Carsten Grohmann
5174b0a23a
Move extracting GPF flags to own function
2022-06-28 20:38:51 +02:00
Carsten Grohmann
6d8851b1d6
Blackify source
...
Use Black "The uncompromising code formatter" to automatically format
the source code in a consistent manner.
2022-06-27 21:19:21 +02:00
Carsten Grohmann
dcd8055258
Fix memory calculation in summary section
2022-03-26 12:26:52 +01:00
Carsten Grohmann
9d8a180c8d
Start new development cycle
2022-01-14 20:48:23 +01:00
Carsten Grohmann
a15637af71
Bump version number to 0.5.0
2022-01-12 20:38:14 +01:00
Carsten Grohmann
c926a2ebf9
Use more JS-like syntax for mock objects
2022-01-11 17:29:31 +01:00
Carsten Grohmann
9e22c5cdec
Rework memory charts to show all items in legend
2022-01-11 17:26:19 +01:00
Carsten Grohmann
e320fa56a0
Update copyright years
2022-01-02 13:35:09 +01:00
Carsten Grohmann
7d6ba199b7
Unify naming
2021-12-26 23:33:07 +01:00
Carsten Grohmann
ca2d1c899f
Fix converting to Unix LF
2021-12-23 13:18:38 +01:00
Carsten Grohmann
39e1287e33
Improved appearance of SVG diagrams
...
The chart was widened from 400 to 500 and the font was no longer bold.
Suggested-by: Mikko Rantalainen <mikko.rantalainen@gmail.com>
2021-12-21 20:56:56 +01:00
Carsten Grohmann
9404c87519
Add support for newer process table format
2021-12-21 20:32:49 +01:00
Carsten Grohmann
f657ac5816
Extend JS MOC objects
2021-12-21 17:25:37 +01:00
Carsten Grohmann
a7e1e4cc64
Add support for journalctl output
...
The lines in the "Mem-Info:" block start with spaces instead of date /
time / hostname. As a result, removing the needless columns no longer
works correctly.
Suggested-by: Mikko Rantalainen <mikko.rantalainen@gmail.com>
2021-11-29 20:59:14 +01:00
Carsten Grohmann
7038cced1f
Fix finding line with "CPU:"
...
The line is used to calculate the number of leading columns to remove.
Depending on the OOM version the pattern is on second or third oom line.
2021-11-29 17:23:10 +01:00
Carsten Grohmann
b8a858dba3
Remove obsolete comment lines
2021-10-25 22:06:41 +02:00
Carsten Grohmann
aa28e0bb7c
Hide "OOM Score" if not available
2021-10-25 22:06:17 +02:00
Carsten Grohmann
f95899d7d5
Fix detecting Ubuntu
2021-10-23 20:43:12 +02:00
Carsten Grohmann
5b9a4712e2
Add support for newer kernels
...
Suggested-by: Mikko Rantalainen <mikko.rantalainen@gmail.com>
2021-10-23 20:29:49 +02:00
Carsten Grohmann
fd3372b54b
Filter out non-existent elements from SVG making
2021-10-20 21:32:57 +02:00
Carsten Grohmann
c8a6f74d03
Move more configuration to class BaseKernelConfig
2021-10-09 23:22:12 +02:00
Carsten Grohmann
c1a5ed3420
Add support for systems w/o swap
...
Suggested-by: Mikko Rantalainen <mikko.rantalainen@gmail.com>
2021-10-09 22:06:16 +02:00
Carsten Grohmann
8ed7678a74
Add support for manually triggered OOM
...
Suggested-by: Mikko Rantalainen <mikko.rantalainen@gmail.com>
2021-10-04 20:46:43 +02:00
Carsten Grohmann
7af0c1d7e8
Restructure code to analyse OOM
...
This code changes should simplify future extension of the analysis and
calculation code.
2021-09-27 21:06:47 +02:00
Carsten Grohmann
f0b4ac895c
Extend JS MOC objects
2021-09-20 20:21:39 +02:00
Carsten Grohmann
cce4d65c4f
Escape special characters in notification box
2021-09-14 20:23:56 +02:00
Carsten Grohmann
6528b96adb
Restructure regex for better error messages
2021-09-14 20:19:32 +02:00
Carsten Grohmann
dd8b806bd3
Use different color set for swap usage diagram
2021-09-12 13:37:54 +02:00
Carsten Grohmann
022a5977fc
Use SVG <use/> to show small triangular icons
2021-07-29 02:39:59 +02:00
Carsten Grohmann
9a5dbbc255
Fix the order of processing #012/LF
...
Remove unnecessary columns first and unwind #012 (octal replacement of
LF) second. Otherwise, important content would be lost.
2021-07-29 02:28:16 +02:00
Carsten Grohmann
08f7669654
Simplify code to unwind #012/LF
2021-07-29 02:28:00 +02:00
Carsten Grohmann
cd832461b6
Add tooltips to memory SVGs
2021-07-25 08:42:39 +02:00
Carsten Grohmann
41a51a7e2a
Rework removal of unused information
...
The columns left to the oom are not used. With this change, the
algorithm becomes more robust and can better handle known special
cases like "kernel:<processname>".
2021-07-24 00:28:38 +02:00
Carsten Grohmann
c9b665b464
Rework extracting a block from the OOM
2021-07-21 21:43:16 +02:00
Carsten Grohmann
e859317685
Show a warning if a RE finds nothing
2021-07-21 21:06:20 +02:00
Carsten Grohmann
000b6635ec
Typos
2021-07-21 21:04:11 +02:00
Carsten Grohmann
e283ff2019
Fix to allow process names with spaces
2021-07-18 14:29:40 +02:00
Carsten Grohmann
1f087b7cd9
Change killed process from java to mysqld
...
The process has been renamed to use a one-to-one name. This makes it
easier to change the name in a test case.
2021-07-18 14:17:07 +02:00
Carsten Grohmann
04002ab6e6
Extent unit tests
2021-07-17 22:36:04 +02:00
Carsten Grohmann
6858d09eda
Rename two variables to prevent shadowing
...
Shadowing isn't the problem here, but IDEs checker is complaining ...
2021-07-12 20:56:14 +02:00
Carsten Grohmann
b720297b89
Improve SVG chart colour palette
2021-07-11 22:02:29 +02:00
Carsten Grohmann
98c99fa57f
Update copyright years
2021-02-05 17:04:09 +01:00