Yanıtlar:
İotop kullanabilirsiniz. Kurmak için bir terminal açın ve aşağıdaki komutu uygulayın:
sudo apt-get install iotop
İotop kullanmak için bir terminal açın ve aşağıdaki komutu yazın:
sudo iotop
iotop tüm disk aktivitelerinin gerçek zamanlı görüntüsünü sunar ve aynı zamanda aktiviteden sorumlu komutu ve Kaynak İzleyicisi gibi komutun arkasındaki kullanıcıyı görüntüler.
Daha fazla bilgi için buraya tıklayın.
Ayrıca kaynak izleyiciye benzer şekilde süreçleri belirleme ve öldürme kabiliyeti de vardır:
sudo apt-get install htop
ve Htop'u monitör modunda çalıştırmak için:
htop
veya, daha fazla özellik ve izinlerin tamamen ayrı ayrı işlemlerde hata ayıklama ve öldürme vb. için:
sudo htop
peek
iotop çıkışını bir .gif ile kaydettiği gibi belirli bir işlemi listelememesini sağlayabilir misiniz ffmpg
?
df -h -t ext4
Bu, insan tarafından okunabilir biçimde ( -h
) yazdırılır ve ext4 formatını ( -t ext4
) kullandığınızı varsayar .
-p ProcessID
şüpheliyi kullandım.
Htop kullanabilirsiniz .
sudo apt install htop
Sonra htop'u açın ve yapılandırın: F2-> Sütunlar -> Set IO_RATE (veya IO_RATE_READ / IO_RATE_WRITE) ->F10
Ve böyle bir şey göreceksiniz:
DISK R/W
IO_RATE
kurulumda sütun seçtiğinizde belirir . IO_RATE
Saniyedeki bayt cinsinden toplam G / Ç'dir (okuma ve yazma).
Nmon'u deneyebilirsin
sudo apt-get install nmon
Deneyin:
nmon
Çıkış Gibi aşağı:
Press d = Disk | Press c = CPU Info |Press r = RAM info | Press q = to exit
dstat
Programı kullanabilirsiniz . Yüklemek için komutu terminalde çalıştırmanız yeterlidir.
sudo apt-get install dstat
dstat
Komutu kullanarak tam gerçek zamanlı bir CPU / Ağ / Disk-Etkinlik izleme görünümü elde edersiniz
mas@mas-laptop:~ > dstat
You did not select any stats, using -cdngy by default.
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read writ| recv send| in out | int csw
15 5 76 4 0 0| 181k 177k| 0 0 | 0 61B|1651 3609
5 0 95 0 0 0| 0 0 | 162B 1064B| 0 0 | 500 994
15 4 77 4 0 0| 0 292k| 302B 52B| 0 0 | 687 1919
6 1 92 1 0 0| 0 0 | 0 0 | 0 0 | 496 1089
5 1 94 1 0 1| 0 0 | 0 0 | 0 0 | 422 919
6 1 93 1 0 0| 0 0 | 0 0 | 0 0 | 517 1181
9 2 89 1 0 1| 0 0 | 0 0 | 0 0 | 494 1066
Diskin kullanım bilgilerini yalnızca en son 15 dakikaya kadar yük göstergesi için almak için dstat --disk --fs --load
komutunu kullanın. Aşağıda bir örnek çıktı verilmiştir
$ dstat --disk --fs
-dsk/total- --filesystem- ---load-avg---
read writ|files inodes| 1m 5m 15m
895k 186k|13728 100k|0.63 0.73 0.84
0 0 |13728 100k|0.63 0.73 0.84
0 0 |13728 100k|0.63 0.73 0.84
0 0 |13728 100k|0.63 0.73 0.84
0 12k|13728 100k|0.66 0.74 0.84
0 0 |13728 100k|0.66 0.74 0.84
0 0 |13728 100k|0.66 0.74 0.84
0 0 |13728 100k|0.66 0.74 0.84
0 0 |13728 100k|0.66 0.74 0.84^C
dstat --help
bu bilgiye sahip:
Usage: dstat [-afv] [options..] [delay [count]]
Versatile tool for generating system resource statistics
Dstat options:
-c, --cpu enable cpu stats
-C 0,3,total include cpu0, cpu3 and total
-d, --disk enable disk stats
-D total,hda include hda and total
-g, --page enable page stats
-i, --int enable interrupt stats
-I 5,eth2 include int5 and interrupt used by eth2
-l, --load enable load stats
-m, --mem enable memory stats
-n, --net enable network stats
-N eth1,total include eth1 and total
-p, --proc enable process stats
-r, --io enable io stats (I/O requests completed)
-s, --swap enable swap stats
-S swap1,total include swap1 and total
-t, --time enable time/date output
-T, --epoch enable time counter (seconds since epoch)
-y, --sys enable system stats
--aio enable aio stats
--fs, --filesystem enable fs stats
--ipc enable ipc stats
--lock enable lock stats
--raw enable raw stats
--socket enable socket stats
--tcp enable tcp stats
--udp enable udp stats
--unix enable unix stats
--vm enable vm stats
--plugin-name enable plugins by plugin name (see manual)
--list list all available plugins
-a, --all equals -cdngy (default)
-f, --full automatically expand -C, -D, -I, -N and -S lists
-v, --vmstat equals -pmgdsc -D total
--float force float values on screen
--integer force integer values on screen
--bw, --blackonwhite change colors for white background terminal
--nocolor disable colors (implies --noupdate)
--noheaders disable repetitive headers
--noupdate disable intermediate updates
--output file write CSV output to file
delay is the delay in seconds between each update (default: 1)
count is the number of updates to display before exiting (default: unlimited)
Bu araç hakkında daha fazla bilgi için, aşağıdaki bağlantıları ziyaret edin: