cancel
Showing results for 
Search instead for 
Did you mean: 

performance challenged

cstettler_
Champ on-the-rise
Champ on-the-rise

I have loaded a few thousand pieces of content in the form of xml files and resource bundles. I am using chemistry to retrieve the content. I try running a single threaded performance test to see the response times. For query by path response times are ~500ms and for select * from cmis:document where cmis:name='' the response times are multisecond.

I am running on windows with a default installation. I wasn't expecting miracles but was expecting much better.

Does anyone know what I should expect? For a better benchmark what would be a reasonable configuration?

2 REPLIES 2

Florent_Guillau
World-Class Innovator
World-Class Innovator

We can't really conclude anything from these numbers without knowing much more. These certainly aren't numbers representative of what Nuxeo is capable of.

What performance testing methodology was used? What was run, how many times? How were measurements taken?

Also what was the server configuration, and Nuxeo configuration? System memory? Memory allocated to Java? What database was used and with what configuration? Was the database tuned? Were specific indexes added?

If your servers are running Windows please make sure that no antivirus is present.

Thierry_Delprat
Confirmed Champ
Confirmed Champ

Hi,

As Florent said, you can get better results.

If you are testing query, you want the database to be fast :

  • check that you are not using the embedded DB
  • check that you applied the [configuration advices for your database][1]
  • check that your disks are not slowed down by an other process (like an Antivirus)

I don't know much about the tests you are running, so I can not tell you what numbers you should get.

But for sure, if you tell us more, you should be able to get better 🙂

We don't have a lot of automated performance tests running via the CMIS connector. The default CMIS perf suite is available here : [https://github.com/nuxeo/tools-nuxeo-cmis-jmeter][2]

The tests are basic, but don't hesitate to make a pull request to add more tests.

They are run automatically by the CI chain and result can be see here : [http://qa.nuxeo.org/jenkins/job/FT-nuxeo-master-funkload-cmis-bench/lastSuccessfulBuild/artifact/report/][3]

These tests are (by default) run on small boxes (Jenkins build agents).

Tiry [1]: http://doc.nuxeo.com/display/ADMINDOC/Database [2]: https://github.com/nuxeo/tools-nuxeo-cmis-jmeter [3]: http://qa.nuxeo.org/jenkins/job/FT-nuxeo-master-funkload-cmis-bench/lastSuccessfulBuild/artifact/rep...

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.