multiple website traffic analyzer


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers multiple website traffic analyzer
# 1  
Old 12-09-2008
Question multiple website traffic analyzer

Hello everybody,
I'm hosting several websites on the same server using apache virtual hosting:
Code:
~$ tail /etc/apache2/sites-available/default
<VirtualHost *>
    ServerName website1.mydomain.com
    DocumentRoot /var/www/website1
</VirtualHost>

<VirtualHost *>
    ServerName website2.mydomain.com
    DocumentRoot /var/www/website2
</VirtualHost>

1) I'm looking for a simple program that would give me basic traffic analysis on every website. Do you have any piece of advice? I almost just need to know the traffic generated by each website.

2) I'm very beginner in hosting my own websites. What are the crucial requirements that need to be wisely choosen and possibly analyzed and compared between websites? ram? cpu? bandwidth?

Thanks for your help.
Santiago
# 2  
Old 12-09-2008
look into google analytics for traffic monitoring

Google Analytics
# 3  
Old 12-09-2008
# 4  
Old 12-09-2008
Interesting... Thanks Ikon.
The problem is that starting from now, all websites on my server will not be mine and I cannot require other webmasters to run google analytics. I need an external* tool to be able to rate the usage made by every website of the server ressources so I can fairly share the costs among us.

* external from websites but obviously internal of the server
# 5  
Old 12-09-2008
Thanks jimbalaya but I still cannot compare the usage of each hosted website.
# 6  
Old 12-09-2008
Quote:
Originally Posted by chebarbudo
Thanks jimbalaya but I still cannot compare the usage of each hosted website.
Sorry i missed that. I use WHM for my website clients. It has views that show bandwidth and disk usage. If you have root access i suppose you could configure it. Not sure though as it came standard with my VPS package.

How about this mod to awstats:
http://sourceforge.net/projects/mssv

Last edited by Autocross.US; 12-09-2008 at 05:53 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Redirect all browser traffic to website x

Hello everyone, I need to write a shell script, that redirects all traffic in your browser to a website x. That means: 1. User sends a request to load website "www-somerandomwebsite-com" 2. the script redirects the request to a local file that is stored on the hard drive 3. User will... (5 Replies)
Discussion started by: runtimeError
5 Replies

2. Infrastructure Monitoring

Centralized linux system log analyzer?!

Hello everyone! I`m searching for linux log parser application. I already find some ways, but the best looks logzilla. Requirements: Web interface for viewing Filtering in web Notifications in web or email Open source Support linux system logs, custom logs and apache logs. I will... (5 Replies)
Discussion started by: jabalv
5 Replies

3. IP Networking

Best iptables log analyzer?

Hello all, i want to view my iptables log on web interface, with chart (in option, and this is not my priority). What is the best program for this? I have Ubuntu server. Thanks ! :) (0 Replies)
Discussion started by: Pacifiste95
0 Replies

4. Shell Programming and Scripting

Script to run php script on multiple website domains

Good Day, I have multiple websites on a domain. I am looking for a loop structure that can run each site script. egdomain1/test.php domainx/test.php so on, currently I copy and paste a list of commands but that skips certain commands. Some help would be greatly appreciated. Sergio (3 Replies)
Discussion started by: SergioP
3 Replies

5. Solaris

graphical diskspace analyzer

Hi all, recently I took over the admin task for a solaris 5.10 machine. Being a little bit familiar with debian systems Solaris is up to now a complete mystery to me. The first thing I would like to have is a graphical diskspace analyzer. I mean something like BaoBab under gnome. I there a... (2 Replies)
Discussion started by: sly_dunbar
2 Replies

6. HP-UX

HP UX Syslog Analyzer

Hi everybody I need to analyze syslog file in HP UX Is there any log analayzer for this file? Regards (3 Replies)
Discussion started by: m_arab
3 Replies

7. Shell Programming and Scripting

fetching multiple pdf files from website

I need some help in getting all pdf files from a website after logging into a session. Website requires me to enter my email address then it logs me into a session where it gives me link to download all the pdf files. Is there a way i can automate this using wget or curl? (3 Replies)
Discussion started by: shehzad_m
3 Replies

8. Shell Programming and Scripting

ACL Analyzer Script

Hello, I am trying to make a bash script that will analyze and document Cisco (router) ACLs that will output a file with the source, destination, protocol, and ports (ports of the destination only) into a text file. The whole reason why all our current ACLs need to be documented is because we... (3 Replies)
Discussion started by: Okema
3 Replies
Login or Register to Ask a Question