You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
760 B
Markdown
26 lines
760 B
Markdown
2 weeks ago
|
# t10 script para comprobar memoria y cpu
|
||
|
|
||
|
Pequeño script para dejar en máquinas virtuales con Linux en /usr/local/bin .
|
||
|
Sirve para obtener rapidamente un informe de los procesos con más carga en el momento.
|
||
|
|
||
|
Tanto de CPU como de RAM.
|
||
|
|
||
|
$ git clone http://git.56k.es/fanta/t10
|
||
|
# cp -pRv t10/t10 /usr/local/bin/
|
||
|
# chmod +x /usr/local/bin/t10
|
||
|
$ t10
|
||
|
|
||
|
El script ha sido adaptado y testeado en las siguientes distros:
|
||
|
|
||
|
- SUSE Linux Enterprise Server 11 SP2
|
||
|
- Ubuntu 20.04.4 LTS
|
||
|
- Red Hat Enterprise Linux Server release 5.11 (Tikanga)
|
||
|
- Red Hat Enterprise Linux release 8.3 (Ootpa)
|
||
|
- Raspbian GNU/Linux 11 (bullseye)
|
||
|
- Debian 11
|
||
|
- Debian 12
|
||
|
|
||
|
Otros usuarios me han confirmado que va bien en Rocky Linux.
|
||
|
|
||
|
<img src="t10.png" alt="t10 screenshot" width="100%"/>
|