DX Application Performance Management

  • 1.  CEM Session Usage Report

    Posted Jul 26, 2016 03:34 PM
      |   view attached

    Can someone tell me what “Session Usage” is measuring—in this CEM/Analysis Graphs/Session usage report?

    Does it provide any insight into the number of users?



  • 2.  Re: CEM Session Usage Report

    Broadcom Employee
    Posted Jul 26, 2016 03:55 PM

    Please let me know if there are any followup questions.



  • 3.  Re: CEM Session Usage Report
    Best Answer

    Broadcom Employee
    Posted Jul 26, 2016 03:55 PM

    This is a vestige of when CEM had licenses. From the 4.x docs

     

    About concurrent session-based licensing

    Wily CEM concurrent session-based licensing is based on the number of active

    HTTP sessions at any given time.

     

    So should be a number of active HTTP Sessions for a time period



  • 4.  Re: CEM Session Usage Report

    Posted Jul 26, 2016 04:00 PM

    Hallett_German,

     

    So, this report, I assume, may not be the only one that might satisfy the requirement to report on # of users for a particular application?



  • 5.  Re: CEM Session Usage Report

    Broadcom Employee
    Posted Jul 26, 2016 04:04 PM

    This is meant for all apps. So counts on an app login application may be a better metric.

     

    Please let me know if you need additional assistance...



  • 6.  Re: CEM Session Usage Report

    Posted Jul 26, 2016 04:10 PM

    if you do not have an "login" transaction defined for an application then do you use this "session usage" report to assimilate the # of users for that app?



  • 7.  Re: CEM Session Usage Report

    Broadcom Employee
    Posted Jul 26, 2016 04:43 PM

    Hi Manish:

    I looked at the APM database table:

     

    create table ts_concurrent_sessions (

        ts_id int8 not null unique,

      ts_session_count int4 not null,

        ts_creation_date timestamp with time zone not null,

        ts_year int2 not null,

        ts_month int2 not null,

        ts_week int2 not null,

        ts_day int2 not null,

        ts_hour int2 not null,

        version_info int8 not null,

        ts_soft_delete bool not null,

        primary key (ts_id)

    );

    This looks like across all monitored applications is the way this is measured and I don't think concurrent session has a business application in the pull-down. So based on what I am seeing , the answer to your questions now.

     

    Please let us know if we can consider this thread answered or if there are follow-up questions,



  • 8.  Re: CEM Session Usage Report

    Broadcom Employee
    Posted Jul 27, 2016 08:54 AM

    Hi Manish:

        I have responded to all questions and see no follow-up questions. So marking as answered

       Thanks

    Hal German