resxtop コマンドのバージョンが表示されない
search cancel

resxtop コマンドのバージョンが表示されない

book

Article ID: 417133

calendar_today

Updated On:

Products

VMware vSphere ESXi

Issue/Introduction

resxtop のバージョンを確認しようとしたが、以下のように表示されバージョンが表示されません。

# resxtop -v
Resxtop (Version e.x.p)

 

Environment

VMware vSphere Resxtop

Cause

resxtop にはバージョン番号は実装されておらず表示されません。

Resolution

restop のバージョンの確認はできません。
非サポートの手順になりますが、ビルド番号は次の手順により確認が可能です。

  readelf --debug-dump=info <path to resxtop> | grep -i '/build/mts/release/' | awk '{print $8}' | uniq

  (例) resxtop-8.0.1-21711926-lin64 の場合
    # readelf --debug-dump=info /usr/bin/resxtop | grep -i '/build/mts/release/' | awk '{print $8}' | uniq
    /build/mts/release/bora-21711926

  (例) resxtop-7.0.0-15992393-lin64 の場合
    # readelf --debug-dump=info /usr/bin/resxtop | grep -i '/build/mts/release/' | awk '{print $8}' | uniq
    /build/mts/release/bora-15992393