From d6df244f80e0738ec3b6f4da89f885f4d5ea5762 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Thu, 24 Jun 2021 12:00:16 +0200 Subject: [PATCH] Add some helpful links to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b96f5c4..71d4106 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # check_linux_memory -Naemon/Icinga/Nagios-Plugin to check Linux memory/swap \ No newline at end of file +Naemon/Icinga/Nagios-Plugin to check Linux memory/swap + +## Some helpful links +- https://www.thegeekdiary.com/understanding-proc-meminfo-file-analyzing-memory-utilization-in-linux/ +- (RH6) https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-meminfo +- https://linuxwiki.de/proc/meminfo +- Active/Inactive: https://stackoverflow.com/questions/45487506/what-is-inactivefile-and-activefile-in-proc-meminfo +