on ‎2021 Nov 04 10:39 PM
Hi, When doing Perf Testing, after loading 500 users, the user login and logout time increases to 50secs. I have checked tomcat threads, increased CPU, RAM, DB RAM etc but still no luck. Anyone had similar issue and how did you resolve it?
Request clarification before answering.
The next step I would take is doing a performance analyses. If you are in the commerce cloud you can use dynatrace and see the purepath for login and logout.
If you are not on commerce cloud you can try to use mission control and flight recorder. see https://answers.sap.com/questions/12757738/how-to-use-oracle-java-mission-control%27s-flight-re.html
You can also create a memory dump and see if there are any large lists or maps (except ehcache) around and maybe used in a class which are used for login logout.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A similar problem occurred when I did forget to send the cookies along with the requests in a load this. This lead to creation of a lot of anonymous sessions in sap commerce (stored in a hasmap). When you reach a million or more jalosessions the hashmap is very slow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.