eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.23k stars 713 forks source link

What benchmark tests to run for WEB ERP system? #16496

Open seaward opened 1 year ago

seaward commented 1 year ago

Thank you so much if you can help answering this!

We are migrating from CentOS to Oracle Linux, will run JBoss, Jetty and K8S applications on it.

We want run some benchmark tests for openj9 (java8 & java17) on CentOS7 and Oracle Linux 7 & 8, so to make sure the performance is as good after migration.

Questions:

  1. What benchmark framework can I choose?
  2. What benchmark tests can best simulate WEB ERP system?

Thank you so much!

pshipton commented 1 year ago

@vijaysun-omr is there someone who can answer this?

mpirvu commented 1 year ago

@seaward I have no experience with WEB ERP systems, but if they involve web based applications, then frameworks like Liberty, JBoss and Tomcat are a good starting point. There are a few good web based benchmarks like:

These benchmarks are built around Liberty Application Server (https://www.ibm.com/ca-en/products/websphere-liberty, https://openliberty.io/), but there are versions that work with JBoss as well. Just let us know if you strongly prefer JBoss and we'll connect you with the right people.

seaward commented 1 year ago

@mpirvu Thanks for your reply! I was sick recently, sorry for my late response here.

Yes we are using JBoss and Jetty. I will study the info you provided and come back later.

Thanks!