Commit Graph

895 Commits

Author SHA1 Message Date
Alexey Avramov
bf477da780
Merge pull request #136 from flaviut/fix-135
Fix for zfs > 2.2.0 (closes #135)
2024-01-28 11:22:25 +09:00
Flaviu Tamas
d19be1911d
Fix for zfs > 2.2.0 (closes #135)
- more reliable and readable stats file parsing
- uses original logic for older versions of zfs
  - I'm not convinced the original logic is right after reading
  https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSARCItsVariousSizes,
  but I don't want to potentially break things
2023-12-31 14:30:05 -05:00
Alexey Avramov
ecf0ba7c8e
Merge pull request #130 from kawaii-ghost/master
Fix deprecated stuff
2023-06-10 15:56:18 +09:00
F̷N̷
3bf5346766
Another threading.getName() to .name attribute 2023-06-10 13:30:47 +07:00
F̷N̷
72600a4251
Fix deprecated sre_constants
sre_constants is deprecated in favor of re.
2023-06-10 08:06:37 +07:00
F̷N̷
c9bfdf391f
Fix deprecated threading.getName()
threading.getName() is deprecated as for Python 3.10. Use name attribute "threading.name" instead.

https://stackoverflow.com/a/69656065
https://stackoverflow.com/a/69656065
2023-06-10 07:56:34 +07:00
Alexey Avramov
9811ac51aa
Merge pull request #127 from ElijahLynn/patch-3
Remove $ prefix from all install commands in the README.md to make copying work
2023-02-13 03:13:25 +09:00
Elijah Lynn
b5facbfc53
Remove $ prefix from all install commands to make copying work
All the install commands have a `$` prefixed to them and it makes copying not work because it includes the `$`. It would be easier to install without the `$`.
2023-02-10 14:39:50 -08:00
Alexey Avramov
d822dffdf0 fix typo 2023-01-19 01:42:31 +09:00
Alexey Avramov
7126c2ebdd Update README 2023-01-19 01:40:17 +09:00
Alexey Avramov
e8f5d211cf Update psi2log: log stall times at exit 2021-11-27 19:38:55 +09:00
Alexey Avramov
b84cf121d0 Update README 2021-05-03 12:31:37 +09:00
Alexey Avramov
b02547970c Update README 2021-02-23 13:14:05 +09:00
Alexey Avramov
b8983177e6 Improve psi2log: add --mode 0 and set it is as default mode | fix #114 2021-02-23 13:02:15 +09:00
Alexey Avramov
cbd0c8e710 Upd readme 2021-01-17 21:46:40 +09:00
Alexey Avramov
3a8bc37199
Create codeql-analysis.yml 2021-01-16 15:52:38 +09:00
Alexey Avramov
23580d3ab1 Fix oom_sort 2021-01-01 21:54:10 +09:00
Alexey Avramov
2da9637ad8
Merge pull request #113 from SimonHeimberg/patch-1
use dict keys for hint in oom-sort
2021-01-01 20:49:20 +09:00
Simon Heimberg
3f68954dc4
use dict keys for hint in oom-sort
Using dict keys avoids bugs like typos in the hint.
This fixes the typo oom-sore_adj instead of oom_score_adj ("-" instead of "_" and a missing "c").
2021-01-01 12:41:14 +01:00
Alexey Avramov
953b41aa9f Update version 2021-01-01 00:55:25 +09:00
Alexey Avramov
c6905072a6 Update readme 2020-12-31 23:48:22 +09:00
Alexey Avramov
ce3c99225d Update readme 2020-12-31 23:22:17 +09:00
Alexey Avramov
e9283b15a3 Update readme 2020-12-31 23:02:01 +09:00
Alexey Avramov
bf8f355719 Update readme 2020-12-31 22:50:11 +09:00
Alexey Avramov
b240ead0ad Update readme 2020-12-31 22:41:31 +09:00
Alexey Avramov
0f0fa31422 Update readme 2020-12-31 22:35:43 +09:00
Alexey Avramov
f8c7b96663 Update readme 2020-12-31 22:07:07 +09:00
Alexey Avramov
bcfcd68cfb Update readme 2020-12-31 21:50:55 +09:00
Alexey Avramov
fbf97f1e8e Update readme 2020-12-31 21:33:20 +09:00
Alexey Avramov
fd5a48eb31 minor fix 2020-12-31 21:29:57 +09:00
Alexey Avramov
69224807da Upd conf 2020-12-05 21:50:44 +09:00
Alexey Avramov
cbe46d9682 Minor fixes 2020-12-05 20:30:04 +09:00
Alexey Avramov
4d75418a01
Merge pull request #110 from muesli/readme-link
Fix link to example config
2020-11-23 18:49:10 +09:00
Christian Muehlhaeuser
5a76cf7b15
Fix link to example config 2020-11-23 05:01:34 +01:00
Alexey Avramov
2206d54dcc Update Makefile and DEBIAN/postinst 2020-11-20 05:57:31 +09:00
Alexey Avramov
3a0fd4f051 Update nohang-desktop.conf: protect pamac and calamares 2020-11-20 04:33:22 +09:00
Alexey Avramov
365863a2f2 Upd readme 2020-11-09 03:15:41 +09:00
Alexey Avramov
c14af67ab5 Update readme 2020-11-05 02:22:56 +09:00
Alexey Avramov
cca016f619 Update Makefile 2020-11-05 02:13:31 +09:00
Alexey Avramov
29250f74cc Update readme: how to install from PPA 2020-10-31 11:01:00 +09:00
Alexey Avramov
70517f51f0 Update config: set psi_metrics = full_avg10 2020-10-31 10:21:09 +09:00
Alexey Avramov
faf49b0023 set Slice=hostcritical.slice 2020-09-19 22:16:27 +09:00
Alexey Avramov
cf6b213afe Fix #104 2020-09-19 21:26:43 +09:00
Alexey Avramov
2500c6cef7 Add checking kmsg for OOM events 2020-08-10 00:17:41 +09:00
Alexey Avramov
ad2ff5d81d
Merge pull request #103 from MonkeysAreEvil/dev
Add instructions for installing on Gentoo
2020-07-15 18:50:57 +09:00
happy_shredder
fa3f7e06f9
Add instructions for installing on Gentoo 2020-07-14 11:14:26 +10:00
Alexey Avramov
ec9d84806d Fix Makefile to install on openrc-based systems 2020-07-12 02:26:05 +09:00
Alexey Avramov
bcd28996b3 Update conf 2020-07-03 23:59:00 +09:00
Alexey Avramov
c3c0b510a8 Update systemd units 2020-07-02 23:54:48 +09:00
Alexey Avramov
22ac9833bc Improve man page 2020-06-28 20:14:22 +09:00