Commit Graph

783 Commits

Author SHA1 Message Date
Alexey Avramov
784ddfdb68 Fix Makefile: update Variables for Installation Directories 2020-05-06 00:46:24 +09:00
Alexey Avramov
a79439659c fix output 2020-05-05 04:50:15 +09:00
Alexey Avramov
c7cedd5c58 fix conf 2020-05-05 02:46:13 +09:00
Alexey Avramov
f142819d80 update output (add zfs warning) 2020-05-05 02:44:08 +09:00
Alexey Avramov
80f1887eae Optimize reading psi_path (to save CPU) 2020-05-05 00:55:48 +09:00
Alexey Avramov
01f17c4690 Improve PSI debug and fix #91 2020-05-04 01:34:10 +09:00
Alexey Avramov
16f7db180a Try to consider ZFS cache in MemAvailable 2020-05-03 00:36:33 +09:00
Alexey Avramov
7c62a54cf7 fix travis 2020-05-02 21:43:46 +09:00
Alexey Avramov
4c800e8ade Fix Makefile for compliance man hier 2020-05-02 20:56:54 +09:00
Alexey Avramov
0cea096b41 update readme 2020-04-27 01:26:33 +09:00
Alexey Avramov
45b15aab88 update conf: reduce psi_post_action_delay 2020-04-27 00:58:53 +09:00
Alexey Avramov
9e63339fce Don't close fd after reading /proc/meminfo
Close fd only at exit
2020-04-27 00:43:42 +09:00
Alexey Avramov
f9bff76a93 Update DEBIAN/control 2020-04-24 22:06:58 +09:00
Alexey Avramov
ea88546282 small fix 2020-04-22 01:40:30 +09:00
Alexey Avramov
a37f03db60 Print mem info and mem pressure before corrective action 2020-04-19 05:10:45 +09:00
Alexey Avramov
2f0fede88f update readme 2020-04-15 02:49:28 +09:00
Alexey Avramov
f89868c9d8 update readme 2020-04-15 02:40:26 +09:00
Alexey Avramov
b328fec8cf update readme 2020-04-15 02:37:23 +09:00
Alexey Avramov
b0446ea89e update readme 2020-04-15 02:34:06 +09:00
Alexey Avramov
58fae7e23b update readme 2020-04-15 02:29:53 +09:00
Alexey Avramov
d3830c7f7d Add build.sh 2020-04-15 02:20:32 +09:00
Alexey Avramov
5515df1612 Add build_deb target in Makefile 2020-04-15 02:18:41 +09:00
Alexey Avramov
ccc0afecb5 update readme 2020-04-12 20:45:36 +09:00
Alexey Avramov
aea454b75b update readme 2020-04-12 18:56:06 +09:00
Alexey Avramov
744962e8ad update readme 2020-04-12 18:41:31 +09:00
Alexey Avramov
17ae2a9996 Add instructions to make a deb package 2020-04-12 18:35:20 +09:00
Alexey Avramov
806be760e3 remove funding 2020-04-11 01:29:54 +09:00
Alexey Avramov
9f3671ccb0 Improve working with PSI 2020-04-11 01:28:47 +09:00
Alexey Avramov
dab381b62c update oom-sort (small fix) 2020-04-05 16:49:35 +09:00
Alexey Avramov
5e67ec9ec3 improve output 2020-04-05 04:06:55 +09:00
Alexey Avramov
8ae58248d0 update systemd service unit files 2020-04-05 01:02:17 +09:00
Alexey Avramov
18f90d7a8c update config 2020-04-03 17:51:51 +09:00
Alexey Avramov
8100cb2cf6 Fix checking mem_used_total 2020-04-01 03:38:03 +09:00
Alexey Avramov
24173cbc47 Print top-15 task by badness before corrective action 2020-04-01 03:31:57 +09:00
Alexey Avramov
a7cd7f2bba small fix 2020-03-30 00:20:52 +09:00
Alexey Avramov
04c659c8f0 fix 2020-03-29 18:38:50 +09:00
Alexey Avramov
1b24be5359 Improve customizing soft corrective actions: add @SOFT_ACTION_RE_CGROUP_V2 2020-03-29 18:03:08 +09:00
Alexey Avramov
e94ac4cf02 change --memload self-termination threshold from 20 MiB to 40 MiB 2020-03-29 14:46:28 +09:00
Alexey Avramov
7ac4314886 improve output 2020-03-29 14:21:29 +09:00
Alexey Avramov
51d94db378 update config 2020-03-29 05:42:07 +09:00
Alexey Avramov
0b9be5a41c speeding up the search for the victim 2020-03-29 05:21:19 +09:00
Alexey Avramov
72b1197aff fix GUI notifications
see also https://github.com/hakavlad/nohang/issues/85#issuecomment-593066828
2020-03-26 02:34:53 +09:00
Alexey Avramov
37807b4157 Ignore disksize: check only /sys/block/zramX/mem_used_total 2020-03-25 01:20:33 +09:00
Alexey Avramov
daca5ccf1e enforce and describe new valid values in the config (and other changes)
- improve configs validation

- enforce and describe new valid values in configs

- remove over_sleep key from configs

- fix Bug with PSI #84
2020-03-23 01:33:48 +09:00
Alexey Avramov
3e170f5ec4 Improve conf checking and parsing
remove forbid_negative_badness from config

improve conf checking and showing with --check --config
2020-03-22 09:30:00 +09:00
Alexey Avramov
3e1acc3590 Change CLI options handling 2020-03-21 03:12:16 +09:00
Alexey Avramov
c70b8242d0 Fix PermissionError with hidepid=1 #88 agin 2020-03-15 23:39:24 +09:00
Alexey Avramov
a7c329971f Fix PermissionError with hidepid=1 #88 2020-03-15 22:59:43 +09:00
Alexey Avramov
b154dcca91 Update default values in configs 2020-03-15 22:14:26 +09:00
Alexey Avramov
8e931f8f00 Various improvements and fixes
Fix Something went wrong #56

Improve implement_corrective_action():
- Check VmRSS instead od /proc/[pid]/exe realpath to check process existene
- Improve displaying total stat

Improve check_permissions()

Other improvements
2020-03-15 21:10:01 +09:00