1man(8)                         cpufetch man page                        man(8)
2
3
4

NAME

6       cpufetch - Simplistic yet fancy CPU architecture fetching tool
7

SYNOPSIS

9       cpufetch  [--version]  [--help] [--levels] [--style fancy|retro|legacy]
10       [--color intel|amd|'R,G,B:R,G,B:R,G,B:R,G,B']
11

DESCRIPTION

13       cpufetch will print CPU information, for which  will  query  CPUID  in‐
14       structions  and udev directories on Linux as a fallback method. Some of
15       this features are:
16
17       • Name
18
19       • Frequency
20
21       • Number of cores (Physical and Logical)
22
23       • Cache sizes
24
25       • Theoretical peak performance in floating point operations per  second
26         (FLOP/s)
27

OPTIONS

29       --style [intel|amd|R,G,B:R,G,B:R,G,B:R,G,B]
30              Set the color scheme. By default, cpufetch uses the system color
31              scheme. This option lets the user use different colors to  print
32              the CPU art:
33
34"intel": Use intel color scheme
35
36"amd": Use amd color scheme
37
38custom:  If color do not match "intel" or "amd", a custom scheme
39              can be specified: 4 colors must be given in RGB with the format:
40              R,G,B:R,G,B:...
41                           These colors correspond to CPU art color (2 colors)
42              and for the text colors (following 2)
43
44       --style STYLE
45              Specify the style of ascii logo:
46
47"fancy":  Default style
48
49"retro":  Old cpufetch style
50
51"legacy": Fallback style for terminals  that  does  not  support
52              colors
53
54       --levels
55              Prints CPUID levels and CPU name
56
57       --verbose
58              Prints extra information (if available) about how cpufetch tried
59              fetching information
60
61       --help Prints help
62
63       --version
64              Prints cpufetch version
65

BUGS

67       Bugs should be posted on: https://github.com/Dr-Noob/cpufetch/issues
68

NOTES

70       Peak performance information is NOT accurate.  cpufetch  computes  peak
71       performance  using the max frequency. However, to properly compute peak
72       performance, you need to know the frequency  of  the  CPU  running  AVX
73       code, which is not be fetched by cpufetch since it depends on each spe‐
74       cific CPU.
75

AUTHOR

77       Dr-Noob (https://github.com/Dr-Noob)
78
79
80
810.7                               1 Sep 2020                            man(8)
Impressum