Skip to content

Instantly share code, notes, and snippets.

@kylebarron
Last active August 6, 2018 15:46
Show Gist options
  • Save kylebarron/36177613bfe9b70d744ce98248fa09a6 to your computer and use it in GitHub Desktop.
Save kylebarron/36177613bfe9b70d744ce98248fa09a6 to your computer and use it in GitHub Desktop.
showload on NBER server from local computer
#! /usr/bin/env bash
ssh [email protected] \
-o LogLevel=QUIET \
-t $'showload | sed -n \'/-----/,$p\' | sed -r \'/afserver|gruber|miller|sas|age8|age11|age12/d\' | sed -e \'/It might/,$d\''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment