processid

Files being used by a unix process

The fuser command lets me know which processes are using a file or directory. I'm looking for command that does the opposite: lets me know which files are being used by a process. Update Forgot to mention that it's for a Solaris system. ...

How can I list all processes running in Windows?

Hello world. I would like to find a way to loop through all the active processes and do diagnostics checks on them (mem usage, cpu time etc) kinda similar to the task manager. The problem is broken down into two parts: Finding all the processes Finding diagnostics attributes about them I am not sure even in what namespace to go lo...

How to get the process ID of the current Excel, throught VBA, without relying on finding the window by the caption?

How can I get the process ID of the current Excel instance, that my VBA code is running in, without asking for it by the name in the caption... which causes a problem when I have two or more Excel instances with the same caption? ...

Kill Running PHP Script via Process ID?

Hello all, I make lots of GET requests to several PHP scripts via AJAX. I want to ask for implementation advice on how to kill a PHP script that is currently running (in the background). Is there some way to get the PHP scripts process ID when it runs and then I can probably kill that process via shell/cmd etc? Is there a better way? ...

How to open my java application using process id

Hi I have created a java swing application. If I run that application then it runs properly (a frame is created) and it is associated with a process id. when that application is running I want to see the that frame using process ID Thanks Sunil Kumar Sahoo ...