sblim-sfcc

WBEM client library for accessing Linux system management data

brewmacoslinux
Try with needOr install directly
Source

About

Project to enhance the manageability of GNU/Linux system

Commands

sfcbsfcbdwbemcli

Examples

query system hardware and software inventory$ wbemcli ei -nl http://localhost:5988 root/cimv2
get list of installed software packages$ wbemcli ei -nl http://localhost:5988 root/cimv2:Linux_SoftwareIdentity
retrieve CPU and memory information from local system$ wbemcli gi http://localhost:5988/root/cimv2:Linux_Processor.DeviceID="0"
start the WBEM service to enable remote management$ sfcbd -d
connect to remote system and check running processes$ wbemcli ei -nl http://192.168.1.100:5988 root/cimv2:Linux_Process