I run this command and got result this but not able to understand the result which node instance should i kill
ps ax | grep node
23308 pts/3 S+ 0:00 sudo node index.js
23310 pts/3 Sl+ 0:00 node index.js
23568 pts/1 T 0:00 sudo node index.js
23824 pts/4 S+ 0:00 sudo node index.js
23826 pts/4 Sl+ 0:00 node index.js
24202 pts/5 R+ 0:00 grep --color=auto node
and what S+ Sl+ T, R + Means .?
These are process STATE codes - from the man page