summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-16 13:28:18 -0500
committerSean E. Russell <ser@ser1.net>2020-04-16 13:28:18 -0500
commit9e1b63be3250661124babf270f8a13326ef0d2f0 (patch)
treef2ae4b5cf45e5797e005ada72d1087f3c50dc4ee /layouts
parentd22c36e7195b80c199c25a7a0ed2525555e1de00 (diff)
Closes #46, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with `b`
Diffstat (limited to 'layouts')
-rw-r--r--layouts/many_columns_test41
1 files changed, 38 insertions, 3 deletions
diff --git a/layouts/many_columns_test b/layouts/many_columns_test
index f2d57e3..7525713 100644
--- a/layouts/many_columns_test
+++ b/layouts/many_columns_test
@@ -1,4 +1,39 @@
-cpu/2 mem/1 6:procs/2
+# This should look like:
+#
+# + + + + + +
+# +-------------------+---------+-------------------+ +
+# | CPU | MEM | PROCS |
+# +---------+---------+---------+ | +
+# | TEMPS | DISK | |
+# | | | | +
+# | | | |
+# | +-------------------+ | +
+# | | POWER | |
+# +---------+-------------------+ | +
+# | NET | |
+# +-----------------------------+-------------------+ +
+#
+
+# Not all of the weights are necessary (e.g., power, net) nor
+# the spacing, but it makes the layout easier to visualize.
+
+cpu/2 mem/1 5:procs/2
3:temp/1 2:disk/2
-power
-net procs
+ power/2
+net/3
+
+# + + + + + +
+# +===============================+=====================+
+# ⋮+-------------------+---------+⋮+-------------------+⋮+
+# ⋮| CPU | MEM |⋮| PROCS |⋮
+# ⋮+---------+---------+---------+⋮| |⋮+
+# ⋮| TEMPS | DISK |⋮| |⋮
+# ⋮| | |⋮| |⋮+
+# ⋮| | |⋮| |⋮
+# ⋮| +-------------------+⋮| |⋮+
+# ⋮| | POWER |⋮| |⋮
+# ⋮+---------+-------------------+⋮| |⋮+
+# ⋮| NET |⋮| |⋮
+# ⋮+-----------------------------+⋮+-------------------+⋮+
+# +===============================+=====================+
+#