Uruchomienie esxtop w procesie batch oraz vscsiStats

 

Logi z esxtop są bardzo pomocne w analizie problemów wydajnościowych na hoście. Logi te można zbierać z dowolną ilością parametrów i w dowolnym przedziale czasowym.

 

 

esxtop -b -a -d 3 -n 100 > …

esxtop -b -a -d 3 -n 4800 > /vmfs/volumes/…[nazwa doc. vol. z plikiem]

 

 

Kolejne ciekawe statystyki dotyczą polecenia vscsiStats. Jak nazwa sugeruje, polecenie dotyczy statystyk odwołań do dysków.

Przykład użycia:

 

  1. vscsiStats –l
  2. spisać worldGroupID interesującego nas systemu
  3. po upływie ok godziny proszę wykonać następujące polecenie:
    vscsiStats -p all -c > [datastore]/plik.csv

//

vscsiStats -l
vscsiStats -s -w xxxx

przerwanie
vscsiStats -x -w xxxx

po zbieraniu
vscsiStats -p all -c > ….csv

 

//

esxcli storage nmp satp rule list > file.txt

 

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

VMware
VMware Workstation and Fusion can be installed and use for free (even for the enterprise)

For a while now, the VMware Workstation (and Fusion for MacOS) can be used without any additional fee for Personal use. That was a great Broadcom news and nice gesture from that software vendor. Recently Broadcom announced that the software will be available for all, even the commercial sector. This …

Linux
Salt, VMware implementation – part 1, introduction

As every IT administrator knows, the infrastructure (meaning storages, compute, VMware virtualisation stack) is just a fundaments to run various operating systems (OS) and finally (containerized) application. Therefore, installation of (let’s call it) infrastructure in the datacenter (SDDC), in that sense is just the beginning of the adventure. No wonder, …