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

Expose the number of hardware sockets in the node, in system_info #7931

Closed
RobertHenry6bev opened this issue Feb 8, 2023 · 0 comments · Fixed by #8038
Closed

Expose the number of hardware sockets in the node, in system_info #7931

RobertHenry6bev opened this issue Feb 8, 2023 · 0 comments · Fixed by #8038
Labels
virtual tables wishlist Open feature request not currently being worked on.

Comments

@RobertHenry6bev
Copy link

The system_info table does not contain information on the number of physical sockets (hardware CPU packages) in the system

extend system_info to return an integer field counting the number of sockets.
Look at the output of linux command lscpu which reports the number of Socket(s).

My users look through my monitored nodes for nodes with specific characteristics, such as hyperthreading, number of sockets, etc.

@mike-myers-tob mike-myers-tob changed the title system_info more useful if it also exposed the number of hardware sockets in the node Expose the number of hardware sockets in the node, in system_info May 9, 2023
@mike-myers-tob mike-myers-tob added virtual tables wishlist Open feature request not currently being worked on. labels May 9, 2023
yux-m added a commit to yux-m/osquery that referenced this issue May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
virtual tables wishlist Open feature request not currently being worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants