Skip to content

Instantly share code, notes, and snippets.

@cgarciae
Last active May 9, 2022 00:27
Show Gist options
  • Select an option

  • Save cgarciae/abff0b720e142e1015ed3e3789996c21 to your computer and use it in GitHub Desktop.

Select an option

Save cgarciae/abff0b720e142e1015ed3e3789996c21 to your computer and use it in GitHub Desktop.
timed.sh
# timed.sh
ulimit -n 3000 # increase to avoid "out of file descriptors" error
python server.py &
sleep 1 # Wait for server to start
/usr/bin/time --format "Memory usage: %MKB\tTime: %e seconds\tCPU usage: %P" "$@"
kill %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment