ROC SDK  2.4.0
Scalable Face Recognition Software
roc-log

Print usage logging statistics.

See Usage Logging for details.

Options

Option Meaning
-f From date-time, see Date-Time Format
-l Read old Windows log file format
-o Output complete log data to this text file
-t To date-time, see Date-Time Format

Date-Time Format

ISO 8601 extended format: either YYYY-MM-DD for dates or YYYY-MM-DDTHH:mm:ss, YYYY-MM-DDTHH:mm:ssTZD (e.g., 1997-07-16T19:20:30+01:00) for combined dates and times.

Examples

Show help
Print application usage and supported arguments.
$ roc-log -h 
Print all usage statistics
Print the API usage statistics recorded in ROC.log.
$ roc-log ROC.log 
Print usage statistics for a range of dates
Print the API usage statistics recorded in ROC.log for the month of October, 2016.
$ roc-log ROC.log -f 2016-10-01 -t 2016-11-01