Hi everyone! I need to monitor some system params ...
# general
l
Hi everyone! I need to monitor some system params as CPU consumption, RAM, net I/O from each process running on a system for an interval of time and I would like to know if osquery is a suitable tool for this purpose. Thanks in advanced
s
osquery can do that with the processes table. Other local systems monitoring tools can be.
l
thanks @seph!! and is it possible to record the process table information, for example, each second into a log? Sorry, it's the first time I try to use this tool
s
Yes, it’s possible. osquery isn’t generally used to record second metrics.
You’d want to create a scheduled query, to select from the process table.