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:
parent
35a7d966a5
commit
90271cb5df
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/vmstat.md
Normal file
12
pages.es/linux/vmstat.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue