From 503dd339a80fb5362c5099f39001f54fe2029998 Mon Sep 17 00:00:00 2001 From: Dylan Whyte Date: Mon, 24 Aug 2020 10:18:01 +0200 Subject: [PATCH] Add further explanation to benchmarking Adds a note, explaing the percentages shown in the output of the benchmark Signed-off-by: Dylan Whyte --- docs/administration-guide.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst index 2bd807d0..5013ca04 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -1211,6 +1211,10 @@ benchmark using the ``benchmark`` subcommand of ``proxmox-backup-client``: │ AES256 GCM encryption speed │ 3974.03 MB/s (104%) │ └───────────────────────────────────┴─────────────────────┘ +.. note:: + The percentages given in the output table correspond to a comparison against a + Ryzen 7 2700X. + You can also pass the ``--output-format`` parameter to output stats in ``json``, rather than the default table format.