Skip to content

Instantly share code, notes, and snippets.

@django-wong
Created April 1, 2015 04:54
Show Gist options
  • Save django-wong/c0c2be51808301d2028a to your computer and use it in GitHub Desktop.
Save django-wong/c0c2be51808301d2028a to your computer and use it in GitHub Desktop.
检查进程数量
ps -ef |grep $1 |grep -v "grep" |wc -l
$1 = 进程名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment