From 5e28736c2e0c951e71e6531e03a9619279d95d3a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 22 Sep 2021 12:08:20 -0700 Subject: [PATCH] add vmstat and vmstat_s --- jc/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jc/cli.py b/jc/cli.py index 580d5da4..4fd3f0f3 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -115,6 +115,8 @@ parsers = [ 'uname', 'upower', 'uptime', + 'vmstat', + 'vmstat_s', 'w', 'wc', 'who',