#!/bin/bash
# Count the number of executing 'j9' processes
echo `ps -eaf | grep ' j9 ' | wc -l` '('`date`')'

