cancel
Showing results for 
Search instead for 
Did you mean: 

How long user was on portal/site?

Former Member
0 Kudos

Hello,

can you please help me to find the solution for ...

  1. How long does it take to bring up results when a user searches for information on portal. ( Time duration between request and response)
  2. How long of a duration the user was on the site/portal.

Thanks,

Hemant

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

In the NetWeaver Portal there are few statistic tools that can be used to gather different information.

See my answer in the following thread: http://scn.sap.com/thread/3319548

In this thread I listed few tools that are available in the portal, with a short description and a link to the formal SAP documentation.

Specifically for your questions here are my answers respectively:

1. I believe that the "Activity Data Collector" might be helpful, as one of the measures you can collect is the time it took the request to be rendered (it measures the time the request cycle took).

Due to limitations of architecture, this specific measure can be used only for Portal RunTime iViews and Pages and not for WebDynpro, so it depends on the content you would like to check.

(KM is also collecting different measures on this same mechanism)

2. Using The "Activity Data Collector" you can gather all the timestamps when a user rendered iViews & Pages in the portal, which is actually the activity he did in the portal. You just need to configure to collect this type of information (user, timestamp, etc. according to your need).

     The reports generated by the "Portal Activity Report" won't be sufficient in your case, as they already process the data from the DB tables, and aggregate into predefined reports (can be configured using "Portal Activity Report" iView), but maybe the data gathered in the DB tables can be used - you can query the tables to get information more relevant for you.

See below documentation of the data tables information:

http://help.sap.com/saphelp_nw73/helpdata/en/47/873464c84a199ce10000000a42189d/content.htm?frameset=...

You can compare it with the information that can be collected from the Activity Data Collector:

http://help.sap.com/saphelp_nw73/helpdata/en/e1/261513a30848d2bc4dfe3420c9d750/content.htm

I hope it helps.

Thanks & regards,

Michal Zilcha-Lang