- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- monitoring activities of our proxy users
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 10:46 PM
тАО09-29-2005 10:46 PM
I am using squid on linux for the proxy server to serve my users internet access I want to monitor that what are the sites they are accessing ,how long they are using internet what is the bandwith utilized by individual users . And so many things ...
Will some one help me .
Regards
Sachin Rajput
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 11:15 PM
тАО09-29-2005 11:15 PM
Re: monitoring activities of our proxy users
7.1 How do I see system level Squid statistics?
The Squid distribution includes a CGI utility called cachemgr.cgi which can be used to view squid statistics with a web browser. This document has a section devoted to cachemgr.cgi usage which you should consult for more information.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2005 12:25 AM
тАО09-30-2005 12:25 AM
Re: monitoring activities of our proxy users
http://www.crc.net.nz/software/srg.php
http://sarg.sourceforge.net/sarg.php
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2005 08:46 AM
тАО10-04-2005 08:46 AM
SolutionYou could use MRTG in combination with squid.
Try this site:
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg-squid.html
Alternately, you can always perform standard grepping on the /var/log/squid files. Sometimes that is the fastest answer. The files are in a standard format so you can split them apart and add the bandwidth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2005 06:21 PM
тАО10-04-2005 06:21 PM
Re: monitoring activities of our proxy users
Related tools as,
http://www.squid-cache.org/Scripts/
Note: Log file access reporter will use more disk space. SARG generates 4GB of data for 50 users / year
hth.