From 3fd31f6495947aeae144d77827dbff6c8ff3d40f Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@leastauthority.com> Date: Mon, 15 Feb 2021 15:50:07 +0000 Subject: [PATCH] Add clarity to chosen metrics --- docs/source/ops/monitoring.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/ops/monitoring.rst b/docs/source/ops/monitoring.rst index 199918f0..4bead862 100644 --- a/docs/source/ops/monitoring.rst +++ b/docs/source/ops/monitoring.rst @@ -66,14 +66,15 @@ USE method for resources ("resource-scoped", "internal view") Utilization, Saturation, Errors: * CPUs - * Saturation (Per core? So we catch maxxed out single cores? Would that work?) + * Saturation (Idea: max saturation value per machine, since our load is mostly single-core) * Memory - * Capacity + * Saturation +* Network + * Saturation * Network * Disks - * Capacity - * I/O -* Interconnects (Really? Hard to measure & shouldn't be the problem most of the time...) + * Storage capacity + * I/O saturation * Software resources * File descriptors? -- GitLab