answersLogoWhite

0


Best Answer

PID stands for Process Identifier, a uniquely assigned integer that identifies a process in the operating system. In any system, applications use PID to identify the process uniquely. Also, it is used in diagnosing the problems with the process in Multi-Tasking systems.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

PID - Process Identifier.

It is a unique id assigned to process in Multi Process environment

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a PID and how is it useful when troubleshooting a system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the proportional integral and derivative control system response?

The proportional integral and derivative control system or PID control system consists of proportionsl, derivative and integral elements which gives a very efficient process control.


How do you add text to an already existing p tag in JavaScript or PHP?

Consider your HTML <p id="pid">Hello </p> In javascript document.getElementById('pid').innerHTML="world"; Remember "id" are unique on the HTML page hence js will always pick <p> where id=pid.


What is a PID controller?

A proportional-integral-derivative controller(PID controller) is a generic control loop feedback mechanism (controller) widely used in industrial control systems. A PID controller attempts to correct the error between a measured process variable and a desired setpoint by calculating and then outputting a corrective action that can adjust the process accordingly and rapidly, to keep the error minimal.


When troubleshooting the problem scenarios during this lab which troubleshooting technique did you use primarily (top-down bottom-up or divide and conquer)?

Without knowing the problem scenarios it is impossible to know which troubleshooting technique you should have used. We can only answer questions that contain context. However, you are specifically being asked about which troubleshooting technique you personally used, not what technique you should have used, thus only you can actually answer the question. As such, this question adds no value.


How do you debug a program that is already running?

Assuming that you have written a program named abc.c and created executable abc. Steps: 1. run your program from command line ./abc 3. get the PID processid of the program from PS aux | grep abc 3. start the gdb from command line 4. type following command on GDB prompt (gdb) attach PID where PID = your program's processid got from step 1.

Related questions

Why are PID numbers useful when you run processes in the backround?

Process ID numbers are useful for terminating and locating process names without it. It would be almost impossible for the operating system and the user to be able to terminate or control processes that are assigned within the kernel.


How would a bootable floppy disk be useful in troubleshooting?

After you make the floppy disc a boot drive (beforehand), you can use it to boot your system when you are unable to boot using your harddrive.


What TCPIP utility was the most useful in your opinion for troubleshooting these problem Why?

TCP IP utility was the most useful when troubleshooting for a few reasons. It contains important information like NetBIOS over TCP IP and there connections.


How long should an IUD last before having pid?

IUDs do not cause PID. There are no health risks from leaving an IUD in place after its useful life, other than possible pregnancy in the case of a hormonal IUD.


Is child's PID and parents' PID identical?

No, every process gets its own PID. Otherwise, all PIDs would be the same, since every process is a child of some other process, all the way back to the init process (PID 1). The fork() system call will return the PID of the child to the parent, and will return 0 to the child. The child can find out its own PID with getpid(), and its parent PID with getppid().


A windows tool useful for troubleshooting problems with windows applications and hardware?

Event Viewer


Linux system date is change strangely?

linux system time is change strangelyevery time i changed my system date as following: #date -s 03/19/2009 #clock -w then , about a few minute later,the date is changed to update always. i don't know what the problem, could you give me help. Note:the ntpd service is stopped. #service --status-all|grep 'is running' atd (pid 4642) is running... crond (pid 4417) is running... cupsd (pid 15164) is running... cups-config-daemon (pid 4675) is running... Device not specified in /etc/sysconfig/diskdump gpm (pid 4375) is running... hald (pid 4686) is running... htt (pid 4406) is running... dbus-daemon-1 (pid 4661) is running... Server address not specified in /etc/sysconfig/netdump rpc.statd (pid 4137) is running... portmap (pid 4117) is running... rpc.idmapd (pid 4170) is running... sshd (pid 16188 10637 4320 3597 3585) is running... syslogd (pid 4087) is running... klogd (pid 4091) is running... Xvnc (pid 4568 4483) is running... xfs (pid 4439) is running...


Why are these numbers useful when you run processes in the background?

When you want to use the kill command, the syntax requires the PID Number.


Brake system troubleshooting?

Please Define problem


Can males get PID?

Males can't get PID.Men won't get PID.


Can someone with pid have a baby?

PID CAN CAUSE BIRTH DEFECTS IM SORRY TO ANYONE WHO HAS PID!!!!!PID CAN CAUSE BIRTH DEFECTS IM SORRY TO ANYONE WHO HAS PID!!!!!


How can you kill a orphaned process with ppid 1 I am not able to kill that with Kill -9 pid options.?

PID 1 on a Unix or Unix-like system is init. You cannot kill init.