Hp 3PAR System Reporter Software Bedienungsanleitung Seite 206

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 224
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 205
Table 78 Common Performance Metrics for a Sample Row (continued)
SQL ExpressionMetric
CASE WHEN d_now > 0 THEN d_wbytes * 1000.0/d_now ELSE 0 ENDWrite KBytes/sec
CASE WHEN d_now > 0 THEN (d_rbytes + d_wbytes)* 1000.0/d_now ELSE
0 END
Total KBytes/sec
CASE WHEN d_rcount > 0 THEN d_rticks / (d_rcount * 1000.0) ELSE 0
END
Read service time
(millisec)
CASE WHEN d_wcount > 0 THEN d_wticks / (d_wcount * 1000.0) ELSE 0
END
Write service time
(millisec)
CASE WHEN (d_rcount + d_wcount) > 0 THEN (d_rticks + d_wticks) /
((d_rcount + d_wcount) * 1000.0) ELSE 0 END
Total service time
(millisec)
CASE WHEN d_rcount > 0 THEN d_rbytes / (d_rcount * 1000.0) ELSE 0
END
Read IO Size (KBytes)
CASE WHEN d_wcount > 0 THEN d_wbytes / (d_wcount * 1000.0) ELSE 0
END
Write IO Size (KBytes)
CASE WHEN (d_rcount + d_wcount) > 0 THEN (d_rbytes + d_wbytes) /
((d_rcount + d_wcount) * 1000.0) ELSE 0 END
Total IO Size (KBytes)
CASE WHEN qlen > 0 THEN qlen ELSE 0 ENDQueue length
The check for qlen > 0 is because qlen < 0 indicates that qlen is invalid for that sample.
AVG(CASE WHEN ((d_now > 0) AND (d_busy < busy)) THEN (d_busy *
100.0/d_now) ELSE 0 END)
Busy%
Service Time Histogram Buckets
The service time range corresponding to each of the rhist and whist buckets depends on the version
of the InFormOS (os_rev column in the system table, see “The system Table (page 191)). For os_rev
prior to 2.2.2, the nth bucket (rhistn and whistn) correspond to service times from the previous
bucket to (2n*4.096/mhz) millisec where mhz is the mhz column in the system_3 table (see “The
system Table (page 191)). This means that service time histograms from systems with different CPU
frequencies could not be correctly aggregated. Beginning with the 2.2.2 release, the buckets were
made independent of the CPU frequency, and the nth bucket (rhistn and whistn) corresponds to
service times from the previous bucket to (2n-7) millisec.
IO Size Histogram Buckets
There are16 IO Size buckets correspond IO sizes 512 bytes to 16MiBytes. The nth bucket holds
the count for IO Sizes from the previous bucket’s max size to 512 * 2n bytes.
The statpd Table
The statpd_<res>_4 table holds physical disk (PD) performance data samples.
Table 79 statpd_<res>_4 Table
CommentTypeColumn
Sample time in secs. This is the Unix time and is the number of seconds
since 0:00:00 Jan 1, 1970 GMT.
INTEGER NOT NULLtsecs
A unique identifier for the system instance refers to the uniq_id for the
system instance in the system_3 table.
INTEGER NOT NULLsys_uid
The physical disk ID.INTEGER NOT NULLpdid
The node that the disk’s primary port is connected to (the “n” part of
n:s:p).
INTEGER NOT NULLport_n
206 Database Schema
Seitenansicht 205
1 2 ... 201 202 203 204 205 206 207 208 209 210 211 ... 223 224

Kommentare zu diesen Handbüchern

Keine Kommentare