summaryrefslogtreecommitdiffstats
path: root/layouts/many_columns_test
blob: 7525713622c0724f8b9a42e72d1a6c1c558bfec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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/2
net/3

#  +         +         +         +         +         +
#  +===============================+=====================+
#  ⋮+-------------------+---------+⋮+-------------------+⋮+
#  ⋮|        CPU        |   MEM   |⋮|       PROCS       |⋮
#  ⋮+---------+---------+---------+⋮|                   |⋮+
#  ⋮|  TEMPS  |       DISK        |⋮|                   |⋮
#  ⋮|         |                   |⋮|                   |⋮+
#  ⋮|         |                   |⋮|                   |⋮
#  ⋮|         +-------------------+⋮|                   |⋮+
#  ⋮|         |       POWER       |⋮|                   |⋮
#  ⋮+---------+-------------------+⋮|                   |⋮+
#  ⋮|            NET              |⋮|                   |⋮
#  ⋮+-----------------------------+⋮+-------------------+⋮+
#  +===============================+=====================+
#