1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
.\" Manpage for hardinfo.
.\" https://github.com/hwspeedy/hardinfo2/.
.TH HARDINFO "1" "April 2024" "2.0" "User Commands"
.SH NAME
\fBHardinfo2\fR \- System Information and Benchmark for Linux Systems.
.SH USAGE
\fBhardinfo2\fR [OPTION...]
.SH DESCRIPTION
Is a system information and benchmark for Linux systems, that gathers information about the
hardware and operating system, performs benchmarks with online compare against other machines, and generates reports.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help options
.TP
\fB\-q\fR, \fB\-\-quiet\fR
do not print status messages to standard output
.TP
\fB\-r\fR, \fB\-\-generate\-report\fR
creates a report and prints to standard output
.TP
\fB\-f\fR, \fB\-\-report\-format\fR
chooses a report format (text, html)
.TP
\fB\-g\fR, \fB\-\-result\-format\fR
chooses a result format (short, conf, shell)
.TP
\fB\-n\fR, \fB\-\-max\-results\fR
maximum number of benchmark results to include (-1 for no limit, default is 50)
.TP
\fB\-b\fR, \fB\-\-run\-benchmark\fR
run a specific benchmark eg. -b 'FPU FFT' (Default all benchmarks runs when generate report)
.TP
\fB\-s\fR, \fB\-\-skip\-benchmark\fR
Disables all benchmark runs.
.TP
\fB\-u\fR, \fB\-\-user\-note\fR
adds a user note to data send to server. When added eg. -u 1 synchronization is activated.
.TP
\fB\-v\fR, \fB\-\-version\fR
shows program version and quit
.SH EXAMPLES
examples of CLI command usage:\fR
.TP
hardinfo2 -b 'FPU FFT'
runs only FPU FFT benchmark
.TP
hardinfo2 -u 1
enable updates at startup and starts gui (can also be set in gui)
.TP
hardinfo2 -u SBC-DK -r
updates data from server, generate CLI report and sends benchmark with user-note
.TP
hardinfo2 -r
generates CLI report
.SH COPYRIGHT
\fBHardinfo2\fR is Copyright \(co 2003-2023 L. A. F. Pereira, 2024- Hardinfo2 Project\fR.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|