Coder Social home page Coder Social logo

Comments (2)

rafal-szypulka avatar rafal-szypulka commented on July 29, 2024

I am not aware of any public documentation for this topic. You can collect this information directly from the ITM API, but it's not documented and quite difficult to explain here.
The easiest way I know to collect this information is to use my other tool https://github.com/rafal-szypulka/itm_exporter/releases.

  1. Prepare config.yaml as explained in https://github.com/rafal-szypulka/itm_exporter
    These 5 lines should be sufficient:
itm_server_url: "http://localhost:15200"
itm_server_user: "sysadmin"
itm_server_password: "pass"
connection_timeout: 8
collection_timeout: 40

then

itm_exporter listAgentTypes --temsName=<TEMS label ex. TEMS>

then

itm_exporter listAttributeGroups --dataset=<dataset URI for WAS agent>

then

itm_exporter listAttributes --attributeGroup=<attribute group id> --dataset=<dataset URI for WAS agent>

The output should be similar to (example for Linux OS Agent, KLZCPU group):

+------------------------------+------------+-------------+
|         DESCRIPTION          | ATTRIBUTES | PRIMARY KEY |
+------------------------------+------------+-------------+
| System Name                  | ORIGINNODE | false       |
| Time Stamp                   | TIMESTAMP  | false       |
| CPU ID                       | CPUID      | true        |
| User CPU (Percent)           | USRCPU     | false       |
| User Nice CPU (Percent)      | USRNCPU    | false       |
| System CPU (Percent)         | SYSCPU     | false       |
| Idle CPU (Percent)           | IDLECPU    | false       |
| Busy CPU (Percent)           | BUSYCPU    | false       |
| I/O Wait (Percent)           | WAITCPU    | false       |
| User to System CPU (Percent) | USRSYSCPU  | false       |
| Steal CPU (Percent)          | STEALCPU   | false       |
| Recording Time               | WRITETIME  | false       |
+------------------------------+------------+-------------+

from grafana-ibm-apm.

himuura avatar himuura commented on July 29, 2024

This is a tremendous help mate!! Thank you! Spoke to an IBM representative in my company, and these metrics were indeed available in the CAPM / APM WIM documentation. The documents are named: APM WebSphere Infrastructure Manager agent Reference and APM WebSphere Applications agent Reference (if anyone is interested). You approach is indeed more pragmatic, will definetely use it! Again, thank you for all your help!

from grafana-ibm-apm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.