Statement - This is a simple disk performance benchmark. It test how fast Java can read from and write to the hard disk. The test uses temporary files, which are deleted at the end of the run.
Environment - AEM 6.3 GA
Solution :
Environment - AEM 6.3 GA
Solution :
- Go to the Felix console URL: http://localhost:4502/system/console/diskbenchmark
- Click on Startbenchmark and wait for 5 mins.
- click on stop to see the no of operations performed per second for the 4KB block size.
- This is a simple disk performance benchmark. It test how fast Java can read from and write to the hard disk. The test uses temporary files, which are deleted at the end of the run.
Operation Type Operations Per Second for Block Sizes 256 B 512 B 1 KB 2 KB 4 KB 8 KB 16 KB write 142 358 478 656 3995 3879 3739 read 40501 56407 58739 41575 52049 39297 28160 write 3740 3801 3899 4036 3875 3914 3773 read 54694 59831 58509 56579 53480 42740 29545 - That's it!
No comments:
Post a Comment