How to run Disk Benchmark in AEM through Felix console

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 :

  • 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.

    The test will pause this long until running the next test.

    The test creates one temporary file with the given size.

    The test will run at full speed for this many milliseconds.

    After running a test, there is a pause of this many milliseconds.

    The file access mode. Use rw for read+write, r for read-only, rw+ for read+write+fsync.
    StartBenchmark

     to collect the read and write date per second for the block size 256B, 512 Byte

    Below is the Windows 8.1 system read and write date for 4KB size block
    Operation TypeOperations Per Second for Block Sizes
    256 B512 B1 KB2 KB4 KB8 KB16 KB
    write142358478656399538793739
    read40501564075873941575520493929728160
    write3740380138994036387539143773
    read54694598315850956579534804274029545
  • That's it!

No comments:

Post a Comment