resxtop のバージョンを確認しようとしたが、以下のように表示されバージョンが表示されません。
# resxtop -vResxtop (Version e.x.p)
VMware vSphere Resxtop
resxtop にはバージョン番号は実装されておらず表示されません。
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