Skip to content

Commit a254e9f

Browse files
authored
1 parent 1fa2c47 commit a254e9f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cluster/disk.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Disk
22

3+
## Disk Performance
4+
5+
Using `fio` — Flexible I/O Tester (https://github.com/axboe/fio) is an efficient way to test the disk performance.
6+
You can find some samples here:
7+
8+
* [Sample FIO Commands for Block Volume Performance Tests on Linux-based Instances](https://docs.oracle.com/en-us/iaas/Content/Block/References/samplefiocommandslinux.htm)
9+
* [How to use Fio (Flexible I/O Tester) to Measure Disk Performance in Linux](https://dotlayer.com/how-to-use-fio-to-measure-disk-performance-in-linux/)
10+
* [How to Measure Disk Performance using Fio in Linux](https://linoxide.com/measure-disk-performance-fio/)
11+
12+
Cannot understand the options specified in the samples above? You can check the command line options and job file parameters here: <https://fio.readthedocs.io/en/latest/fio_doc.html>.
13+
14+
## References
15+
316
- Stanislav Příhoda, "Elasticsearch Disk and Data Storage Optimizations with Benchmarks", _coralogix.com_, 2021.<br>
417
<https://coralogix.com/log-analytics-blog/elasticsearch-disk-and-data-storage-optimizations-with-benchmarks/>
518
- Elasticsearch, "How to design your Elasticsearch data storage architecture for scale", _elastic.co_, 2021.<br>

0 commit comments

Comments
 (0)