What is a PID? How is it useful when troubleshooting a system?
Answer Posted / kirti
PID is the process Id of the application in Windows. Whenever a process starts running in the Windows environment, it is associated with an individual process Id or PID.
The PID (Process ID) a unique number for each item on the Process Tab, Image Name list. How do you get the PID to appear? In Task Manger, select the View menu, then select columns and check PID (Process Identifier).
In Linux, PID is used to debug a process explicitly. However we cannot do this in a windows environment.
Microsoft has launched a SDK called as Microsoft Operations Management (MOM). This uses the PID to find out which dll�s have been loaded by a process in the memory. This is essentially helpful in situations where the Process which has a memory leak is to be traced to a erring dll. Personally I have never used a PID, our Windows debugger does the things required to find out.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is diff bet ref variable & instance of class
iam confused to choose among testing, .net and java can anybody help me????????
what is the certificates in biztalk?
what are all the ant command options
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
when we use mantis? how learn mantis?
Which design patterns have you used?
what is programmable BIST in today ic design
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
what is the filters in biztakk server? where it can use?
what are the 3 forms of a prolog term
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
why not instantiating servet using new operator?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?