Hi! I’m trying to test performance of some sample ...
# general
f
Hi! I’m trying to test performance of some sample queries from my
osquery.conf
using the instructions here: https://osquery.readthedocs.io/en/stable/deployment/performance-safety/ But for some reason, I’m getting values of (-1) for all of the performance fields when running the following query, indicating an error:
SELECT hostname, cpu_brand, physical_memory FROM system_info;
However, when I open the
osqueryi
shell myself and run this command, it returns results without any issue. Any ideas about why this might be going awry in the
profile.py
script but not when I run it manually?