admin 發表於 2023-8-23 15:28:08

磁碟 I/O 監控的 key

vfs.dev.read[<device>,<type>,<mode>]
說明:
顯示磁碟讀的狀態
device:all(預設)
type:sectors、 operations、 bytes、 sps、 ops、 bps、 operations
mode:資料獲取模式,其值有avg1(預設,每分鐘)、 avg5(每五分鐘)、 avg15(每十五分鐘)
範例:
顯示磁碟讀取時   operations   的數值


vfs.dev.write[<device>,<type>,<mode>]
說明:
顯示磁碟寫入的狀態
device:all(預設)
type:sectors、 operations、 bytes、 sps、 ops、 bps、 operations
mode:資料獲取模式,其值有avg1(預設,每分鐘)、 avg5(每五分鐘)、 avg15(每十五分鐘)
範例:
顯示磁碟寫入時   operations   的數值


vfs.fs.inode[fs,<mode>]
說明:
顯示   inode 的數量或百分比
fs:檔案系統
mode:total(預設)、free(剩餘)、used(已使用、)pfree(剩餘數量的百分比)、pused(已使用數量百分比)
範例:
顯示 \   剩餘 indeo   百分比



頁: [1]
查看完整版本: 磁碟 I/O 監控的 key