HP 3PAR StoreServ 7200 2-node HP 3PAR System Reporter 3.1.0 Software User& - Page 127

Web Queries, Data Format Version Report, Getting Started

Page 127 highlights

7 Web Queries About Web Queries System Reporter Web queries to the System Reporter Web server have the following basic format: http:///cgi-bin/3par-rpts/ inserv_perf.exe?report=[&...] where: • is the Web server where Apache HTTP Server and the System Reporter Web scripts are installed. • is the name of a report described in this chapter. • ... represents one or more general or report-specific options that are described in this chapter. NOTE: In the above example and elsewhere in this chapter, the following typographical conventions are used: • variables are denoted by angle brackets (for example, ) • braces denote optional items (for example [&]) • ellipses denote that the preceding component may be repeated (for example [&...]). The following example shows a query for Web server named localhost: http://localhost/cgi-bin/3par-rpts/ inserv_perf.exe?report=pd_space_time&charttab=table&category=hires This query requests • a report showing physical disk space usage over time (pd_space_time). • results posted in the form of a table (charttab=table). • results pulled from the high-resolution database table (category=hires). Because a specific time range is not specified, the query will default to all times present in the specified database table (hires). NOTE: To learn more about Web queries, you can perform any System Reporter Web query by using a browser (see "Getting Started" (page 51)) and then selecting the New window option and then clicking Submit Query to open the report in a new window. In the new window, the address bar displays the Web query that you created using the browser interface. Data Format Version Report If the data returned by web queries is going to be processed, it is important to check that the format of the data is what is expected by the scripts or code processing it. To determine if your processing code is compatible with the server, issue the following query: http:///cgi-bin/3par-rpts/inserv_perf.exe?report=version where is the name of your server. The following is an example of the table returned: About Web Queries 127

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231

7 Web Queries
About Web Queries
System Reporter Web queries to the System Reporter Web server have the following basic format:
http://<server_name>/cgi-bin/3par-rpts/
inserv_perf.exe?report=<report_name>[&<option>...]
where:
<server_name>
is the Web server where Apache HTTP Server and the System Reporter
Web scripts are installed.
<report_name>
is the name of a report described in this chapter.
<option>...
represents one or more general or report-specific options that are described
in this chapter.
NOTE:
In the above example and elsewhere in this chapter, the following typographical
conventions are used:
variables are denoted by angle brackets (for example,
<server_name>
)
braces denote optional items (for example
[&<option>]
)
ellipses denote that the preceding component may be repeated (for example
[&<option>...]
).
The following example shows a query for Web server named
localhost
:
http://localhost/cgi-bin/3par-rpts/
inserv_perf.exe?report=pd_space_time&charttab=table&category=hires
This query requests
a report showing physical disk space usage over time (
pd_space_time
).
results posted in the form of a table (
charttab=table
).
results pulled from the high-resolution database table (
category=hires
).
Because a specific time range is not specified, the query will default to all times present in the
specified database table (
hires
).
NOTE:
To learn more about Web queries, you can perform any System Reporter Web query by
using a browser (see
“Getting Started” (page 51)
) and then selecting the
New window
option and
then clicking
Submit Query
to open the report in a new window. In the new window, the address
bar displays the Web query that you created using the browser interface.
Data Format Version Report
If the data returned by web queries is going to be processed, it is important to check that the format
of the data is what is expected by the scripts or code processing it. To determine if your processing
code is compatible with the server, issue the following query:
http://<server_name>/cgi-bin/3par-rpts/inserv_perf.exe?report=version
where
<server_name>
is the name of your server. The following is an example of the table
returned:
About Web Queries
127