Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Linux Pressure (PSI) storage cost #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pavlozt
Copy link

@pavlozt pavlozt commented Dec 13, 2024

These are very promising indicators that can replace Load Average in future, but their implementation turned out to be too expensive for storage. Being attached to almost all hosts, it is the heaviest metric overall my infrastructure.
I propose changes to reduce the storage cost:

  • there is no point in storing original texts elements if dependent elements are calculated correctly.
  • The polling frequency should be the same as for regular metrics in Linux. One minute is just enough.

Also, I'm specifically create templates in yaml format for version 7.0. Store defaulted to 31d as usual in 7.0 version

Original description and README preserved for 7.0 .
Added link to official information about PSI.

@pavlozt pavlozt force-pushed the psi-light branch 2 times, most recently from 309b96d to bc3d6de Compare December 13, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant