Use the -d option to display information for chunks in each storage space. You can interpret output from this option as follows.
IBM Informix Dynamic Server Version 10.00.UC1 -- On-Line -- Up 00:01:23 -- 27648 Kbytes Dbspaces address number flags fchunk nchunks pgsize flags owner name a3217d8 1 0x60001 1 1 2048 N B informix rootdbs a426e40 2 0x60001 2 1 4096 N B informix dbsp1 a415630 3 0x60001 3 1 8192 N B informix dbsp2 3 active, 2047 maximum Chunks address chunk/dbs offset size free bpages flags pathname a321928 1 1 0 30000 12173 PO-B /local1/engines a321b00 2 2 0 2400 2347 PO-B /local1/engines a415780 3 3 0 1200 1147 PO-B /local1/engines 3 active, 32766 maximum NOTE: The values in the "size" and "free" columns for DBspace chunks are displayed in terms of "pgsize" of the DBspace to which they belong. Expanded chunk capacity mode: always
The first section of the display describes the storage spaces:
Position 1:
Position 2:
Position 3:
Position 4:
In the line immediately following the storage-space list, active refers to the current number of storage spaces in the database server instance including the rootdbs and maximum refers to total allowable spaces for this database server instance.
The second section of the onstat -d output describes the chunks:
For a blobspace, a tilde indicates an approximate number of free blobpages.
For an sbspace, indicates the number of free pages of user data space and total user data space.
Blobpages can be larger than disk pages; therefore, the bpages value can be less than the size value.
For an sbspace, is the size of the chunk in sbpages
Position 1:
Position 2:
Position 3:
Position 4:
In the line immediately following the chunk list, active displays the number of active chunks (including the root chunk) and maximum displays the total number of chunks.
For information about page reads and page writes, refer to onstat -D.