ORPOS 13.4.1 - What java base packages are loaded as part of client launch and login?
We have ORPOS 13.4.1 installed. We have plans to load test our set-up before rolling out to production. As part of that process, we are trying to create LoadRunner Java/RMI scripts to simulate load on the server.
Background on how LoadRunner works:
LoadRunner Java/RMI protocol captures all the RMI calls sent from the client to the server. This process of recording is done using hooks methods (similar to java profiling tools). LoadRunner has standard hooks defined for different technologies like RMI, JNDI, JMS, etc. Using these standard hooks, LoadRunner will be able to capture RMI calls from client to server. However, if a particular application has custom classes/methods, then we need to define custom hooks in LoadRunner to hook onto those application specific classes/methods.
0