Difference between revisions of "AppSuite:Logincounter"

(Created page with "== Using the <code>logincounter</code> tool ==")
 
(Using the logincounter tool)
Line 1: Line 1:
 
== Using the <code>logincounter</code> tool ==
 
== Using the <code>logincounter</code> tool ==
 +
 +
 +
  # logincounter --help
 +
  usage: logincounter
 +
  -a,--aggregate    Optional. Aggregates the counts by users. Only the
 +
                      total number of logins without duplicate counts
 +
                      (caused by multiple clients per user) is returned.
 +
  -e,--end <arg>    Required. Sets the end date for the detecting range.
 +
                      Example: 2010-01-1 23:59:59
 +
  -h,--help          Prints a help text
 +
  -r,--regex <arg>  Optional. Limits the counter to login devices that
 +
                      match regex.
 +
  -s,--start <arg>  Required. Sets the start date for the detecting range.
 +
                      Example: 2009-12-31 00:00:00

Revision as of 07:54, 19 May 2014

Using the logincounter tool

 # logincounter --help
 usage: logincounter
  -a,--aggregate     Optional. Aggregates the counts by users. Only the
                     total number of logins without duplicate counts
                     (caused by multiple clients per user) is returned.
  -e,--end <arg>     Required. Sets the end date for the detecting range.
                     Example: 2010-01-1 23:59:59
  -h,--help          Prints a help text
  -r,--regex <arg>   Optional. Limits the counter to login devices that
                     match regex.
  -s,--start <arg>   Required. Sets the start date for the detecting range.
                     Example: 2009-12-31 00:00:00