Getting statistics
FabulaTech License Server includes a simple command line utility ftlicstatctl for generating license usage reports.
Basic syntax
$ /opt/ftlicsrv/bin/ftlicstatctl <command> [options] <year> [month]
To see the list of all supported commands, run ftlicsrvctl help:
$ /opt/ftlicsrv/bin/ftlicstatctl help
USAGE: /opt/ftlicsrv/bin/ftlicstatctl <command> [options] <year> [month]
Year - 4 digit year
Month - month number or name (e.g., 5 or may)
Commands:
/opt/ftlicsrv/bin/ftlicstatctl report [-d|-D] YEAR [MON]
-d - detailed report
-D - detailed report sorted by product
Examples
Get brief report for April 2026:
$ /opt/ftlicsrv/bin/ftlicstatctl report 2026 april FABULATECH LICENSE PEAK USAGE REPORT APRIL 2026 FLDR - 0 SCAN - 0 SNDR - 3 URLD - 0 WEBC - 0 Generated at 16:43:12 on 6 April 2026 ------------------------ Report ID: FEF244FFD87364B6
Get detailed report for April 2026 and save it to the text file:
$ /opt/ftlicsrv/bin/ftlicstatctl report -d 2026 april > report.txt