Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created November 19, 2010 16:37
Show Gist options
  • Save bcmiller/706734 to your computer and use it in GitHub Desktop.
Save bcmiller/706734 to your computer and use it in GitHub Desktop.
convert issue stats01
root@stats01:~# ps -ef|grep convert
www-data 7371 2723 0 07:37 ? 00:00:00 sh -c /usr/bin/convert 'sites/default/files/group_content_logo/thunder.gif' -crop 720x3000+-267+-1433! -quality '75' 'sites/default/files/imagecache/spaces_photos_photo/group_content_logo/thunder.gif'
www-data 7372 7371 77 07:37 ? 02:00:54 /usr/bin/convert sites/default/files/group_content_logo/thunder.gif -crop 720x3000+-267+-1433! -quality 75 sites/default/files/imagecache/spaces_photos_photo/group_content_logo/thunder.gif
root 14838 9290 0 10:13 pts/1 00:00:00 grep convert
root@stats01:~# ps -ef|grep 2723
www-data 2723 2700 0 07:10 ? 00:00:10 /usr/sbin/apache2 -k start
www-data 7371 2723 0 07:37 ? 00:00:00 sh -c /usr/bin/convert 'sites/default/files/group_content_logo/thunder.gif' -crop 720x3000+-267+-1433! -quality '75' 'sites/default/files/imagecache/spaces_photos_photo/group_content_logo/thunder.gif'
root 14840 9290 0 10:13 pts/1 00:00:00 grep 2723
root@stats01:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment