[Apache]Monitoring web traffic in real-time

Last update on July 22, 2009 10:18 AM by jak58
Published by netty5

[Apache]Monitoring web traffic in real-time







There are tool endemic to Apache web server allowing a real-time analysis of the web traffic:
Log files can be used by specialized software to develop a comprehensive and complete analysis of the traffic

The output "server-status" that can be displayed as a command line, simply by launching the "apachectl status" or "apachectl fullstatus" or online at http://servername/server-status

For the server statut to be accessible the server must be compiled with mod_status module and its use should be allowed in the configuration file.


However, these methods as such, give too much information to make an optimal use, especially on servers with a large traffic. There is a tool allowing you to analyze the Apache server traffic in real time: ApacheTop.

ApacheTop be downloaded at:
http://freshmeat.net/projects/apachetop
Best answers for « Monitoring web traffic in real time » in :
Monitoring the traffic activity in real-time Show Monitoring the traffic activity in real-time To know the bandwidth used by your Linux machine, in addition to standard tools for most distributions (not permitting the display in real time), there are two particularly useful...
MySQL real time monitoring Show MySQL real time monitoring You are administrating a MySQL database and you want to analyze in real time the operations taking place in order to have a diagnostics over probable problems, errors or to monitor server activity. PhpMyAdmin...
See connections in a real time enviroment ShowSee connections in a real time enviroment Under Linux Under Windows Under Linux In order to observe your outgoing network connections and open ports, type in a terminal in real time: sudo watch lsof -i Items displayed: The...
Viewing connections in real time ShowViewing connections in real time Linux Windows Linux Under Linux, to view your outgoing network connections in real time, open a terminal and type the following commands: sudo watch lsof-i It will display: The name of the...
Pc remote with Ipod Touch ShowPc remote with Ipod Touch Before we start Download Mocha VNC Install Tight VNC Configure Tight VNC Configure Mocha VNC This tutorial will teach you to control your PC remotely and in real time through a application available...
Download Yahoo Widgets ShowYahoo Widget allows profit of a heap of application Yahoo on your office such as Radio, weather forecast, traffic real-time, etc. It is necessary to install this component in anticipation to be able to install widgets.
Chat ShowChat A "Chat" area, or "chatroom," is a space where multiple Internet users can engage in written discussion in real time. The term "chatting" is generally reserved for communication systems included on a web site, as opposed to the term "instant...
Characteristics of programming languages ShowThere are many programming languages, each corresponding to specific needs (formula calculus, character string processing, real-time, etc.) with each having specific characteristics and functionalities. Therefore, the choice of programming language...
IRC ShowIntroduction to IRC IRC (Internet Relay Chat) is a protocol for carrying out real-time conversations with other users after connecting using a special software program (called a client) to an IRC server, which is itself liked to other IRC servers....