Re: Which process is which
Re: Which process is which
- Subject: Re: Which process is which
- From: Stephen Brandon <email@hidden>
- Date: Thu, 26 Jun 2003 22:07:52 +0100
On *nix-style OSs you can use lsof to list processes and the port numbers
they have claimed (among other things).
A good flag to use is -P which stops the OS from translating port numbers to
well-known port names (which are confusing if you are looking for an errant
port 2003 process and it shows up as cfinger...).
I use this quite regularly.
I don't know if there's a port of lsof in cygwin, but it would be worth
looking for it. I don't know if there are any other windows tools which
associate port numbers with process numbers.
Stephen Brandon
Brandon IT Consulting
On Thursday 26 June 2003 20:31, Fournier, Pete wrote:
> We copy java.exe and name it the application name for that exact reason.
> Works well.
>
> Pete Fournier
>
>
> -----Original Message-----
> From: Dan [mailto:email@hidden]
> Sent: Thursday, June 26, 2003 2:50 PM
> To: email@hidden
> Subject: Which process is which
>
>
> Back in the old days of WO 4.5 you could tell which application process
> was which because the application name was the process name. Now in WO
> 5.2 every application shows up with a process name of 'java.exe' (at
> least on windows). Anyone come up with a clever way of determining who
> is who? _______________________________________________
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.