dvoraka / av-service

Network file service with replication and anti-virus checking
GNU General Public License v3.0
10 stars 3 forks source link

Performance tuning #53

Open dvoraka opened 7 years ago

dvoraka commented 7 years ago

Testing command: ./gradlew loadTest Services started with Docker.

The test is synchronous and one thread only but service scales good so it should be better with better testing client.

Superset of #47

dvoraka commented 7 years ago

With a new logging to Logstash only, with Logback, no DB logging, no caching and INFO level performance is 6 times better than before. I think it is because of the new logging...

PC3: 550/s

dvoraka commented 7 years ago

PC4: 1400/s

dvoraka commented 7 years ago

PC3: 590/s

dvoraka commented 7 years ago

Performance NOTES with info about performance and how to test it.