Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

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

  • williammccusker
    williammccusker Posts: 642 ✭✭✭

    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: ConnectionFactory

    destinationType: Topic
    destination: PARASOFT_SERVER_STATISTICS