Skip to content

Instantly share code, notes, and snippets.

@tywtyw2002
Created November 26, 2014 21:25
Show Gist options
  • Save tywtyw2002/93bc1751da8951a4479c to your computer and use it in GitHub Desktop.
Save tywtyw2002/93bc1751da8951a4479c to your computer and use it in GitHub Desktop.
check gem5 run
#!/bin/sh
seq 2 32 | xargs printf %02d\\n | while read line
do
echo ug$line
ssh -n ug$line "ps aux | grep gem5.opt | grep -v grep"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment