Author |
Message
|
valhalen |
Posted: Tue Jun 26, 2012 9:08 am Post subject: How can I rename the DataFlowEngine.exe process in WMB 7 |
|
|
Novice
Joined: 24 Feb 2006 Posts: 18
|
How can I rename the DataFlowEngine.exe process in WMB 7 to a different name (say the execution group name) so that I can easily identify which exe group the dataflowengine is for?
thanks. _________________ Val |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 26, 2012 9:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can't rename the process. You can merely view the remainder of the information about the process that is already populated (ls -l on unix, for example).
You can also look in the logs to see what EG started which process id.
And you can look in any of the broker admin tooling and find out the PID of a given EG. (mqsilist, for example...) |
|
Back to top |
|
 |
valhalen |
Posted: Tue Jun 26, 2012 9:20 am Post subject: |
|
|
Novice
Joined: 24 Feb 2006 Posts: 18
|
ok -Thanks mqjeff _________________ Val |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jun 26, 2012 9:43 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Using a Java compute node , you can log the process Id and the EG name to a log upon EG startup. This will enabled you to grep by PID to get the EG stats you want. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 26, 2012 9:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
Using a Java compute node , you can log the process Id and the EG name to a log upon EG startup. This will enabled you to grep by PID to get the EG stats you want. |
This is almost the worst possible way there is to get this piece of information.
Capturing BIP2201 from the system log is the easiest way.
Using the output of mqsilist isn't a bad way. |
|
Back to top |
|
 |
|