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


25.6.17.15 ndbinfo cpudata_1sec 表格

cpudata_1sec 表格提供過去 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_1sec 表格僅在 Linux 和 Solaris 作業系統上可用。