Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mev): add temperature #72

Merged
merged 2 commits into from
Oct 11, 2024
Merged

fix(mev): add temperature #72

merged 2 commits into from
Oct 11, 2024

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Oct 8, 2024

test new temperature appears on http://172.22.0.1:8889/metrics

example output:

[root@ipu-acc ~]# ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=3 root@192.168.0.1 iset-cli get-temperature
Warning: Permanently added '192.168.0.1' (ED25519) to the list of known hosts.
{
        "Result":"Success",
        "Virtual Temperature Sensor (C)":52,
        "ASIC Sensor 0 (C)":41,
        "ASIC Sensor 1 (C)":40,
        "ASIC Sensor 2 (C)":41,
        "ASIC Sensor 3 (C)":40,
        "ASIC Sensor 4 (C)":40,
        "ASIC Sensor 5 (C)":39,
        "ASIC Sensor 6 (C)":44,
        "ASIC Sensor 7 (C)":41,
        "ASIC Sensor 8 (C)":42,
        "ASIC Sensor 9 (C)":40,
        "ASIC Sensor 10 (C)":40,
        "ASIC Sensor 11 (C)":40,
        "ASIC Sensor 12 (C)":41,
        "ASIC Sensor 13 (C)":41,
        "ASIC Sensor 14 (C)":42,
        "ASIC Sensor 15 (C)":41,
        "Board Back Edge Ambient (C)":29,
        "Board Faceplate Ambient (C)":33,
        "Board Backside Ambient (C)":33,
        "ACC Core Thermal Diode (C)":42,
        "Phy Quad 0 (C)":37
}

from telegraf logs:

temp,host=c20368297a1a ASIC\ Sensor\ 8\ (C)=42,ASIC\ Sensor\ 9\ (C)=40,Board\ Back\ Edge\ Ambient\ (C)=29,ASIC\ Sensor\ 2\ (C)=41,ASIC\ Sensor\ 12\ (C)=41,ASIC\ Sensor\ 6\ (C)=44,ASIC\ Sensor\ 7\ (C)=41,ASIC\ Sensor\ 15\ (C)=41,Board\ Backside\ Ambient\ (C)=33,Phy\ Quad\ 0\ (C)=37,Board\ Faceplate\ Ambient\ (C)=33,ASIC\ Sensor\ 11\ (C)=40,ASIC\ Sensor\ 1\ (C)=40,ASIC\ Sensor\ 0\ (C)=41,ASIC\ Sensor\ 13\ (C)=40,ACC\ Core\ Thermal\ Diode\ (C)=42,ASIC\ Sensor\ 4\ (C)=40,ASIC\ Sensor\ 10\ (C)=40,ASIC\ Sensor\ 14\ (C)=42,Virtual\ Temperature\ Sensor\ (C)=52,ASIC\ Sensor\ 5\ (C)=39,ASIC\ Sensor\ 3\ (C)=40 1728601700000000000

Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
@glimchb glimchb requested a review from a team as a code owner October 8, 2024 12:27
@glimchb glimchb linked an issue Oct 8, 2024 that may be closed by this pull request
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
@glimchb glimchb self-assigned this Oct 8, 2024
@glimchb glimchb added the Merge Candidate in the open merge window, next candidate for merge label Oct 8, 2024
Copy link
Contributor

@sandersms sandersms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@glimchb
Copy link
Member Author

glimchb commented Oct 10, 2024

@Sakethanne is testing this @sandersms please don't merge yet

@glimchb glimchb marked this pull request as draft October 10, 2024 20:45
@glimchb glimchb marked this pull request as ready for review October 11, 2024 20:19
@glimchb glimchb merged commit 9d81f40 into main Oct 11, 2024
9 of 11 checks passed
@glimchb glimchb deleted the glimchb-patch-2 branch October 11, 2024 20:19
@Sakethanne
Copy link
Contributor

have tested and the scripts are working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge Candidate in the open merge window, next candidate for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

telegraf: fix Intel MEV temperature
3 participants