Reply

 

LinkBack Thread Tools Rate Thread
Old 10-02-2005, 03:52 PM   #1 (permalink)
miketech
Guest
 
Posts: n/a
How to find connection for domain

Hi,

I am having issue with so many connection to our server.
I have used following command to find, how many connection was connected to httpd.

netstat -n | grep :80 |wc -l

How do we find which domain has more connection to server?. Any help please.


thanks
mike
  Reply With Quote
Old 11-03-2005, 10:44 AM   #2 (permalink)
supportmatrix
Guest
 
Posts: n/a
Hello Miketech,

You can check which domain is taking more conn in your server by logging into your WHM and go to Apache Status, there you can find which domain and which particular file is accessed. For further queries you can mail me at supportmatrix@gmail.com

Regards,
SupportMatrix
Senior System Admin
  Reply With Quote
Old 10-28-2006, 06:16 AM   #3 (permalink)
sysconfig
Guest
 
Posts: n/a
for that you need enable apache stats

http://forums.linuxwebadmin.info/ind...opic,72.0.html

Thanks,
  Reply With Quote
Old 03-05-2007, 10:45 PM   #4 (permalink)
Nick2593
Guest
 
Posts: n/a
I was in need of the same help, thank you
  Reply With Quote
Old 03-19-2007, 07:03 PM   #5 (permalink)
Newbie
 
Join Date: Feb 2007
Posts: 8
You should look into traffic analysis software, anything using Cisco netflow is usually good. You'll need netflow access to your upline router or netflow enabled Cisco devise.
__________________
Area51 Computers & Services
Professional Web Hosting & Design Solutions

Lounge51
Internet Gaming Center in Rochester, MN
kiamori is offline   Reply With Quote
Old 05-23-2007, 04:48 PM   #6 (permalink)
SparkSupport
Guest
 
Posts: n/a
You can also get to know the number of connection from an IP to port :80 by issuing the following command

netstat -anp | grep :80 | awk '{ print $5 }' | cut -d ":" -f 1 | sort | uniq -c | sort -n
  Reply With Quote
Old 08-24-2007, 03:13 AM   #7 (permalink)
Michael01
Guest
 
Posts: n/a
Quote:
Originally Posted by sysconfig View Post
for that you need enable apache stats

http://forums.linuxwebadmin.info/ind...opic,72.0.html

Thanks,
Hi

Thanks buddy, the link is very worthless !
  Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:09 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0