Monitoring Serwerów - Forum o monitoringu infrastruktury IT
Monitoring IBM SAN Volume Controller ( SVC)
#1
Op5 monitor oraz Nagios dzięki swojej otwartej budowie umożliwiają monitorowanie urządzeń wszelkiego typu. Jednak niektóre urządzenia potrafią być trudne w monitorowaniu.
Jednym z takich urządzeń jest IBM SAN Volume Controller ( SVC ).

Kontroler SVC zbiera trzy rodzaje statystyk:
  • MDisk Statistics

  • VDisk Statistics

  • Node Statistics
Domyślnie statystyki SVC są wyłączone. Możemy je włączyć po uprzednim zalogowaniu się na kontroler poprzez ssh i wydanie komendy:
Code:
-bash-4.1$ ssh monitor@10.1.2.3
IBM_2145:SVCCL1:monitor>svctask startstats


Analogicznie jeśli chcemy wyłączyć generowanie statystyk:
Code:
-bash-4.1$ ssh monitor@10.1.2.3
IBM_2145:SVCCL1:monitor>svctask stopstats


Każdy węzeł osobno utrzymuje swoje liczniki. Liczniki są reprezentowane przez cyfry z zakresu od 0 do (2^64)-1 i są zerowane w momencie uruchomienia lub resetowania węzła. Żeby zinterpretować interesujące nas parametry musimy porównać dwie próbki znajdujące się w oddzielnych plikach XML.

Przykładowe liczniki o które możemy odpytać kontroler SVC to:

1.MDisk Statistics
  • Cumulative Read queued response

  • Cumulative Write queued response

  • Read Operations

  • Write Operations

  • Read blocks [512 bytes]

  • Write blocks [512 bytes]
[Image: svc_mdisk_20130910.png]

2. VDisk Statistics
  • Read Operations

  • Write Operations

  • Read blocks [512 bytes]

  • Write blocks [512 bytes]

  • Cumulative Read response time in milliseconds

  • Cumulative Write response time in milliseconds

  • Cumulative Transfer response time in milliseconds
[Image: svc_vdisk_20130910.png]

3. Node Statistics
  • CPU System

  • CPU Busy

  • CPU Comp

  • Accumulated send latency excluding outbound queue

  • Accumulated receive latency excluding outbound queue
[Image: svc_node_20130910.png]
Reply


Forum Jump:

User Panel Messages