I have an userpath which does a login and after that it starts the huge computing. After this computation my virtual user logs out. I wanted to know if was possible to isolate the computational part of my user path because the login and logout are not that relevant.
If you create different transactions or containers for your login, computation and logout then you can check the statistics at the transaction level.
Does it answer your question?