What is a PID? How is it useful when troubleshooting a system?

Answers were Sorted based on User's Feedback



What is a PID? How is it useful when troubleshooting a system?..

Answer / king

PID is 'Process IDentity'. it is basically a number
assigned to each process during run-time and during
troubleshooting the processes which create deadlocks and
other system failures are kiled by actually referring to
their PIDs

Is This Answer Correct ?    12 Yes 2 No

What is a PID? How is it useful when troubleshooting a system?..

Answer / sarma

The process ID provides the ID of a specific instance of the running application so each instance of IE would have a different PID. Once we obtain the PID of the right instance we can attach a debugger like visual studio to the app and debug it correctly. The System.Process provides classes and methods to programmatically stop/start the processes and monitor other process attributes like memory usage etc.

Is This Answer Correct ?    7 Yes 0 No

What is a PID? How is it useful when troubleshooting a system?..

Answer / 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

More Programming Languages AllOther Interview Questions

what are other resources are needed for this mantis?

0 Answers  


write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers

2 Answers  


Why did you ever become involved in QA/testing?

0 Answers  


Who is the Best SAS/Clinical Trainer in Hyderabad

1 Answers  


How to display questions one by one in jsp and I wants to store the answers in my database?

0 Answers  






What are the Advantages of HashMap over Vector?

1 Answers  


merge sort time complexity

6 Answers   BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,


how to convert the data from HTML file to SAS dataset?

0 Answers   Accenture,


what you mean by mantis in IT interview? why we use mantis? advantage of mantis?

1 Answers  


what is the difference between an application and service??? i mean service which runs as in services.msc.

2 Answers  


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

0 Answers   SGT,


i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..

1 Answers   Concentrix,


Categories