2022-03-26 18:40:03 -04:00
|
|
|
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
|
|
|
|
|
|
.. _borg_benchmark_cpu:
|
|
|
|
|
|
|
|
|
|
borg benchmark cpu
|
|
|
|
|
------------------
|
|
|
|
|
.. code-block:: none
|
|
|
|
|
|
|
|
|
|
borg [common options] benchmark cpu [options]
|
|
|
|
|
|
|
|
|
|
.. only:: html
|
|
|
|
|
|
|
|
|
|
.. class:: borg-options-table
|
|
|
|
|
|
2026-02-22 05:50:58 -05:00
|
|
|
+-------------------------------------------------------+------------+-----------------------+
|
|
|
|
|
| **options** |
|
|
|
|
|
+-------------------------------------------------------+------------+-----------------------+
|
|
|
|
|
| | ``--json`` | format output as JSON |
|
|
|
|
|
+-------------------------------------------------------+------------+-----------------------+
|
|
|
|
|
| .. class:: borg-common-opt-ref |
|
|
|
|
|
| |
|
|
|
|
|
| :ref:`common_options` |
|
|
|
|
|
+-------------------------------------------------------+------------+-----------------------+
|
2022-03-26 18:40:03 -04:00
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
|
|
<script type='text/javascript'>
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
|
$('.borg-options-table colgroup').remove();
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
.. only:: latex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-02-22 05:50:58 -05:00
|
|
|
options
|
|
|
|
|
--json format output as JSON
|
|
|
|
|
|
|
|
|
|
|
2022-03-26 18:40:03 -04:00
|
|
|
:ref:`common_options`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
|
2025-12-23 12:00:09 -05:00
|
|
|
This command benchmarks miscellaneous CPU-bound Borg operations.
|
2022-03-26 18:40:03 -04:00
|
|
|
|
|
|
|
|
It creates input data in memory, runs the operation and then displays throughput.
|
|
|
|
|
To reduce outside influence on the timings, please make sure to run this with:
|
2022-06-23 19:19:19 -04:00
|
|
|
|
2022-03-26 18:40:03 -04:00
|
|
|
- an otherwise as idle as possible machine
|
|
|
|
|
- enough free memory so there will be no slow down due to paging activity
|