Is there a log file to find the Hit Count ?
Hi Team,
I need to prepare a desk, to show the Hit Count happened over the period for the given services, Currently I can find them under Monitoring tab, which shows the per day Hit Count.
Is there a log file where I can get the previous Hit Count details ?
Thanks
Senthil. M
Comments
-
Hi,
The local server in the desktop doesn't keep a history of how many hits were used in previous days. There is a soap service that returns that information but I think that only works for a standalone server, the local machine in the desktop doesn't enable a lot of the functionality for remote connectivity that a standalone server does.
If you really want to collect that information you could listen to the JMS topic to which the live hit count is published and track it your self. The basic connection setting for the built in JMS topic are
providerUrl: failover:(nio://:9618)?startupMaxReconnectAttempts=1
initialContext: org.apache.activemq.jndi.ActiveMQInitialContextFactory
connectionFactory: ConnectionFactorydestinationType: Topic
destination: PARASOFT_SERVER_STATISTICS0