亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux系統如何使用Dstat綜合性能診斷

發布時間:2022-01-25 09:20:40 來源:億速云 閱讀:137 作者:小新 欄目:開發技術

這篇文章主要為大家展示了“Linux系統如何使用Dstat綜合性能診斷”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“Linux系統如何使用Dstat綜合性能診斷”這篇文章吧。

Linux系統管理員工作的重點就是對系統進行性能測試、評估和優化,使用Dstat可以對系統進行快速性能檢查,還可以查看虛擬內存網絡連接和接口CPU活動。

Linux系統如何使用Dstat綜合性能診斷

Dstat選項和默認值

首先,讓我們從一個相當簡單的命令開始。 使用dstat -c(CPU)選項,dstat顯示CPU統計信息。 在下面的示例中,我們要求兩秒間隔和六個報告

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat -c 2 6–total-cpu-usage–usr sys idl wai stl 4 2 94 0 0 29 6 65 0 0 26 14 60 0 0 48 13 39 0 0 68 20 13 0 0 38 10 52 1 0

Linux系統如何使用Dstat綜合性能診斷

請注意,此報告中的第一行數據看起來與其他數據非常不同,它們為您提供自系統上次引導以來的平均值,并且無論指定的時間間隔如何立即返回。 在這個例子中,我們看到系統平均空閑(96%),但現在在用戶和系統處理任務之間忙著工作

如果您沒有為dstat提供任何選項,該命令將使用默認設置(-cdngy)選項集。 這些包括:

  • c – cpu

  • d – 磁盤

  • n – 網絡

  • g – 分頁統計

  • y – 系統統計數據

此命令的輸出將類似于您在下面看到的內容。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat 2 10You did not select any stats, using -cdngy by default.–total-cpu-usage– -dsk/total- -net/total- —paging– —system–usr sys idl wai stl| read writ| recv send| in out | int csw 4 2 94 0 0| 220k 216k| 0  0 |4407B 27k| 129 662 28 6 66 0 0| 0  0 | 0  0 | 0  0 | 431 1184 50 17 33 0 0|2048B 12k| 0 193B|2048B  0 | 430 1507 33 8 59 0 0| 0  0 | 0  0 | 0  0 | 440 1324 31 11 58 0 0|2048B  0 | 0  0 | 0  0 | 410 1373 26 4 69 1 0|4096B 28k| 0  0 | 0  0 | 354 1074 63 34 4 0 0| 0 128k| 90B  0 | 0  0 | 302 2154 32 10 58 0 0| 0 152k| 60B  0 | 0  0 | 402 1508 16 14 69 0 0| 0  0 | 75B 45B| 0  0 | 495 1763 15 6 79 0 0| 0  70k| 90B  0 | 0  0 | 263 931

Linux系統如何使用Dstat綜合性能診斷

您可能已經注意到上面顯示的輸出頂部附近的“您沒有選擇任何統計信息”消息。 要輕松解決這個問題,只需添加-a選項即可。 它將選擇默認選項并省略警告消息。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat -a 2 5–total-cpu-usage– -dsk/total- -net/total- —paging– —system–usr sys idl wai stl| read writ| recv send| in out | int csw 4 2 94 0 0| 218k 215k| 0  0 |4386B 26k| 130 663 8 5 88 0 0| 0  24k| 30B  0 | 0  0 | 229 724 27 5 68 0 0| 0  0 | 60B  0 | 0  0 | 372 993 26 5 68 0 0| 0  0 | 60B  0 | 0  0 | 478 1410 32 8 60 0 0| 0  0 | 30B  0 | 0  0 | 453 1585

Linux系統如何使用Dstat綜合性能診斷

在這種“無選項”方法中,您仍然可以設置每個時間間隔的時間(以秒為單位)以及要查看的時間間隔數。 如果未指定間隔數,則命令將繼續運行,直到您使用^ c停止它。

告訴你什么?

在上面顯示的輸出中,我們看到了被查詢的系統相當繁忙證據。 沒有報告空閑時間; CPU將所有時間都花在用戶和系統任務之間。 將此與報告進行比較,報告顯示系統閑置的時間是一半。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat -a 2–total-cpu-usage– -dsk/total- -net/total- —paging– —system–usr sys idl wai stl| read writ| recv send| in out | int csw 4 2 94 0 0| 218k 215k| 0  0 |4369B 26k| 130 661 16 7 77 0 0| 0  26k| 0  0 | 0  0 | 325 1159 13 3 84 0 0|2048B 6144B| 0  0 |2048B  0 | 215 515 64 13 23 0 0|2048B 10k| 0  0 |2048B  0 | 388 1576 32 9 59 0 0| 0  0 | 0  0 | 0  0 | 496 1414

Linux系統如何使用Dstat綜合性能診斷

另一方面,磁盤一點也不繁忙,讀寫為零。

要想熟練地評估系統性能,一個關鍵就是定期運行這些命令——即使你不知道有必要質疑系統運行得有多好。如果您了解了服務器的正常性能,您將更容易發現問題。

這是另一個例子,這個有一些磁盤活動:

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat -a 2 5–total-cpu-usage– -dsk/total- -net/total- —paging– —system–usr sys idl wai stl| read writ| recv send| in out | int csw 4 2 94 0 0| 214k 211k| 0  0 |4293B 26k| 130 656 9 6 85 0 0|6144B  0 | 0  0 | 0  0 | 218 752 6 2 92 0 0| 0  20k| 30B  0 | 0  0 | 141 355 3 2 95 0 0| 0  0 | 60B  0 | 0  0 | 79 212 2 1 97 0 0| 0  0 | 60B  0 | 0  0 | 72 194

