Export statistics
Note: Exporting reports is only available for the on-premises Qt License Server operating in offline mode.
A statistics report lists all license usage records with a calculated usage rate at different timestamps within the specified time frame.
A statistics report as a spreadsheet.
A statistics report contains the following records:
- License number
- Seat amount
- In use
- Free
- Usage rate
- Timestamp
Export reports from the command line
To generate a statistics report for a specific time-frame with qt-license-server, enter:
./qt-license-server export --url <URL> --license <number> --extension <csv | xlsx> -r statistics
.\qt-license-server.exe export --url <URL> --license <number> --extension <csv | xlsx> -r statistics
The --startDate
and --endDate
options export statistics between the dates. Omit --endDate
to export statistics until today.
Example
./qt-license-server export --fileName statisticsResults --url http://127.0.0.1:8080 --licenseNumber 11245270 --startDate 2024-01-01 --endDate 2025-01-01 --extension csv -r statistics
.\qt-license-server.exe export --fileName statisticsResults --url http://127.0.0.1:8080 --licenseNumber 11245270 --startDate 2024-01-01 --endDate 2025-01-01 --extension csv -r statistics
See also Manage reports, Offload logs, usage data, and statistics, and Qt License Server command-line interface.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.