analyzeSharedTransientFileUsage

analyzeSharedTransientFileUsage(): String;

The analyzeSharedTransientFileUsage method of the Node class returns a string containing a detailed analysis of the shared 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 analyzeSharedTransientFileUsage 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 Database Administration Guide.