DX Application Performance Management

Expand all | Collapse all

Solaris 10 scripts for Memory and CPU metrics for EPAgent

  • 1.  Solaris 10 scripts for Memory and CPU metrics for EPAgent

    Posted Dec 10, 2018 04:11 PM

    We have Solaris 10 servers and CA APM 10.2 I need to monitor CPU and memory and looking scripts for EPAgent.



  • 2.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Community Manager
    Posted Dec 10, 2018 04:27 PM

    Moved this to the APM community where it will get the attention of the right people!



  • 3.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent
    Best Answer

    Broadcom Employee
    Posted Dec 10, 2018 05:04 PM

    You can either use my plugins for EPA or use APM Infrastructure Agent's Host Monitor extension.

     

    My Solaris plugins are available on https://www.github.com/ca-apm.



  • 4.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Posted Dec 11, 2018 09:44 AM

    Thanks Haruhiko.

    I am still looking EPAgent memory script for Solaris 10.

     

    Thanks,

    Akeel



  • 5.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Broadcom Employee
    Posted Dec 11, 2018 10:24 AM

    yes, I'm sorry about that. I thought I had built a vmstat script also.

    I will add this to the repo shortly.



  • 6.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Broadcom Employee
    Posted Dec 11, 2018 10:34 PM

    Please run the following command on your server and send me the text file.

    Do not copy the output from your shell/terminal session since it will lose all of the whitespace characters that I need to parse.

     

    vmstat 1 2 >vmstat.txt



  • 7.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Posted Dec 12, 2018 09:05 AM

    Hi Haruhiko,

    Below is the output:

    kthr      memory            page            disk          faults      cpu
     r b w   swap  free  re  mf pi po fr de sr s4

    s5 s6 s7   in   sy   cs us sy id
     0 0 0 92753096 122824160 550 4119 14 40 29 0 0 -0 6 6 -2260 6135 13642 6777 2 1 97
     0 0 0

    88826504 117550576 1422 1319 0 0 0 0 0 0 0 0  0 5595 5710 5364  1  1 98



  • 8.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Posted Dec 12, 2018 11:06 AM
      |   view attached

    Hiko,

     

    Please find the attached txt file.

     

    Thanks,

    Akeel

    Attachment(s)

    zip
    vmstat.txt.zip   321 B 1 version


  • 9.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Broadcom Employee
    Posted Dec 12, 2018 11:53 AM

    Thanks. I will get this turned around for you.



  • 10.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Broadcom Employee
    Posted Dec 18, 2018 10:09 PM
      |   view attached

    I'm attaching the plugin here, but it will be uploaded to my repo and forked to the CA APM repo (https://www.github.com/ca-apm). I'm going to clean up some things with the repo before I upload since I've also reconfigured things to work with APMIA.

    Instructions for setup are in the POD/Header section of the program. Please place all of the plugins in <epa_home>/epaplugins/solaris.

    Attachment(s)

    zip
    sunVmStat.pl.zip   1 KB 1 version


  • 11.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Posted Dec 20, 2018 02:09 PM

    Thanks for your help.

     

    Akeel.



  • 12.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Posted Dec 14, 2018 04:54 PM

    I want to know  “Disk I/O (in IOPS) versus Disk Response Time.”  Can the EPAgent capture that?



  • 13.  Re: Solaris 10 scripts for Mmeory and CPU metrics for EPAgent

    Broadcom Employee
    Posted Dec 14, 2018 11:03 PM

    The value for 'tps' from 'iostat' is the same thing as IOPS.