forked from dustinkirkland/hollywood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (44 loc) · 958 Bytes
/
README
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
40
41
42
43
44
45
46
47
48
Launch Byobu
Open a random number of splits, random sizes
In each split, run a noisy text app
Rules:
- Must work as a non-root user
- Must display information indefinitely (a la "watch", or cmatrix)
+ Can use a while/true + a timeout
- Must not OOM a system
- Must not over load a system
- Must not be too egregious with I/O
- Must not require outbound internet access
Sample Apps:
- atop # xxx Root
- bmon # DONE
- cmatrix # DONE
- dnstop # xxx Root
- ethstatus
- glances
- htop
- ifstat
- iotop
- iptotal
- iptraf-ng
- itop
- jnettop
- kerneltop
- latencytop
- logtop
- netmrg
- nload
- nmon
- ntop
- powertop
- sagan
- slurm
- snetz
- top
- tiptop
- vnstat
- tail -f $(find /var/log/ -type f -name '*log') | ccze -A
- find some source code, open it, close it a few seconds later
- choose random directory, run tree on it
- wget some web pages and pipe HTML through a colorizer
- iwatch root and tail changes