For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure your QAS systems to collect SCMON data

You'll need to configure each of your QAS systems to collect SCMON data. To configure a system to collect SCMON data, follow these steps:

  1. Run transaction SCMON.

  2. Select Activate. The default frequency for the collection of SCMON data is hourly.

The agent verifies SCMON activation as part of the setup status health check. If SCMON is not active or has expired, the report will flag it with remediation guidance. See Validate Your Setup.

SCMON Data Persistence

The agent persists SCMON snapshot data locally in a SQLite database. This enables accurate per-test-execution coverage deltas by comparing invocation counters across snapshots, rather than relying on a single point-in-time read.

The re-collection frequency can be configured via the scmonrecollectionfreqmins field in the [footprints] section of config.toml. See Configuration settings.

Last updated

Was this helpful?