logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

genreport - Generate the Usage Report

Author

       Stanislav Sinyagin <ssinyagin@k-open.com>

torrus 3.00                                        2023-05-02                                TORRUS_GENREPORT(8)

Description

       When the Torrus Reporting engine is set up, this command is used to generate the reports from the
       collected data.  See TorrusReportingSetupGuide for more information.

Name

       genreport - Generate the Usage Report

Notes

       See more documentation at Torrus home page: http://torrus.org

Options

--report=ReportName
           The name of the report that is to be generated. Currently supported: "MonthlyUsage".

       --date=YYYY-MM-DD
           Specifies  the  start  date  of  the  reported period. For the monthly report, this should be any day
           within the calendar month.

       --time=hh:mm
           Specifies the start time of the reported period. This option is ignored for the monthly reports.

       --genhtml
           Instructs the report engine to build the HTML output from the generated reports.

       --tree=TREE
           When used with "--genhtml", generates the HTML reports only for the specified tree.

       --all2tree=TREE
           When used with "--genhtml", generates the HTML reports only for all  available  service  IDs  in  the
           specified tree.

       --verbose
           Prints extra informatgion.

       --debug
           Prints debugging information.

See Also

torrus(8)

Synopsis

torrusgenreport --report=ReportName --date=YYYY-MM-DD [options...]  torrusgenreport --genhtml
       [options...]

See Also