borgbackup/docs/man/borg-benchmark-cpu.1

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

64 lines
1.5 KiB
Groff
Raw Normal View History

2026-03-15 09:34:31 -04:00
.\" Man page generated from reStructuredText
.\" by the Docutils 0.22.4 manpage writer.
2022-04-14 15:13:46 -04:00
.
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
2026-06-16 08:17:43 -04:00
.TH "borg-benchmark-cpu" "1" "2026-06-16" "" "borg backup tool"
2026-03-15 09:34:31 -04:00
.SH Name
2025-12-23 12:00:09 -05:00
borg-benchmark-cpu \- Benchmark CPU-bound operations.
2022-04-14 15:13:46 -04:00
.SH SYNOPSIS
.sp
borg [common options] benchmark cpu [options]
.SH DESCRIPTION
.sp
2025-12-23 12:00:09 -05:00
This command benchmarks miscellaneous CPU\-bound Borg operations.
2022-04-14 15:13:46 -04:00
.sp
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
.INDENT 0.0
.IP \(bu 2
an otherwise as idle as possible machine
.IP \(bu 2
enough free memory so there will be no slow down due to paging activity
.UNINDENT
2022-04-14 15:13:46 -04:00
.SH OPTIONS
.sp
See \fIborg\-common(1)\fP for common options of Borg commands.
2026-03-15 09:34:31 -04:00
.SS options
.INDENT 0.0
.TP
.B \-\-json
format output as JSON
.UNINDENT
2022-04-14 15:13:46 -04:00
.SH SEE ALSO
.sp
\fIborg\-common(1)\fP
2026-03-15 09:34:31 -04:00
.SH Author
2022-04-14 15:13:46 -04:00
The Borg Collective
2026-03-15 09:34:31 -04:00
.\" End of generated man page.