Implement find_process
and find_processes
filament functions
#29
Labels
needs: docs
Indicates that the issue needs documentation updates
scope: filaments
Anything related to filaments
These functions would allow consulting the process state exposed by Fibratus. The
find_processes
function should return currently running processes as a list of Python dictionary objects. Thefind_process
function accepts the process identifier and returns the dictionary object with detailed information orNone
if the process with such identifier doesn't exist.The text was updated successfully, but these errors were encountered: