---------------------
| workstation [enp5s0f0] -- internet
| | ---------------
| [enp5s0f1] -- | switch |
-------------------- | |
[lab-nuc-1] --| |
[lab-nuc-2] --|--------------|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/awk -f | |
# This program is a copy of guff, a plot device. https://github.com/silentbicycle/guff | |
# My copy here is written in awk instead of C, has no compelling benefit. | |
# Public domain. @thingskatedid | |
# Run as awk -v x=xyz ... or env variables for stuff? | |
# TODO: skip title row, if alphanumeric. save the labels for a legend | |
# TODO: legend to the rhs | |
# TODO: moving average |