Skip to content

Instantly share code, notes, and snippets.

@nmccready
Last active December 26, 2015 09:29
Show Gist options
  • Save nmccready/7129406 to your computer and use it in GitHub Desktop.
Save nmccready/7129406 to your computer and use it in GitHub Desktop.
OSX swap check 4 eva
#!/bin/sh
run=1
while [ $run ]
do
echo 'Swap Space monitoring forever.'
echo '------------------------------'
echo ' '
echo ' '
ls -lh /private/var/vm/swapfile*
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment