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 |
||
| (Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.) | |||
| Řá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=volatile | ||
| + | SystemMaxFileSize=50M | ||
| + | SystemMaxFiles=5 | ||
| + | |||
{{Tags}} monitor disk i/o | {{Tags}} monitor disk i/o | ||
Aktuální verze z 29. 10. 2020, 21:24
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=volatile SystemMaxFileSize=50M SystemMaxFiles=5
Štítky: monitor disk i/o