DX Application Performance Management

  • 1.  Create 2 metric groups

    Posted Dec 07, 2016 08:37 AM

    Hey Mike,

     

    Im trying create 2 metric groups: One with ".NET Process" and another without it.

     

     

    Metric Grouping Agent Expressions:

    (.*)\|Custom Metric Process \(Virtual\)\|(.*)

     

    Metric Expressions:

    Agents\|(.*)\|(?!.NET Process)\|(.*):ConnectionStatus

     

    But i can't see data incoming... Can you tell me what im doing wrong?

     

    Thx,

    Fernando



  • 2.  Re: create 2 metric groups

    Broadcom Employee
    Posted Dec 07, 2016 09:43 AM

    Branching out to a new question.

     

    It is somehow excluding everything.  If you change it to ?:.NET Process then only .NET Process will be included.  So you would need to match on everything else but exclude .NET Process.



  • 3.  Re: create 2 metric groups

    Posted Dec 07, 2016 10:02 AM

    I will add entry for each type of agent but not for .Net Process for non .Net Process group and set "?:.NET Process" on Metric Expression to only show .NET Process group.



  • 4.  Re: create 2 metric groups

    Broadcom Employee
    Posted Dec 07, 2016 10:13 AM

    One shortcut you could use for that is if you have Web Servers, Websphere and Weblogic Agents, you could use (Web.*) to group them together in one regex.

     

    There probably is a way to do this.  I've been testing but haven't had any luck.  Adding SergioMorales Lynn_Williams and Hiko_Davis for additional input.



  • 5.  Re: Create 2 metric groups
    Best Answer

    Posted Dec 08, 2016 07:56 AM

    Two metric groups

    Metric Grouping Agent Expression

    (.*)\|Custom Metric Process \(Virtual\)\|Custom Metric Host

     

    Group 1 - Metric Expression

    Agents\|(.*)\|\.NET Process\|PerfMonCollectorAgent\.exe:ConnectionStatus

     

    Group 2 - Metric Expression

    Agents\|(.*)\|(LinuxAgent|AIXAgent)\|PerfMonAgent:ConnectionStatus

     

    On the second one, you could add additional agent and metric expressions by using the add button.

     

    The problem with each of these is there is a 100 metric limit if you want to export the data to csv.

     

    On the Metric Expression, I have used the following Agent Expressions in separate metric grouping to then be able to capture the Java Version, text value.  I have also used the same to generate the "Build and Release" report.

     

       (a|b|c|d|e|f|g)(.*)\|AIXAgent\|PerfMonAgent

       (h|i|j|k|l|m|n)(.*)\|AIXAgent\|PerfMonAgent

       (o|p|q|r|t|u)(.*)\|AIXAgent\|PerfMonAgent

       (s)(.*)\|AIXAgent\|PerfMonAgent

       (v|w|x|y|z)(.*)\|AIXAgent\|PerfMonAgent

     

    Metric expression

       Java Version



  • 6.  Re: Create 2 metric groups

    Broadcom Employee
    Posted Dec 08, 2016 09:24 AM

    Hi Fernando,

     

    Please let us know if Billy's response helped answer your question.  If so, please mark the question as answered.

     

    Thanks,
    Matt