40.5.1 Items that are output as HADB server statistical information
The following table lists the titles of the items (columns) that are output as HADB server statistical information and the content that is output. The columns are output in the order listed in the table.
No. |
Column title |
Information that is output |
Enclosing character |
---|---|---|---|
1 |
Type |
|
N |
2 |
Timestamp |
|
Y |
3 |
Last_execute_time |
|
Y |
4 |
Total_memory_max_size |
|
N |
5 |
Share_memory_size |
|
N |
6 |
Proc_memory_max_size |
|
N |
7 |
Rthd_memory_max_size |
|
N |
8 |
Tran_start_cnt |
|
N |
9 |
Tran_commit_cnt |
|
N |
10 |
Tran_rollback_cnt |
|
N |
11 |
SQL_execute_wait_total_time |
|
N |
12 |
SQL_execute_wait_cnt |
|
N |
13 |
Wrktbl_page_use_max |
|
N |
14 |
Log_usrbuf_out_cnt |
|
N |
15 |
Log_usrfile_max_size |
|
N |
16 |
DBarea_extension_cnt |
|
N |
17 |
Log_usrfile_write_cnt |
|
N |
18 |
Log_usrfile_reduced_cnt |
|
N |
19 |
Log_mstfile_max_size |
|
N |
20 |
Log_mstfile_reduced_cnt |
|
N |
21 |
Audit_file_write_cnt |
|
N |
22 |
Audit_file_write_size |
|
N |
23 |
Audit_file_swap_cnt |
|
N |
24 |
Tbldef_req_cnt |
|
N |
25 |
Tbldef_access_cnt |
|
N |
26 |
Tbldef_cache_access_cnt |
|
N |
27 |
Tbldef_cache_register_cnt |
|
N |
28 |
Tbldef_cache_sweep_cnt |
|
N |
- Legend:
-
Y: The output value is enclosed in a pair of enclosing characters.
N: The output value is not enclosed in the enclosing character.
- #1
-
The year (YYYY) is output in 4 digits. The month (MM), date (DD), hours (hh), minutes (mm), and seconds (ss) are each output in 2 digits. The microsecond (nnnnnn) is output as six digits. If there are not enough digits, leading zeros are added. Δ indicates a single-byte space.
- #2
-
This includes both the number of times transactions were started explicitly by application programs and the number of times transactions were started implicitly by the system at the time the HADB server started and during command execution.
- #3
-
This includes both the number of times transactions were terminated explicitly from application programs by issuing the COMMIT or ROLLBACK statement and the following values:
-
Number of times transactions were committed implicitly when definition SQL statements were executed
-
Number of times transactions were rolled back implicitly due to an SQL error
-
Number of times transactions were terminated implicitly by the system at the time the HADB server started or during command execution
-
- #4
-
This does not include automatic extensions for the work table DB area. To determine whether automatic extension has occurred for the work table DB area, check the Wrktbl_page_use_max value in No. 13 in Table 40‒4: Columns output as HADB server statistical information in 40.5.1 Items that are output as HADB server statistical information.