1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

vmstat: add Spanish translation (#7314)

This commit is contained in:
Mario Gordon 2021-11-02 11:37:00 -05:00 committed by GitHub
parent 35a7d966a5
commit 90271cb5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages.es/linux/vmstat.md Normal file
View file

@ -0,0 +1,12 @@
# vmstat
> Reporta información sobre procesos, memoria, paginación, IO en bloque, traps, discos y actividad del CPU.
> Más información: <https://manned.org/vmstat>.
- Muestra las estadísticas de la memoria virtual:
`vmstat`
- Muestra informes cada 2 segundos por 5 veces:
`vmstat {{2}} {{5}}`