Changes between Version 7 and Version 8 of Internal/cProcedures/aGeneratingReports


Ignore:
Timestamp:
Apr 7, 2016, 1:02:18 PM (8 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/cProcedures/aGeneratingReports

    v7 v8  
    11= Generating Usage Reports =
    22== Scheduler reports ==
    3 To get total reservations on all machines in minutes for certain period:
     3* To get total reservations on all machines in minutes for certain period:
    44{{{
    55SELECT
     
    1313}}}
    1414
    15 To get total user reservations in minutes for certain period per machine:
     15* To get total user reservations in minutes for certain period per machine:
    1616
    1717{{{
     
    2828}}}
    2929
    30 To get total resource reservations in minutes for certain period per machine.
     30* To get total resource reservations in minutes for certain period per machine.
    3131This is slightly different than above because user can invite other user(s) to his reservation.
    3232{{{
     
    4343
    4444== LDAP reports ==
    45 *To get total number of registered user run following command:
     45* To get total number of registered user run following command:
    4646{{{
    4747ldapsearch -h ldap.orbit-lab.org -p 389 -x -D "cn=admin,dc=orbit-lab, dc=org" -w <ldap secret> "objectClass=person" uid -z 0
     
    5050
    5151
    52 *To get total number of registered organizations run following command:
     52* To get total number of registered organizations run following command:
    5353{{{
    5454ldapsearch -h ldap.orbit-lab.org -p 389 -x -b "dc=orbit-lab, dc=org" "objectclass=organizationalUnit"