check process of tdm_reaper

This commit is contained in:
2021-01-19 20:43:45 +01:00
parent 48ec660d2d
commit 4289b16bab
2 changed files with 11 additions and 0 deletions

View File

@@ -48,6 +48,13 @@ $(SRC).o : lib/$(SRC).cpp lib/$(SRC).hpp lib/tdm_datamodel.hpp
clean :
rm -f $(EXE) *.o
# --------------------------------------------------------------------------- #
# check process
checkps :
@ps aux | head -n1
@ps aux | grep $(EXE) | grep -v "grep"
# --------------------------------------------------------------------------- #
# python module
#