> -----Original Message-----
> From: Muhammad Rizwan [mailto:[EMAIL PROTECTED] 
> Sent: Mittwoch, 22. Februar 2006 14:59
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] bandwidth
> 
> >>after the event: Process the logs. Different VHs can have their own
> >>log files, so just count the hits in each log (or parse the 
> logs using
> >>an analysis tool). If only one log, various log processors 
> can analyse
> >>them and produce reports (google for "apache log processing").  
> 
> I have heard this solution i.e. parsing of log file. Can you 
> plz tell me
> Which entries from my access_log file i should use and how 
> this 'll help
> me in calculating the bandwidth.

I guess by "bandwidth" you mean how much traffic is flowing in and out of each 
virtual host (ie, site)?

The logs tell you what URL was requested, what the response was and how many 
bytes were sent. You can read the raw data (see 
http://httpd.apache.org/docs/2.2/logs.html for details) or you can use a 
log-parsing application (google "log parsing apache")

> 
> >>That's weird - apache always logs... Are you sure you're looking in
> >>the correct directory? I suspect you might be starting/stopping the
> >>wrong apache (especially considering your next question).
> 
> YES, im sure im looking for exact log file, i.e.
> /etc/httpd/logs/error_log and /etc/httpd/logs/access_log.
> access_log is totally empty while error_log have some entries.

Check your "TransferLog" directive - it is pretty weird to get no log entries 
at all...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Thanks for your help.
> 
> 
> On Wed, 2006-02-22 at 08:11, Boyle Owen wrote:
> > > -----Original Message-----
> > > From: Muhammad Rizwan [mailto:[EMAIL PROTECTED] 
> > > Sent: Mittwoch, 22. Februar 2006 13:52
> > > To: users@httpd.apache.org
> > > Subject: [EMAIL PROTECTED] bandwidth
> > > 
> > > Hello
> > > 
> > > I want to calculate bandwidth for each individual domain 
> running on my
> > > system, how i can do so.
> > 
> > Two basic methods:
> > 
> > - Realtime: Depends if domains are distinct at TCP/IP layer 
> (different IP/port). If so, you need some network analyser - 
> google for "network packet sniffer". If not (ie, name-based 
> VHs), you might find some 3rd party module that works at the 
> HTTP layer (ie, uses the "Host" header to distinguish traffic).
> > 
> > - after the event: Process the logs. Different VHs can have 
> their own log files, so just count the hits in each log (or 
> parse the logs using an analysis tool). If only one log, 
> various log processors can analyse them and produce reports 
> (google for "apache log processing").  
> > 
> > > Second thing my access_log and error_log files are empty, although
> > > CustomLog logs/access_log combined and ErrorLog logs/error_log are
> > > enabled.
> > 
> > That's weird - apache always logs... Are you sure you're 
> looking in the correct directory? I suspect you might be 
> starting/stopping the wrong apache (especially considering 
> your next question).
> > 
> > > How i can check version of apache through command line.
> > 
> > This question makes me suspect you might have several 
> apaches installed - especially when we consider your funny 
> "empty logs" problem.
> > 
> > To answer the question:
> > 
> > - go to the apache bin directory (eg, /usr/local/apache2/bin)
> > - ./httpd -v
> > 
> > NB: ./httpd -h will give you a list of other options (-V 
> and -l are particularly useful).
> > 
> > Rgds,
> > Owen Boyle
> > Disclaimer: Any disclaimer attached to this message may be ignored. 
> > 
> > > 
> > > Thanks!!!
> > > 
> > > 
> > > 
> ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache HTTP 
> > > Server Project.
> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >    "   from the digest: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > Diese E-mail ist eine private und persönliche 
> Kommunikation. Sie hat keinen Bezug zur Börsen- bzw. 
> Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
> private and personal nature. It is not related to the 
> exchange or business activities of the SWX Group. Le présent 
> e-mail est un message privé et personnel, sans rapport avec 
> l'activité boursière du Groupe SWX.
> >  
> > 
> > This message is for the named person's use only. It may 
> contain confidential, proprietary or legally privileged 
> information. No confidentiality or privilege is waived or 
> lost by any mistransmission. If you receive this message in 
> error, please notify the sender urgently and then immediately 
> delete the message and any copies of it from your system. 
> Please also immediately destroy any hardcopies of the 
> message. You must not, directly or indirectly, use, disclose, 
> distribute, print, or copy any part of this message if you 
> are not the intended recipient. The sender's company reserves 
> the right to monitor all e-mail communications through their 
> networks. Any views expressed in this message are those of 
> the individual sender, except where the message states 
> otherwise and the sender is authorised to state them to be 
> the views of the sender's company.
> > 
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP 
> Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >    "   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to