[Dev] [EMM200] Performance & Load Testing

2015-12-21 Thread Dileesha Rajapakse
1. Install Jmeter *sudo apt-get install jmeter* 2. Replace the '*/usr/share/jmeter/lib/*' directory with the 'lib' directory which could be downloaded from below link. (This file contains all the necessary library files needed to run test scripts)

Re: [Dev] [EMM200] Performance & Load Testing

2015-12-21 Thread Prabath Abeysekera
One of the performance hits identified while analysing the JFR dumps taken out of EMM 2.0 set-ups is the time taken for token validation. The nature of the aforesaid token validation is that, a service stub is used to invoke an admin service deployed as part of EMM's Key Manager profile for token

Re: [Dev] [EMM200] Performance & Load Testing

2015-12-21 Thread Sumedha Rubasinghe
Prabath, API Manager has the same setup and it uses a Thrift client for the same (in the place of using a stub for admin service) Can't we use the same Thrift server/client pattern?We had a similar situation in BAM data publisher. There also we used Thrift for performance reasons. Stubs are known