View Single Post
Old 10-12-2003, 09:06 PM  
xxxoutsourcing
Confirmed User
 
Join Date: Oct 2003
Posts: 3,888
How Many Apache requests? Free Script to check

How many apache requests do you have on your server?

make a file called : oozon

#!/bin/bash
#
#
echo `ps auxw | grep nobody | grep httpd | wc` | awk '{print " " $1 " apache requests"}'

drop it in
/usr/local/bin/

and every time you ssh to your machine as a user type
oozon and find out
You might have to change the grrep httpd or nobody depending on what apache runs under.

__________________

xxxoutsourcing.com
ICQ:119936 | Aim:xxxoutsourcing | MSN:msn@ xxxoutsourcing.com | Yahoo:xxxoutsourcing
Submitters, Designers, Programmers, Cartoonist, Creative Writers, Video & Photo Editors
Convert your Paysite into a cartoon site convert2toons.com
xxxoutsourcing is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote