Adopt Performance and tuning section

Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
George Melikov
2020-05-16 20:59:15 +03:00
parent af60898a87
commit 1d2dd532bb
5 changed files with 1033 additions and 1029 deletions

View File

@@ -1,5 +1,5 @@
Async Writes
~~~~~~~~~~~~
============
The number of concurrent operations issued for the async write I/O class
follows a piece-wise linear function defined by a few adjustable points.

View File

@@ -1,5 +1,5 @@
ZFS Transaction Delay
~~~~~~~~~~~~~~~~~~~~~
=====================
ZFS write operations are delayed when the backend storage isn't able to
accommodate the rate of incoming writes. This delay process is known as

View File

@@ -0,0 +1,9 @@
Performance and tuning
======================
.. toctree::
:maxdepth: 2
:caption: Contents:
:glob:
*