Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Shell
Roff
Python
Latest commit
a128b21
Jan 30, 2017
- polish up the snapcraft.yaml
Permalink
| Failed to load latest commit information. | |||
|
|
bin |
|
|
|
|
debian |
|
|
|
|
lib |
|
|
|
|
share |
|
|
|
|
snap |
|
|
|
|
README |
|
|
|
|
TODO |
|
|
README
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