Add more processes to the watcher 49/181849/1
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 15 Nov 2017 13:03:40 +0000 (14:03 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 8 Dec 2017 11:19:25 +0000 (12:19 +0100)
Change-Id: Ie05640ecd0537a7c2f7f136732856698f34c29b7

tsp/watchers/watch_processes.sh

index 7e0c506..c1aab40 100755 (executable)
@@ -26,7 +26,7 @@ EXEC="$(mktemp)"
     echo "# TYPE $EXEC_NAME gauge"
 } > "$EXEC"
 
-for cmd in "tsp" "wget" "sh" "python" "watcher" "dd"
+for cmd in "tsp" "wget" "sh" "python" "watcher" "dd" "md5sum" "dedup"
 do
     COUNT="$(ps -C "${cmd}" | wc -l)"
     echo "${EXEC_NAME}{target=\"${cmd}\"} $((COUNT-1))" >> "$EXEC"