From a1d6f9ba70bf8f86ca7e128481da964bb1d807b1 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Wed, 13 Feb 2019 02:13:45 +0900 Subject: [PATCH] fix readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c89023..e752edd 100644 --- a/README.md +++ b/README.md @@ -219,12 +219,11 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - [x] Fix conf parsing: use of `line.partition('=')` instead of `line.split('=')` - [x] Add `oom-sort` - [x] Reduce memory usage and startup time (using `sys.argv` instead of `argparse`) - - [x] Remove CLI options (need to add it again via `sys.argv`) - [x] Remove self-defense options from config, use systemd unit scheduling instead - [x] Add the ability to send any signal instead of SIGTERM for processes with certain names - [x] Handle `UnicodeDecodeError` if victim name consists of many unicode characters - [x] Fix `mlockall()` using `MCL_ONFAULT` and lock all memory by default - - [x] Add initial support for `PSI` (using `/proc/pressure/memory`, need Linux 4.20+) + - [x] Add initial support for `PSI` (using `some avg10` in `/proc/pressure/memory`, need Linux 4.20+) - [ ] Redesign of the config - [ ] Decrease CPU usage: ignore `zram` by default - [ ] Improve user input validation