3ware Raid Controller IOPs Linux cli

3ware Raid Controller IOPs

nach Jahren ist mir aufgefallen das man über die 3Ware tw_cli auch die IOPs auslesen kann wenn man das aktiviert.

zum aktivieren der Statistik gibt man folgenden Befehl ein.

[stextbox id=“bash“]tw_cli /c0 set dpmstat=on[/stextbox]

Setting Drive Performance Monitoring on /c0 to [on] ... Done.

Zum anzeigen der IOPs nutzt man dann diese befehle

Derzeitige IOPs (ist die default Ausgabe)

[stextbox id=“bash“]tw_cli /c0 show dpmstat[/stextbox]

Drive Performance Monitor Configuration for /c0 ...
Performance Monitor: ON
Version: 1
Max commands for averaging: 100
Max latency commands to save: 10
Requested data: Instantaneous Drive Statistics

                               Queue           Xfer         Resp
Port   Status           Unit   Depth   IOPs    Rate(MB/s)   Time(ms)
------------------------------------------------------------------------
p0     OK               u0     30      332     5.256        56
p1     OK               u0     28      334     7.820        46
p2     OK               u0     29      323     8.109        49
p3     OK               u0     31      313     7.503        71

Derzeitige IOPs als type

[stextbox id=“bash“]tw_cli /c0 show dpmstat type=inst[/stextbox]

Drive Performance Monitor Configuration for /c0 ...
Performance Monitor: ON
Version: 1
Max commands for averaging: 100
Max latency commands to save: 10
Requested data: Instantaneous Drive Statistics

                               Queue           Xfer         Resp
Port   Status           Unit   Depth   IOPs    Rate(MB/s)   Time(ms)
------------------------------------------------------------------------
p0     OK               u0     30      332     5.256        56
p1     OK               u0     28      334     7.820        46
p2     OK               u0     29      323     8.109        49
p3     OK               u0     31      313     7.503        71

Durchschnittliche Laufwerks Statistik

[stextbox id=“bash“]tw_cli /c0 show dpmstat type=ra[/stextbox]

Drive Performance Monitor Configuration for /c0 ...
Performance Monitor: ON
Version: 1
Max commands for averaging: 100
Max latency commands to save: 10
Requested data: Running Average Drive Statistics

                               Queue           Xfer         Resp
Port   Status           Unit   Depth   IOPs    Rate(MB/s)   Time(ms)
------------------------------------------------------------------------
p0     OK               u0     17      62      1.000        61
p1     OK               u0     16      68      0.941        48
p2     OK               u0     11      23      0.584        23
p3     OK               u0     10      22      0.511        27

und zum Schluss noch die Extended Drive Statistics

[stextbox id=“bash“]tw_cli /c0 show dpmstat type=ext[/stextbox]

Extended Drive Statistics for /c0 ...

                  Sectors                            Commands
       -----------------------------  ---------------------------------------
Port   Read      Write     Write-FUA  Read      Write     Write-FUA  Flush
------------------------------------------------------------------------------
p0     782784    416132    0          13120     10175     0          0
p1     793939    477682    0          13515     11104     0          0
p2     765244    429682    0          13222     10647     0          0
p3     757667    436635    0          12749     10563     0          0

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

*