#!/bin/sh

  ps -elfa | grep -E "COMPSsWorker|pipers|worker.py|nio_worker_c|worker_c" | awk '{print $4}' | xargs kill -9

