Author Topic: application access usage statistics ?  (Read 3159 times)

LWagner

  • Guest
application access usage statistics ?
« on: August 02, 2011, 11:27:37 AM »
In CMOD 2.1, it was easy to query the audit table to produce statistics on report usage.


In CMOD 8.4.0.3, I can look at usage by user, but I can not get the application totals without looking at the document connected to the msg 66 record.  Is there a better way ?

Nolan

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: application access usage statistics ?
« Reply #1 on: February 16, 2015, 11:45:05 AM »
I know this is an old post but I am looking for reporting usage of reports and dumping the system log is the only option I found.  Is there anything anyone else has done to steam line this task?  Getting all msg 66 from system log, parse out AG and APP ID join to app table and get counts is very slow process to do historically.

Thanks.

J.
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN

jeffs42885

  • Guest
Re: application access usage statistics ?
« Reply #2 on: February 16, 2015, 01:29:01 PM »
Ive done this before.

Query the System log folder (Apologize for not knowing the exact query):

/usr/lpp/ars/bin/arsdoc get -h archive -u admin  -f "System Log" -i "WHERE time_stamp between 'use a range in 5 digit arsdate format' and msg_num = '66' " -agcNv -o Systemlog.out

Nolan

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: application access usage statistics ?
« Reply #3 on: February 16, 2015, 02:23:07 PM »
Thank you.  I will give that a try.

Cheers

J.
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN