git.sophuwu.com > statlog
mem graph in cmd shows used instead of used+buff
parent

7eb41a0b8808de31f26c04c084a672af9e1e8831

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M cmd/main.gocmd/main.go

@@ -67,7 +67,7 @@ if ERR() {

continue } s += "MEM: " + hw.MEM.String() + "\n" + ss + "\n" - ss, e = grMem(w, 5, int(hw.MEM.Percent.Used+hw.MEM.Percent.Buff)) + ss, e = grMem(w, 5, int(hw.MEM.Percent.Used)) if ERR() { continue }