Spotfire Server and Environment - Quick Start

MemoryStatisticsLog

The MemoryStatisticsLog properties listed in this topic are written to the log file named MemoryStatisticsLog.<ID>.txt. By default, the logging level is set to OFF.

Property Description
sessionId The internal Spotfire session ID.
userName The name of the logged on user.
analysisId The unique ID for the analysis.
tableId The unique ID for the table. This is empty if the value is a total.
analysisPath The library path for the analysis.
title The title of the analysis.
type The type of information. Can be one of the following.
  • SharedApproximateTotalTableSize
  • SharedApproximateTotalViewSize
  • DocumentNodeCount
  • SharedDocumentNodeCount
  • ApproximateExecutionTime
value The number of bytes, nodes, or milliseconds depending on type.
Note: The table and view sizes (SharedApproximateTotalTableSize and SharedApproximateTotalViewSize) begin with the word "Shared" because these items can be shared among analysis instances. If two instances have the same tableId value, the memory chunks are shared. Also note that the values are approximate because calculating the exact size of a table or view size consumes extra resources.