RE: PID files for monitoring two different instances of Kafka on same machine

2013-07-05 Thread Yu, Libo
o [mailto:jun...@gmail.com] Sent: Friday, July 05, 2013 12:00 AM To: users@kafka.apache.org Subject: Re: PID files for monitoring two different instances of Kafka on same machine We don't have PID files now. You can figure out the instance from the config dir in the command line. Thanks, Jun On Thu

Re: PID files for monitoring two different instances of Kafka on same machine

2013-07-04 Thread Hanish Bansal
Hi Jun, Thanks a lot for your reply. You can figure out the instance from the > config dir in the command line. > What does this mean? Can you explain a bit how can it be figured out? Regards, Hanish > On Thu, Jul 4, 2013 at 7:20 AM, Hanish Bansal < > hanish.bansal.agar...@gmail.com> wrote:

Re: PID files for monitoring two different instances of Kafka on same machine

2013-07-04 Thread Jun Rao
We don't have PID files now. You can figure out the instance from the config dir in the command line. Thanks, Jun On Thu, Jul 4, 2013 at 7:20 AM, Hanish Bansal < hanish.bansal.agar...@gmail.com> wrote: > Hi all, > > > I was just trying to create a monitoring service of my own for Kafka. I > wa

PID files for monitoring two different instances of Kafka on same machine

2013-07-04 Thread Hanish Bansal
Hi all, I was just trying to create a monitoring service of my own for Kafka. I wanted to know if Kafka provides any sort of functionality for pid files which I can see to check if Kafka is up or not. My scenario is: I will have 2 Kafka instances running on same machine with different configur