このファイルは、サーバー・レベルの FineGrainedPowerConsumptionStatsCache と、いくつかの追加のサーバー・データを統合したものです。
ロケーション
このファイルは log_root/visualization
ディレクトリーにあります。
使用上の注意
- timeStamp: 1970 年 1 月 1 日 00:00:00 GMT からの時間 (ミリ秒単位)
- cell: セル名。
- name: サーバー名。
- node: ノード名。
- cluster: クラスター名。
- nodegroup: ノード・グループ名。
- begintimestamp: 間隔の開始時刻。
- endtimestamp: 間隔の終了時刻。
- cpu: cputimeinterval 値でのプロセッサー使用率のサーバー平均パーセンテージ。
- workcompleted: 間隔中にサーバーが完了した作業量 ((cpu*nodepower)*(endtime-begintime in seconds)/100)。
- powerconsumed: サーバーによる能力使用量 ((cpu*nodepower)/100)。
- nodepower: ノードが使用可能な能力の総量。
- nodeworkpotential: 間隔中にノードが受け入れ可能な作業の総量 ((totalnodepower*(endtime-begintime)))。
- cellpower: セルにおける消費で使用可能な能力の総量。セル内のすべてのノードのノード能力の合計。
- cellworkpotential: 間隔中にセルが受け入れ可能な作業の総量 ((totalcellpower*(endtime-begintime)))。