https://github.com/osquery/osquery logo
Title
s

Sandeep

12/01/2022, 1:25 AM
Hello team, I am new to OSQuery, I wanted to check if there are OSQuery APIs which can be invoked from a .net application. I am looking to get the process performance metrics such as CPU/memory etc... using OSQuery via an existing .net application.
s

sharvil

12/07/2022, 10:37 AM
I am not too familiar with .NET development, but osquery doesn't have an SDK, you will have to subprocess/exec
osqueryi
from your application