Metering data
- Last Updated: August 21, 2025
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
To view the metering data that is being collected as part of the baseline system information, you can use the Query Console. To see the data do the following:
-
In the Query Console, select the Meters database.
-
Click the Explore button.
-
You will see files ending in
-raw.xml,-hourly.xml, and-day.xml. Filenames ending in-raw.xmlare collected every minute, if telemetry is enabled. Filenames ending in-hour.xmlare collected hourly, and those ending in-day.xmlare collected daily. There may also be files ending infeatures.xml.
Note the size of the data that is returned.
-
Hour = 60 * minutes
-
Day = 24 * hours * 3600 * minutes.
Hourly and Daily metering is very small, while raw data is much larger.