Giter Club home page Giter Club logo

Comments (6)

powersj avatar powersj commented on June 16, 2024

Hi,

Please provide the output of /usr/bin/nvidia-smi -q -x so we can see an example.

In v12 I see numerous power limit fields.

Thanks

from telegraf.

jpvlerbe avatar jpvlerbe commented on June 16, 2024

I am referring to this metric
image

which I am assuming corresponds to current_power_limit

I tried with fieldinclude=["current_power_limit"] but I am guessing that does not work as it is not in the list from the README or in parser.go (probably adding a line after line 80?)

from telegraf.

powersj avatar powersj commented on June 16, 2024

@jpvlerbe I need you to run the nvidia-smi command above and get the output. Telegraf does not parse that table output, but instead the output from that command. I need to see what is available from the data that telegraf can see.

FWIW that 350W is the total cap value. Not something I would expect to see change.

from telegraf.

jpvlerbe avatar jpvlerbe commented on June 16, 2024

`$ nvidia-smi -q -x | grep power
<clocks_throttle_reason_sw_power_cap>Not Active</clocks_throttle_reason_sw_power_cap>

                    <clocks_throttle_reason_hw_power_brake_slowdown>Not Active</clocks_throttle_reason_hw_power_brake_slowdown>

            <power_readings>

                    <power_state>P8</power_state>

                    <power_management>Supported</power_management>

                    <power_draw>35.32 W</power_draw>

                    <power_limit>420.00 W</power_limit>

                    <default_power_limit>420.00 W</default_power_limit>

                    <enforced_power_limit>420.00 W</enforced_power_limit>

                    <min_power_limit>100.00 W</min_power_limit>

                    <max_power_limit>450.00 W</max_power_limit>

            </power_readings>

                    <clocks_throttle_reason_sw_power_cap>Active</clocks_throttle_reason_sw_power_cap>

                    <clocks_throttle_reason_hw_power_brake_slowdown>Not Active</clocks_throttle_reason_hw_power_brake_slowdown>

            <power_readings>

                    <power_state>P8</power_state>

                    <power_management>Supported</power_management>

                    <power_draw>28.49 W</power_draw>

                    <power_limit>350.00 W</power_limit>

                    <default_power_limit>350.00 W</default_power_limit>

                    <enforced_power_limit>350.00 W</enforced_power_limit>

                    <min_power_limit>100.00 W</min_power_limit>

                    <max_power_limit>365.00 W</max_power_limit>

            </power_readings>`

I guess this is the v11 scheme, and the limit I am after is "power_limit"

I have 2 gpu's btw

from telegraf.

powersj avatar powersj commented on June 16, 2024

I guess this is the v11 scheme, and the limit I am after is "power_limit"

You are making this harder than it needs to be with all these edits ;) just copy and paste without grep would have answered everything I need.

In ~30mins from this post, there will be artifacts in #15144 attached as a comment. Please download one of them and ensure the new power_limit field shows up.

from telegraf.

powersj avatar powersj commented on June 16, 2024

artifacts are now posted

from telegraf.

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.