From 6f1d2ffe20f92ca899385f4947e7012cb29fbf22 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Feb 2023 18:08:27 -0500 Subject: Add rate limit option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e192206..ce43c42 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ make install usage: mstat [OPTIONS] [-p PID] | {PROGRAM... ARGS} -c clobber 'PID#.mstat' if it exists -h this help message + -l LIMIT stop execution after LIMIT samples -o DIR path to output directory (must exist) -p PID process id to monitor -s RATE samples per second (default: 1.00) -- cgit