How to know how many sessions from a specific server to IS

Hello,

Does anyone know, how to find how many requests from a specific server to IS at a specific point of time. What are different ways to track it

The session log should have everything, but you will need to create some query to find the right info.

Thanks, probably i have to use some grep cmd on server.log file for this

On file system, in WmRoot/server-cluster.dsp you will find the service name which IS uses to pull session information.

You can build a wrapper around this service and create utility to pull results in the format you want.