Skip to content

The 'sled_cpu:cpu_nsec' metric only reports values for the last 100 cpu_ids of the host #10542

@wfchandler

Description

@wfchandler

The sled_cpu:cpu_nsec metric only reports values for the last 100 cpu_ids, e.g., on a gimlet cpus 28 -> 127, on a cosmo 156 -> 255

# gimlet
root@oxz_switch1:~# omdb oxql -e 'get sled_cpu:cpu_nsec | filter timestamp > @now() - 2h && sled_serial == "BRM42220077"' 2>/dev/null | grep cpu_id | awk '{print $2}' | sort -nu
28
29
30
...
125
126
127
# cosmo
support@oxz_switch0:~$ omdb oxql -e 'get sled_cpu:cpu_nsec | filter timestamp > @now() - 2h && sled_serial == "2PNX0JCM"' 2>/dev/null | grep cpu_id | awk '{print $2}' | sort -nu
156
157
158
...
253
254
255

This has been observed on dogfood, colo, and customer racks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions