Focal Point
Usage Analysis Reports

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9641079061

March 27, 2006, 07:06 AM
Nitu Jain
Usage Analysis Reports
I am using resource analyzer to capture the report statistics and creating some custom reports based on this info.

I want to print the elapsed time and run time for each request.

I am able to get elapsed time from column SMELAPTIME (in SMQUERY master file) .. but couldn't find any column for the run time information.

Also pls let me know if i can get the start and end time for both the ranges?
March 27, 2006, 08:28 AM
Tony A
I believe that SMTIME is the RPC start time and if you combine that with the elapsed time (SMELAPTIME as you state) then you should be able to derive the end time.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
March 28, 2006, 07:30 AM
Nitu Jain
Thanks for your reply.

Just noticed one thing that only some of my fex/proc file's name I can see in WFRPCNAME(under master file SMQUERY). It doesn't show all the proc name, some of them it puts as NULL ...

Could you pls let me know the logic behind it.
March 28, 2006, 10:11 AM
Tony A
Hi Blue Moon,

Sorry, but I do not have access to RA.

Perhaps if someone from the RA project have their ears and eyes open?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
May 05, 2006, 03:01 AM
<Antony Gubert>
Procedure name stored only when you execute the procedure from “Object navigator” screen. That is, execute the procedure by right click on it and select the option 'RUN'.

If you open the in text editor and run, it won’t store the procedure name.

Let me know if you need more information.
May 14, 2006, 11:27 PM
Nitu Jain
Thanks Tony/Antony for your help.

I can see all my proc in smquery.

Regards,


WF dev version - 7.6.x