-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME.txt
More file actions
15 lines (12 loc) · 723 Bytes
/
README.txt
File metadata and controls
15 lines (12 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The servers/AMIs need:
* Java installed (11+)
* An SSH key on your machine, added to your ssh-agent, whose username matches with the SSH username in PerformanceTest#main()
* The sar and mpstat utilities installed ->
* Ubuntu: sudo apt install sysstat
* For Flamegraphs to work ->
* JDK Debug symbols: https://github.com/jvm-profiling-tools/async-profiler#installing-debug-symbols
* Allow capturing Kernel call stack events: https://github.com/jvm-profiling-tools/async-profiler#basic-usage
If you want to use a database for testing:
* Create an RDS database and add its properties to application.properties
* Execute database.sql against your new RDS database
* Change MODE in PerformanceTest to "DEPLOY_DB"