使用 VMware Integrated OpenStack 分析擷取 OpenStack 作業所涉及的所有 API、RPC、驅動程式和資料庫呼叫的回應時間。

VMware Integrated OpenStack 目前均支援分析 Cinder、Heat、Glance、Nova 和 Neutron 命令。

必要條件

程序

  1. 指定特定命令的 profile 選項,可啟用分析並提供秘密金鑰。
    cinder --profile YOUR_SECRET_KEY list
    輸出顯示用於產生分析報告 (HTML 格式) 的命令。
  2. 執行輸出中產生的命令以產生報告,例如 trace.html
    osprofiler trace show --html <UUID>  > trace.html
    如需有關報告的不同選項的詳細資訊,請參閱 osprofiler trace show 命令說明。
    osprofiler trace show --help