> tasklist /FI "IMAGENAME eq be-engine.exe"
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
be-engine.exe 30368 Console 1 434,068 K
Here, the process id is 30368
If there are multiple engines running, you can use the jinfo utility to get additional details about each running engine and differentiate between them. The jinfo utility is provided with your TIBCO JRE installation under $TIBCO_HOME/tibcojre64/<version>/bin/jinfo.
Linux examples:
$ jinfo 1047 | grep ^cluster\.name\=
<returns the BE cluster name>
$ jinfo 1047 | grep ^com\.tibco\.be\.config\.path\=
<returns the CDD file used by the running engine>
$ jinfo 1047 | grep ^com\.tibco\.be\.config\.unit\.id\=
<returns the processing unit name>