2021-03-31 12:40:19 +02:00
. \" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2.
2021-06-12 17:07:18 +02:00
.TH CPUFETCH "1" "June 2021" "cpufetch v0.97 (x86_64 build)" "User Commands"
2018-06-23 13:07:35 +02:00
.SH NAME
2021-06-12 17:07:18 +02:00
cpufetch \- Simple yet fancy CPU architecture fetching tool
2018-06-23 13:07:35 +02:00
.SH SYNOPSIS
2021-03-31 12:40:19 +02:00
.B cpufetch
[\fI \, OPTION\/ \fR ]...
2018-06-23 13:07:35 +02:00
.SH DESCRIPTION
2021-06-12 17:07:18 +02:00
Print detailed information about the CPU architecture. cpufetch displays information like the number of cores, microarchitecture, frequency, cache and peak performance. The program supports x86, x86_64 and ARM architectures and runs on GNU/Linux, Windows, Android and macOS (see https://github.com/Dr-Noob/cpufetch#1-support for more information)
2018-06-23 13:07:35 +02:00
.SH OPTIONS
.TP
2021-03-31 12:40:19 +02:00
\fB \- c\fR , \fB \- \- color\fR
Set the color scheme (by default, cpufetch uses the system color scheme)
.TP
\fB \- s\fR , \fB \- \- style\fR
Set the style of CPU art
.TP
\fB \- d\fR , \fB \- \- debug\fR
Prints CPU model and cpuid levels (debug purposes)
.TP
\fB \- v\fR , \fB \- \- verbose\fR
2020-09-01 20:44:48 +02:00
Prints extra information (if available) about how cpufetch tried fetching information
.TP
2021-04-09 15:58:33 +02:00
\fB \- r\fR , \fB \- \- raw\fR
Prints raw cpuid data
.TP
2021-03-31 12:40:19 +02:00
\fB \- h\fR , \fB \- \- help\fR
Prints this help and exit
.TP
\fB \- V\fR , \fB \- \- version\fR
Prints cpufetch version and exit
.SH "COLORS:"
.TP
* "intel":
Use Intel default color scheme
.TP
* "amd":
Use AMD default color scheme
.TP
2021-07-27 22:23:39 +02:00
* "ibm":
Use IBM default color scheme
.TP
2021-03-31 12:40:19 +02:00
* "arm":
Use ARM default color scheme
.TP
* custom:
If color argument do not match "intel", "amd" or "arm", a custom scheme can be specified.
4 colors must be given in RGB with the format: R,G,B:R,G,B:...The first 2 colors are the CPU art color and the next 2 colors are the text colors
.SH "STYLES:"
.TP
* "fancy":
Default style
.TP
* "retro":
Old cpufetch style
.TP
* "legacy":
Fallback style for terminals that do not support colors
.SH "EXAMPLES:"
2021-04-09 10:50:10 +02:00
Run cpufetch with Intel color scheme:
2021-06-12 17:07:18 +02:00
.PP
2021-03-31 12:40:19 +02:00
\& ./cpufetch \fB \- \- color\fR intel
2021-06-12 17:07:18 +02:00
.PP
2021-04-09 10:50:10 +02:00
Run cpufetch with a custom color scheme:
2021-06-12 17:07:18 +02:00
.PP
2021-03-31 12:40:19 +02:00
\& ./cpufetch \fB \- \- color\fR 239,90,45:210,200,200:100,200,45:0,200,200
.SH "BUGS:"
Report bugs to https://github.com/Dr\- Noob/cpufetch/issues
.SH "NOTE:"
2021-06-12 17:07:18 +02:00
Peak performance information is NOT accurate. cpufetch computes peak performance using the max frequency. However, to properly compute peak performance, you need to know the frequency of the CPU running AVX code, which is not be fetched by cpufetch since it depends on each specific CPU. For peak performance measurement see peakperf (https://github.com/Dr\- Noob/peakperf)
2021-03-31 12:40:19 +02:00
.SH "AUTHOR:"
2018-06-23 13:07:35 +02:00
Dr-Noob (https://github.com/Dr-Noob)
2021-03-31 12:40:19 +02:00