Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web monitoring sofftware

Status
Not open for further replies.

zxmax

Technical User
Nov 24, 2003
179
CA
Can anyone suggest a descent software that will give me the option of viewing live who is logged in to web server ,and which web site (i have multiple virtual domains) ?? i'm running apache 2.0 with coldfusion,

Any suggestions will be greatly appreciated
 
By 'who' do you mean

A) Authenticated users

or

B) The IP address your users are logged in from

Well, either way, your best bet is your apache logfile. You can analysis this. It will not get you real-time data but it will give you a snapshot in time of what was occuring.

There is no 'real-time list' built into apache.
 
Thanks Siberian,

What i meant is, i wanted to see live the ip (at least) of users are logged in, any visiter,,

I understand apache has no built in real time viewing option, but is there any software that able of doing so ?

 
Ahh ok so you can do this:

If you admin as the 'server-status' stuff enabled it will show you what you are looking for.

Its called the 'apache scoreboard' and it shows who is accessing what from where in real-time.

Sorry for the misleading tip.
 
one more question, would that run on a windows platfrom ? (windows 2000) ?
 
yes, server-status is an apache core function. You enable it in your httpd.conf

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top