Skip to content

Instantly share code, notes, and snippets.

@faddah
Created December 21, 2015 18:46
Show Gist options
  • Select an option

  • Save faddah/bf10e607f3f660112366 to your computer and use it in GitHub Desktop.

Select an option

Save faddah/bf10e607f3f660112366 to your computer and use it in GitHub Desktop.
results of grepping for apache2 & php on faddah's vagrant
$ ps aux | grep apache
root 1446 0.0 3.9 333700 19728 ? Ss 14:08 0:01 /usr/sbin/apache2 -k start
www-data 2926 0.0 5.8 338284 29464 ? S 16:35 0:01 /usr/sbin/apache2 -k start
www-data 2927 0.0 6.6 339524 33212 ? S 16:35 0:01 /usr/sbin/apache2 -k start
www-data 2928 0.0 5.8 338132 29272 ? S 16:35 0:01 /usr/sbin/apache2 -k start
www-data 2929 0.0 7.2 340120 36460 ? S 16:35 0:02 /usr/sbin/apache2 -k start
www-data 2930 0.0 6.6 341632 33516 ? S 16:35 0:01 /usr/sbin/apache2 -k start
www-data 3101 0.0 6.1 337500 30800 ? S 16:35 0:01 /usr/sbin/apache2 -k start
www-data 3104 0.0 5.6 338756 28548 ? S 16:38 0:01 /usr/sbin/apache2 -k start
www-data 3105 0.0 7.6 344192 38284 ? S 16:38 0:01 /usr/sbin/apache2 -k start
www-data 3215 0.0 5.9 338000 30068 ? S 16:46 0:01 /usr/sbin/apache2 -k start
www-data 3801 0.0 4.8 337120 24356 ? S 18:04 0:00 /usr/sbin/apache2 -k start
vagrant 4158 0.0 0.1 10460 932 pts/0 S+ 18:45 0:00 grep --color=auto apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment