Linux/CPU: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
K Textersetzung - „Man-Pages“ durch „Man-Page“ |
||
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''Linux/CPU''' - Beschreibung | |||
== Beschreibung == | |||
== Werkzeuge == | == Werkzeuge == | ||
{| class ="wikitable options" | |||
|- | |- | ||
| cpu || | | [[cpu]] || | ||
|- | |- | ||
| cpu-checker || | | [[cpu-checker]] || | ||
|- | |- | ||
| cpu-x || | | [[cpu-x]] || | ||
|- | |- | ||
| cpucycles || | | [[cpucycles]] || | ||
|- | |- | ||
| cpufetch || | | [[cpufetch]] || | ||
|- | |- | ||
| cpufreqd || | | [[cpufreqd]] || | ||
|- | |- | ||
| cpufrequtils || | | [[cpufrequtils]] || | ||
|- | |- | ||
| cpuid || | | [[cpuid]] || | ||
|- | |- | ||
| cpuidtool || | | [[cpuidtool]] || | ||
|- | |- | ||
| cpuinfo || | | [[cpuinfo]] || | ||
|- | |- | ||
| cpulimit || | | [[cpulimit]] || | ||
|- | |- | ||
| cpupower-gui || | | [[cpupower-gui]] || | ||
|- | |- | ||
| cpuset || | | [[cpuset]] || | ||
|- | |- | ||
| cpustat || | | [[cpustat]] || | ||
|- | |- | ||
| cputool || | | [[cputool]] || | ||
|} | |} | ||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line> | ||
apt install cpu* | apt install cpu* | ||
cpu cpu-checker cpu-x cpucycles cpufetch cpufreqd cpufrequtils cpuid cpuidtool cpuinfo cpulimit cpupower-gui cpuset cpustat cputool | cpu cpu-checker cpu-x cpucycles cpufetch cpufreqd cpufrequtils cpuid cpuidtool cpuinfo cpulimit cpupower-gui cpuset cpustat cputool | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | |||
==== Dokumentation ==== | |||
===== Man-Page ===== | |||
===== Info-Pages ===== | |||
==== Links ==== | |||
===== Projekt ===== | |||
===== Weblinks ===== | |||
</noinclude> | |||
[[Kategorie:Linux/CPU]] | |||
[[Kategorie:Linux/Befehl]] |
Aktuelle Version vom 6. November 2024, 12:23 Uhr
Linux/CPU - Beschreibung
Beschreibung
Werkzeuge
cpu | |
cpu-checker | |
cpu-x | |
cpucycles | |
cpufetch | |
cpufreqd | |
cpufrequtils | |
cpuid | |
cpuidtool | |
cpuinfo | |
cpulimit | |
cpupower-gui | |
cpuset | |
cpustat | |
cputool |
Installation
apt install cpu*
cpu cpu-checker cpu-x cpucycles cpufetch cpufreqd cpufrequtils cpuid cpuidtool cpuinfo cpulimit cpupower-gui cpuset cpustat cputool