Hi,
We want to know how much "users" (persons with browser and aplication URL, ) more or less are connected to our systems and we don't want to use ITCAM or commercial products for that purpouse (if they are cheap and easy to use yes of course ;-). For that we have done and jmx/pmi program to obtain this information.
We have obtained diferent information about the applications using web application counters
publib.boulder.ibm.com/infocenter/wasinf... With requestcount we obtain the hits on the application but not the "users", one call to the application can do multiple hits.
Using Servlet Session counters:
publib.boulder.ibm.com/infocenter/wasinf... With LiveCount we don't see any sessión created when we invoke snoop servlet (without security), so we are understanding that if the application doesn't store anything in the session object (or if the security of the application is off) there is no "hit" in the counter.
is this so? are wrong?
how can we know the number of "users" connected to our application servers?
any ideas are appreciatted
Thanks in advanced, Regards