programm write current process id in file with function getpid() exemple 1100, but wenn command top run, i becomme process id 1101!!!!! why
Asked
Active
Viewed 373 times
1
-
Are you using fork() or similar calls in your program? Can we see your code? – Shrey Jul 05 '10 at 15:48
2 Answers
1
There are other, similar IDs that top
can display, e.g., the thread ID or the process group ID.

Philipp
- 48,066
- 12
- 84
- 109
0
It is not at all possible. Both the getpid function output and the id displayed by top will be same. I hope you are confusing something.
Can you please briefly expain, how you are doing all these ?

thegeek
- 2,388
- 2
- 13
- 10