文件首頁
MySQL 9.0 參考手冊
相關文件 下載本手冊
PDF (美式信紙) - 40.0Mb
PDF (A4) - 40.1Mb
Man Pages (TGZ) - 258.2Kb
Man Pages (Zip) - 365.3Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 9.0 參考手冊  /  ...  /  ndbinfo cpudata_20sec 資料表

25.6.17.16 ndbinfo cpudata_20sec 資料表

cpudata_20sec 資料表提供過去 400 秒內,每 20 秒間隔的 CPU 使用率資料。

cpustat 資料表包含下列欄位:

  • node_id

    節點 ID

  • measurement_id

    量測序列 ID;稍後量測的 ID 較低

  • cpu_no

    CPU ID

  • cpu_online

    如果 CPU 目前在線上,則為 1,否則為 0

  • cpu_userspace_time

    在使用者空間中花費的 CPU 時間

  • cpu_idle_time

    CPU 閒置時間

  • cpu_system_time

    在系統時間中花費的 CPU 時間

  • cpu_interrupt_time

    用於處理中斷(硬體和軟體)的 CPU 時間

  • cpu_exec_vm_time

    在虛擬機器執行中花費的 CPU 時間

  • elapsed_time

    此量測所用的時間,以微秒為單位

注意事項

cpudata_20sec 資料表僅在 Linux 和 Solaris 作業系統上可用。