Bootstrax
Created by: jorana
Changed the code to also put info in a new collection (usage
) of the MongoDB. This information comprises information on the cpu and memory usage of the node where Bootstrax
lives and of the one or more subprocesses (PIDs).
In order to obtain the PID specific information psutil.Process
is used, this allows one to look only one PID.