<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic netscape server connections in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-server-connections/m-p/4514862#M366281</link>
    <description>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.&lt;BR /&gt;&lt;BR /&gt;Would I need to do this from the internet router or is there a way to get the info from the web server?</description>
    <pubDate>Thu, 15 Oct 2009 11:06:06 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2009-10-15T11:06:06Z</dc:date>
    <item>
      <title>netscape server connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-server-connections/m-p/4514862#M366281</link>
      <description>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.&lt;BR /&gt;&lt;BR /&gt;Would I need to do this from the internet router or is there a way to get the info from the web server?</description>
      <pubDate>Thu, 15 Oct 2009 11:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netscape-server-connections/m-p/4514862#M366281</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2009-10-15T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: netscape server connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netscape-server-connections/m-p/4514863#M366282</link>
      <description>The problem is more difficult than you think.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Some web browsers may also use multiple connections in parallel, in an attempt to speed up page loading. &lt;BR /&gt;&lt;BR /&gt;Because HTTP has no concept of a session by itself, you cannot easily tell how many users you have.&lt;BR /&gt;&lt;BR /&gt;By running your web server logs through a log analyzer program, you may be able to get some useful numbers.&lt;BR /&gt;&lt;BR /&gt;For example, the free Analog:&lt;BR /&gt;&lt;A href="http://www.analog.cx/" target="_blank"&gt;http://www.analog.cx/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 15 Oct 2009 12:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netscape-server-connections/m-p/4514863#M366282</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-15T12:33:53Z</dc:date>
    </item>
  </channel>
</rss>

