aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2024-04-21 09:57:58 -0700
committerSeongJae Park <sj@kernel.org>2024-04-21 09:57:58 -0700
commitaa2c2c4295625baa8e8ecc082d0f65b3e79c4572 (patch)
treebf02f0751e3d678eb9229e3d91d2bbbcefbac58a
parent2072ae696069dea6681034e9c08dae3432d558b7 (diff)
downloaddamo-aa2c2c4295625baa8e8ecc082d0f65b3e79c4572.tar.gz
USAGE: Use list for 'report footprints' metrics
Signed-off-by: SeongJae Park <sj@kernel.org>
-rw-r--r--USAGE.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/USAGE.md b/USAGE.md
index 104e1a16..a5e37546 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -638,11 +638,13 @@ allocated memory is really being accessed. The output format is similar to
that of [wss](#wss).
Because there are various memory footprint metrics, the command asks users to
-specify what memory footprint metric they want to visualize. Currently, `vsz`
-and `rss` are supported. `vsz` is the amount of virtual memory that allocated
-to the workloads, which is also known as "virtual set size". Meanwhile, `rss`
-is the amount of physical memory that allocated to the workloads, which also
-known as "residential set size".
+specify what memory footprint metric they want to visualize. Currently, below
+metrics are supported.
+
+- `vsz`: The amount of virtual memory that allocated to the workloads; a.k.a
+ "virtual set size".
+- `rss`: The amount of physical memory that allocated to the workloads; a.k.a
+ "residential set size".
For example: