HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Access Log on HP Apache on HPUX
Operating System - HP-UX
1836484
Members
2537
Online
110101
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
06-28-2005 05:54 PM
06-28-2005 05:54 PM
Dear Sirs,
I need to find the number hits per day on HP Apache from access log on HPUX 11i.
Does anynone has some shell script for this ?
Thanks,
Shiv
I need to find the number hits per day on HP Apache from access log on HPUX 11i.
Does anynone has some shell script for this ?
Thanks,
Shiv
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:07 PM
06-28-2005 06:07 PM
Solution
hi,
i use the freeware, weblog expert lite to analyze the logs:
http://www.weblogexpert.com/
quite easy to use and a great reporting interface.
regards.
i use the freeware, weblog expert lite to analyze the logs:
http://www.weblogexpert.com/
quite easy to use and a great reporting interface.
regards.
what you do not see does not mean you should not believe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:49 PM
06-28-2005 06:49 PM
Re: Access Log on HP Apache on HPUX
We r using our site for marketing purposes with oracle database as backend , so we made a simple jsp page which will open up as a pop up when the index page is loaded and updates our database to show the no of hits. If ur site uses some databases in backend u can use this.
Or u can use some third party log analyzers like AWStats .
Or u can use some third party log analyzers like AWStats .
Be Always Joy ......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 09:12 PM
06-28-2005 09:12 PM
Re: Access Log on HP Apache on HPUX
Hi Shiv,
as the others already have said there are plenty of free webalizer tools that parse the contents of all kinds of access logs of HTTP, FTP, ... servers that use some sort of the common logfile format (or are easily adapteble).
These tools will also produce fancy graphics and statistics that can be viewed in a webbrowser.
However, if you don't care for such sophistication, you can very straight-forward count log entries for a given date.
e.g. at one of our webservers for today
# grep -c $(date +%e/%b/%Y) access_log
59135
But this is very crude counting.
To get something meaningful you would have to further split up the separate client IPs,
or even bundle the requests taht belong to the same session.
This is more or less what the weblog analizers do.
as the others already have said there are plenty of free webalizer tools that parse the contents of all kinds of access logs of HTTP, FTP, ... servers that use some sort of the common logfile format (or are easily adapteble).
These tools will also produce fancy graphics and statistics that can be viewed in a webbrowser.
However, if you don't care for such sophistication, you can very straight-forward count log entries for a given date.
e.g. at one of our webservers for today
# grep -c $(date +%e/%b/%Y) access_log
59135
But this is very crude counting.
To get something meaningful you would have to further split up the separate client IPs,
or even bundle the requests taht belong to the same session.
This is more or less what the weblog analizers do.
Madness, thy name is system administration
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP