Results 1 to 2 of 2
hi,
can anyone please tell me the difference between wait_f, wait4 and schedule, which we find under the column WCHAN when we enter the command ps -l?...
- 08-20-2008 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 27
process status information(wait_f,wait4,schedule)
hi,
can anyone please tell me the difference between wait_f, wait4 and schedule, which we find under the column WCHAN when we enter the command ps -l?
- 08-20-2008 #2
When I enter this at the bash prompt:
I get (among other output) this:Code:man ps
To go beyond that, you'll have to browse through kernel source, unless there's a kernel guru around here who wishes to step up to the plate.Code:nwchan WCHAN address of the kernel function where the process is sleeping (use wchan if you want the kernel function name). Running tasks will display a dash ('-') in this column. wchan WCHAN name of the kernel function in which the process is sleeping, a "-" if the process is running, or a "*" if the process is multi-threaded and ps is not displaying threads.
Hope this helps.--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote