Monitorování disk I/O: Porovnání verzí

Z Znalosti
(Založena nová stránka s textem „Kategorie:Návody [https://linuxhint.com/monitor_disk_io_iotop_linux/ Monitor Disk I/O with iotop in Linux] Příkazy: iotop --version Basic Usage…“)
 
m
Řádek 13: Řádek 13:
 
To display only the processes doing I/O operations, run iotop as follows:
 
To display only the processes doing I/O operations, run iotop as follows:
 
  sudo iotop -o
 
  sudo iotop -o
 +
 +
S tím souvisí [https://askubuntu.com/questions/1094389/what-is-the-use-of-systemd-journal-flush-service What is the use of systemd-journal-flush.service?]
 +
 +
Podle toho jsem provedl úpravy:
 +
 +
Editoval jsem soubor
 +
sudo gedit /etc/systemd/journald.conf
 +
takto:
 +
Storage=auto
 +
SystemMaxFileSize=1G
 +
SystemMaxFiles=5
 +
Storage=volatile
  
 
{{Tags}} monitor disk i/o
 
{{Tags}} monitor disk i/o

Verze z 29. 10. 2020, 21:23

Monitor Disk I/O with iotop in Linux

Příkazy:

iotop --version

Basic Usage of iotop:

To monitor the disk usage of each running processes with iotop, run iotop as follows:

sudo iotop

To display only the processes doing I/O operations, run iotop as follows:

sudo iotop -o

S tím souvisí What is the use of systemd-journal-flush.service?

Podle toho jsem provedl úpravy:

Editoval jsem soubor

sudo gedit /etc/systemd/journald.conf

takto:

Storage=auto
SystemMaxFileSize=1G
SystemMaxFiles=5
Storage=volatile

Štítky: monitor disk i/o