analyzeTransientFileUsage

analyzeTransientFileUsage(): String;

The analyzeTransientFileUsage method of the Process class returns a string containing a detailed analysis of the transient database file, including counts of objects by class number plus other useful information. Each line of the analysis is delimited by the line feed (Lf) character.

An easy way to view this output is to use the writeString method of the File class to write the string returned by the analyzeFileTransientUsage method to a file and then view it with WordPad or another text editor.

See also "Transient Database File Analysis", in Chapter 3 of the JADE Database Administration Guide.