April 22, 2020
Estimated Post Reading Time ~

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.
Directory:
The test will pause this long until running the next test.
Filesize (MB):

The test creates one temporary file with the given size.
Run (ms):

The test will run at full speed for this many milliseconds.
Delay (ms):

After running a test, there is a pause of this many milliseconds.
File mode (r/rw/rw+):

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 data for 4KB size block

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








By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.