-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
# btop | ||
|
||
> Un monitor de recursos que muestra información sobra la CPU, memoria, discos, red y procesos. | ||
> Versión en C++ de `bpytop`. | ||
> Un monitor de recursos que muestra información sobre la CPU, memoria, discos, red y procesos. | ||
> Una versión C++ de `bpytop`. | ||
> Más información: <https://github.com/aristocratos/btop>. | ||
- Inicia `btop`: | ||
|
||
`btop` | ||
|
||
- Inicia `btop` con una configuración preestablecida: | ||
- Inicia `btop` con la configuración especificada: | ||
|
||
`btop --preset {{0..9}}` | ||
|
||
- Inicia `btop` en modo TTY usando 16 colores y símbolos gráficos compatibles con TTY: | ||
|
||
`btop --tty_on` | ||
|
||
- Inicia `btop` en modo 256 colores en lugar de 24 bits: | ||
|
||
`btop --low-color` |