Creating statistical properties

There are two primary methods of getting statistical properties into a deployment:

  • Import an analysis that contains properties with the KeepStatistics attribute set to true.
  • Author an analysis in a Fixlet site by using hand-edited action script MIME. Add the header "X-Keep-Statistics: true" to the property headers.

Properties must be one of the following types to keep statistics:

  • Integer
  • Boolean
  • Floating point

Attempts to keep statistics on properties with other types are ignored.

Plural properties are acceptable, if used carefully. For example, "free spaces of drives" results in statistics about all drives on all computers.