From 8baeb42c0f506c2802bbea4758d5517f0ec5439f Mon Sep 17 00:00:00 2001 From: Meng Ye Date: Thu, 2 Jun 2016 21:24:48 +0800 Subject: [PATCH] fix used_percent Calculation formula (#1313) --- plugins/inputs/system/MEM_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/system/MEM_README.md b/plugins/inputs/system/MEM_README.md index 9b766e700..16a0f7996 100644 --- a/plugins/inputs/system/MEM_README.md +++ b/plugins/inputs/system/MEM_README.md @@ -18,7 +18,7 @@ It is supposed to be used to monitor actual memory usage in a cross platform fas designed for informational purposes only. - **free**: memory not being used at all (zeroed) that is readily available; note that this doesn't reflect the actual memory available (use 'available' instead). -- **used_percent**: the percentage usage calculated as `(total - used) / total * 100` +- **used_percent**: the percentage usage calculated as `used / total * 100` ## Measurements: #### Raw Memory measurements: