lcabaceira / crystal

Alfresco predictions, analisys, benchmarks
3 stars 1 forks source link

Create a performance test for filesystems #13

Closed lcabaceira closed 8 years ago

lcabaceira commented 8 years ago

I'm creating a new jmeter test that will check the performance of 2 important filesystems in Alfresco (ContentStore disk and Indexes disk). I will commit as soon as they are ready and documented.

lcabaceira commented 8 years ago

IO performance tests finalised. They are creating a JSON file as output with the test results to be parsed by Pentaho. The tests contain a readme file with the full explanation .

https://github.com/lcabaceira/crystal/blob/master/TestCases/disk-io-jmeter-tests/README.md

Results look like this :

{ "MemoryMappedFile": [ 337119341, 322519685, 339917012, 359298245, 380315691 ], "RandomAccessFile": [ 360881057, 517825537, 332737611, 334914145, 346824724 ], "Date and Execution Time": "2016/02/23 12:17:34", "Execution Plan": "Sequential Performance of Indexes FS", "BufferedStreamFile": [ 190600279, 190334572, 222005420, 222729744, 224684585 ], "Host": "192.168.1.132", "BufferedChannelFile": [ 327418065, 348595744, 275453934, 271438038, 236489607 ] }

lcabaceira commented 8 years ago

Closing issue.