Forum Discussion

1 Reply

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus

    Are you using APM to front-end it? or just an LTM virtual server?

     

    if it's just LTM, then the LTM has no idea what you're passing through the VS. Although it can parse out the HTTP for you with an HTTP profile, you'd need to do a bit of work (i.e. Log all the accesses, but be aware it's all browser-basic, so there's no 'session' to track as such. You have to associate it all yourself. Not a difficult task, but you'd have to do some work.

     

    If you're using APM, then you can view the APM sessions via the reports, or APM sessions tab.

     

    H