Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
msr
Various pieces of data stored in the model specific register per processor. NOTE: the msr kernel module must be enabled, and osquery must be run as root.
Column | Type | Description |
---|---|---|
feature_control | bigint | Bitfield controlling enabled features. |
perf_ctl | bigint | Performance setting for the processor. |
perf_status | bigint | Performance status for the processor. |
platform_info | bigint | Platform information. |
processor_number | bigint | The processor number as reported in /proc/cpuinfo |
rapl_energy_status | bigint | Run Time Average Power Limiting energy status. |
rapl_power_limit | bigint | Run Time Average Power Limiting power limit. |
rapl_power_units | bigint | Run Time Average Power Limiting power units. |
turbo_disabled | bigint | Whether the turbo feature is disabled. |
turbo_ratio_limit | bigint | The turbo feature ratio limit. |