wazuh / qa-system-framework

GNU General Public License v2.0
1 stars 3 forks source link

Add process monitoring #20

Closed jmv74211 closed 1 year ago

jmv74211 commented 1 year ago
Related issue
#6

This PR adds a series of modules and tests to create process monitoring methods that allow us to get processes info and resources.

Two additional classes have been created to allow us to monitor specifically in Linux and Windows, since depending on the operating system, we can get certain info.

The following classes have been created:

All the corresponding unit tests have been added to test the correct behavior on Windows and Linux.