View Apache Process Details

Handy shell command to list out the Apache processes & what they’re up to

ps axo ‘pid user size %cpu %mem cmd’ | grep http | grep -v “(root|grep)”

0