Linux系統如何使用Dstat綜合性能診斷

在所有這些示例中,我們沒有看到任何分頁(將可執行映像加載到進程的虛擬內存中)活動。 有一個相當恒定的中斷和上下文切換正在進行,但數字都非常適度。

在下面的命令中,我們正在查看內存使用情況報告。 請注意與正在使用的內存相比的可用內存量。 這個系統沒有受到挑戰。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat -m 2 3——memory-usage—– used free buff cach1389M 752M 69.1M 643M1389M 752M 69.1M 643M1389M 752M 69.1M 643M

Linux系統如何使用Dstat綜合性能診斷

下一個命令中,我們正在查看高級內存使用情況報告。 提供了一些額外的內存統計信息

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat –mem-adv————-advanced-memory-usage————-total used free buff cach dirty shmem recl2912M 1392M 748M 69.3M 644M 32.0k 14.4M 71.8M2912M 1392M 748M 69.3M 644M 32.0k 14.4M 71.8M2912M 1392M 748M 69.3M 644M 44.0k 14.4M 71.8M2912M 1392M 748M 69.3M 644M 44.0k 14.4M 71.8M2912M 1392M 749M 69.3M 644M 44.0k 14.4M 71.8M2912M 1391M 750M 69.3M 644M 44.0k 14.4M 71.8M2912M 1391M 750M 69.3M 644M 44.0k 14.4M 71.8M2912M 1391M 750M 69.3M 644M 44.0k 14.4M 71.8M

Linux系統如何使用Dstat綜合性能診斷

在下一個命令中,我們正在查看正在使用的打開文件和inode。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat –fs–filesystem-files inodes10848 3696410848 3696410848 3696410848 3696410848 3696410848 36964

Linux系統如何使用Dstat綜合性能診斷

在最后一個示例中,我們生成標準報告,但添加了一個。 我們還將報告寫入.csv文件,以便可以在其他工具(如Excel)中使用。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ dstat –output /tmp/stats.csv -a 2 5–total-cpu-usage– -dsk/total- -net/total- —paging– —system–usr sys idl wai stl| read writ| recv send| in out | int csw 4 2 94 0 0| 209k 207k| 0  0 |4229B 25k| 130 653 20 7 73 0 0| 0  0 | 0  0 | 0  0 | 359 1001 15 5 80 0 0| 0  16k| 0  0 | 0  0 | 222 744 3 1 96 0 0| 0  0 | 0  0 | 0  0 | 93 270 1 2 96 1 0| 0 6144B| 0  0 | 0  0 | 80 243

Linux系統如何使用Dstat綜合性能診斷

這是csv文件的樣例:

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ cat /tmp/stats.csv“Dstat 0.7.3 CSV output”“Author:”,”Dag Wieers dag@wieers.com”,,,,”URL:”,”http://dag.wieers.com/home-made/dstat/“Host:”,”linuxidc”,,,,”User:”,”linuxidc”“Cmdline:”,”dstat –output /tmp/stats.csv -a 2 5″,,,,”Date:”,”29 Dec 2018 17:11:59 CST”“total cpu usage”,,,,,”dsk/total”,,”net/total”,,”paging”,,”system”,“usr”,”sys”,”idl”,”wai”,”stl”,”read”,”writ”,”recv”,”send”,”in”,”out”,”int”,”csw”4.491,1.789,93.600,0.121,0,214501.354,212192.427,0,0,4229.474,25991.368,130.227,653.32120.207,6.736,73.057,0,0,0,0,0,0,0,0,359,1000.50015.464,4.639,79.897,0,0,0,16384,0,0,0,0,222,7443.046,1.015,95.939,0,0,0,0,0,0,0,0,92.500,269.5001.015,2.030,96.447,0.508,0,0,6144,0,0,0,0,79.500,242.500

Linux系統如何使用Dstat綜合性能診斷

什么是dstat?

如前所述,dstat是一個很好的工具,可用于查看系統性能的所有方面。 但是這個問題的另一個答案它是一個Python腳本如果你想看看它是如何工作的,你可以自由地閱讀它。

linuxidc@linuxidc:~/www.linuxidc.com/Linux公社公社 file /usr/bin/dstat/usr/bin/dstat: Python script, ASCII text executablelinuxidc@linuxidc:~/www.linuxidc.com/Linux公社$ more /usr/bin/dstat | head -6#!/usr/bin/env python2

### This program is free software; you can redistribute it and/or### modify it under the terms of the GNU General Public License### as published by the Free Software Foundation; either version 2### of the License, or (at your option) any later version.

Linux系統如何使用Dstat綜合性能診斷

以上是“Linux系統如何使用Dstat綜合性能診斷”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

建始县| 九龙坡区| 前郭尔| 双桥区| 林芝县| 平凉市| 古交市| 长子县| 天气| 绥江县| 富顺县| 许昌县| 虹口区| 山西省| 紫金县| 页游| 贵港市| 上饶县| 东乡族自治县| 碌曲县| 兖州市| 绥化市| 安丘市| 桓仁| 卓资县| 驻马店市| 碌曲县| 德令哈市| 乐东| 大宁县| 乐清市| 闵行区| 历史| 永寿县| 山阳县| 九龙城区| 东台市| 陵川县| 阿合奇县| 金沙县| 济源市|