User's Reference > Administration > Administration from Reality > Command Reference > P > POVF

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

POVF command (m605006+povf.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

POVF

Reports on free space available within current database (partition database) or current partition (filestore database).

Syntax

POVF {(options}

Option

P Sends the report to the printer.

V Displays details of the overflow table. Contiguous space is shown with the beginning and ending FID (Frame Identifier) of each block and the total number of frames in the block. At the bottom of the report, the total number of available linked frames and the total number of contiguous frames are shown.

Recommendation

If the total number of contiguous frames is less than the 20% of the available space, you need to collect the linked space with the CLAIM command.

Examples

:POVF
Total size 507.2 Mb
Total free 34.6 Mb
Percent free 6.82

Displays the total size of the database, the free space available, and what percentage of the total is free.

:POVF (V
 From         To    #Frms  From         To    #Frms  From         To    #Frms
    1498 -     1499     2     2219 -     2220     2     3282 -     3282     1
    3967 -     3967     1     4552 -     4553     2     5895 -     5897     3
    6134 -     6134     1     6247 -     6251     5     6616 -     6617     2
    6660 -     6668     9     6753 -     6761     9     6882 -     6889     8
   10195 -    10197     3    10296 -    10301     6    11967 -    11975     9
   12065 -    12072     8    12252 -    12269    18    12681 -    19992  7312
       0 -   Linked   239      Total number of contiguous frames =       7401

Displays details of the overflow table. The total number of available linked frames is 239 and the total number of contiguous frames is 7401.

RealityV15.1 (MoTW) Revision 7Comment on this topic