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

Consider probing each system for memory usage and report when above some threshold #22

Open
servilla opened this issue Sep 4, 2023 · 0 comments
Assignees
Labels
feature New feature

Comments

@servilla
Copy link
Collaborator

servilla commented Sep 4, 2023

A system in-use memory probe should be considered to alert admins of potential out-of-memory issues. This would be similar to the uptime and readonly probes in the soh/tree/master/src/soh/asserts/server.py module. For example, the following information may be used to ascertain memory use:

cat /proc/meminfo
MemTotal:        8128040 kB
MemFree:         2102636 kB
MemAvailable:    6776160 kB
@servilla servilla added the feature New feature label Sep 4, 2023
@servilla servilla added the EDI label Oct 31, 2023
@servilla servilla removed the EDI label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants