Nonstop Database, HiRDB Version 9 System Operation Guide

[Contents][Index][Back][Next]

27.6 Work table HiRDB file system area table (hirFileSystemTable)

The work table HiRDB file system area table stores performance information collected over a given time period on a HiRDB file system area for work table files.

Notes on collecting performance information
Set the performance information collection interval to no less than 600 seconds so that HiRDB performance is not affected adversely.

The following table shows the configuration of the work table HiRDB file system area table.

Table 27-4 Configuration of the work table HiRDB file system area table

ID Object Explanation Type Privilege Data source
3. hirFileSystemTable Work table HiRDB file system area table SEQUENCE not-access --
3.1 hirFileSystemEntry Work table HiRDB file system area entry SEQUENCE not-access --
3.1.1 hirFileSystemSysIndex HiRDB system identifier index INTEGER read-only MIB command
3.1.2 hirFileSystemFileIndex HiRDB file system identifier index INTEGER read-only MIB command
3.1.3 hirFileSystemInstance Instance name
HiRDB-identifier:host-name:HiRDB-file-system-area-name
Display String read-only MIB command
3.1.4 hirFileSystemHirID HiRDB identifier Display String read-only MIB command
3.1.5 hirFileSystemAvailableExpandCount Maximum number of HiRDB file system area extensions INTEGER read-only pdfstatfs -d -b
3.1.6 hirFileSystemAvailableFileSize Maximum size of each file that can be allocated in the HiRDB file system area (KB) INTEGER read-only pdfstatfs -d -b
3.1.7 hirFileSystemCurrentExpandCount Total number of HiRDB file system area extensions INTEGER read-only pdfstatfs -d -b
3.1.8 hirFileSystemCurrentFileCount Number of HiRDB files created INTEGER read-only pdfstatfs -d -b
3.1.9 hirFileSystemFreeAreaCount Total number of non-contiguous free areas INTEGER read-only pdfstatfs -d -b
3.1.10 hirFileSystemHiRDBFileSystemAreaName HiRDB file system area name Display String read-only pdfstatfs -d -b
3.1.11 hirFileSystemPeakCapacity Largest space# used by the user since the maximum value allocated in the HiRDB file system area was reset to 0 (KB) INTEGER read-only pdfstatfs -d -b
3.1.12 hirFileSystemRemainingFileCount Number of HiRDB files that can still be created (max number of files that can be created - number of created files) INTEGER read-only pdfstatfs -d -b
3.1.13 hirFileSystemRemainingUserArea Size of unused area in the area allocated to the user (area not allocated as HiRDB files)(KB) INTEGER read-only pdfstatfs -d -b
3.1.14 hirFileSystemSectorSize HiRDB file system area sector size (KB)
Sector size specified in -s option of pdfmkfs command (default is 1024)
INTEGER read-only pdfstatfs -d -b
3.1.15 hirFileSystemHost Host name Display String read-only pdfstatfs -d -b
3.1.16 hirFileSystemUserAreacapacity Size of the HiRDB file system area in the user area (KB) INTEGER read-only pdfstatfs -d -b
3.1.17 hirFileSystemDummy Cannot be referenced. INTEGER read-only MIB command

Legend:
--: Not applicable

#: Because the PEAK_CAPACITY value is not cleared until the pdfstatfs -c command is executed on the applicable HiRDB file system area, this field's value does not decrease.