logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

psi-notify - notify on system-wide resource pressure using PSI

Author

Configuration

       You  can optionally put configuration in ~/.config/psi-notify.  Here's an example that will check roughly
       every 5 seconds, and pop up a notification when the configured values are exceeded:

              update 5
              log_pressures false

              threshold cpu some avg10 50.00
              threshold memory some avg10 10.00
              threshold io full avg10 15.00

       These are the default settings if no configuration is provided.

       For more information about how  these  values  are  calculated,  please  see  the  PSI  documentation  at
       https://facebookmicrosites.github.io/psi/.

Dependencies

psi-notify  requires  Linux kernel 4.20+ and CONFIG_PSI=y.  You will also need a notification daemon that
       conforms to the Desktop Notifications specification to receive the notifications.

Description

psi-notify is a minimal unprivileged notifier for system-wide resource pressure using PSI.  This can help
       you  to  identify  misbehaving  applications  on your machine before they start to severely impact system
       responsiveness, in a way which MemAvailable, CPU graphs, I/O utilisation graphs and other metrics cannot.

Name

       psi-notify - notify on system-wide resource pressure using PSI

Options

psi-notify does not take any options. If any are provided, a help message will be printed and  psi-notify
       will exit.

Reporting Bugs

       Please send bug reports to https://github.com/cdown/psi-notify/issues.

                                                                                                   PSI-NOTIFY(1)

See Also

cgroups(8), proc(5)

See Also