- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netscape server connections
Operating System - HP-UX
1823063
Members
3238
Online
109645
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
10-15-2009 04:06 AM
10-15-2009 04:06 AM
If I have a public facing netscape web server, how can you tell how many open connections there are to the server? I can tell when the server gets busy but figuring out how many people are actually connecting to the web site leaves me clueless.
Would I need to do this from the internet router or is there a way to get the info from the web server?
Would I need to do this from the internet router or is there a way to get the info from the web server?
UNIX IS GOOD
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 05:33 AM
10-15-2009 05:33 AM
Solution
The problem is more difficult than you think.
Because some of your clients may be behind a proxy, the number of connections may not be directly proportional to the number of users. A group of users behind a caching proxy may look like just one user.
Some web browsers may also use multiple connections in parallel, in an attempt to speed up page loading.
Because HTTP has no concept of a session by itself, you cannot easily tell how many users you have.
By running your web server logs through a log analyzer program, you may be able to get some useful numbers.
For example, the free Analog:
http://www.analog.cx/
If your website has a concept of session, it does something to make each user unique, whether it is a dynamically generated URI, a cookie or something else. You may be able to use this mechanism to produce a count of unique users too.
MK
Because some of your clients may be behind a proxy, the number of connections may not be directly proportional to the number of users. A group of users behind a caching proxy may look like just one user.
Some web browsers may also use multiple connections in parallel, in an attempt to speed up page loading.
Because HTTP has no concept of a session by itself, you cannot easily tell how many users you have.
By running your web server logs through a log analyzer program, you may be able to get some useful numbers.
For example, the free Analog:
http://www.analog.cx/
If your website has a concept of session, it does something to make each user unique, whether it is a dynamically generated URI, a cookie or something else. You may be able to use this mechanism to produce a count of unique users too.
MK
MK
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP