On Thu, Oct 6, 2016 at 5:51 PM, Grant <emailgr...@gmail.com> wrote: > Swap usage on Linux always seems a little tricky to me. Should my > goal on a web server be zero swap usage, meaning the attached graph > should show no green lines at all if I'm doing it right? >
No. You want things that aren't in use to be swapped, like memory leaks and such. You don't want things that will be used to be swapped. -- Rich