tuxudo / geekbench
Geekbench module for munkireport.
v3.0
2023-04-17 15:39 UTC
This package is auto-updated.
Last update: 2024-11-19 07:30:26 UTC
README
Reports the Geekbench stats for the computer.
Client will trigger server to lookup Geekbench information from Geekbench's API once a week.
Table Schema
- id - Unique ID
- serial_number - Machine's serial number
- score - int - Single CPU score
- multiscore - int - Multi CPU score
- model_name - string - Geekbench's model name
- description - string - Geekbench's CPU name
- samples - int - Number of samples in Geekbench
- cuda_score - bigint - Score for CUDA (Nvida GPUs only)
- cuda_samples - bigint - How many samples are in Geekbench
- opencl_score - bigint - Score for OpenCL
- opencl_samples - bigint - How many samples are in Geekbench
- gpu_name - string - Name of the GPU that is matched
- last_run - bigint - Timestamp of when scores were last processed for machine