Skip to content

Commit

Permalink
add get_node_processes 能支持iojs pm2进程
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Sep 10, 2015
1 parent fceec78 commit f563800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get_node_processes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

ps -e -o pid,command | grep -E "node |iojs |PM2 " | grep -v get_node_processes | grep -v grep

0 comments on commit f563800

Please sign in to comment.