* [Xenomai-help] Status Codes in /proc/xenomai/sched
@ 2007-06-20 14:18 Axel Beierlein
2007-06-20 14:32 ` Philippe Gerum
0 siblings, 1 reply; 4+ messages in thread
From: Axel Beierlein @ 2007-06-20 14:18 UTC (permalink / raw)
To: Xenomai-help@domain.hid
Hello,
Where can i find the meaning of the status code at the column STAT
in /proc/xenomai/sched ? I am a little bit confused of the Status UX.
Thanks in Advance
Axel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-help] Status Codes in /proc/xenomai/sched
2007-06-20 14:18 [Xenomai-help] Status Codes in /proc/xenomai/sched Axel Beierlein
@ 2007-06-20 14:32 ` Philippe Gerum
2007-06-20 14:48 ` Jan Kiszka
0 siblings, 1 reply; 4+ messages in thread
From: Philippe Gerum @ 2007-06-20 14:32 UTC (permalink / raw)
To: Axel Beierlein; +Cc: Xenomai-help@domain.hid
On Wed, 2007-06-20 at 16:18 +0200, Axel Beierlein wrote:
> Hello,
>
> Where can i find the meaning of the status code at the column STAT
> in /proc/xenomai/sched ? I am a little bit confused of the Status UX.
>
include/nucleus/thread.h for now, until this eventually gets more
formally documented:
'S' -> Forcibly suspended.
'w'/'W' -> Waiting for a resource, with or without timeout.
'D' -> Delayed (without any other wait condition).
'R' -> Runnable.
'U' -> Unstarted or dormant.
'X' -> Relaxed shadow.
'H' -> Held thread.
'b' -> Priority boost undergoing.
'T' -> Ptraced and stopped.
'l' -> Locks scheduler.
'r' -> Undergoes round-robin.
's' -> Interrupt shield enabled.
't' -> Mode switches trapped.
'o' -> Priority coupling off.
'f' -> FPU enabled (for kernel threads).
> Thanks in Advance
>
> Axel
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
--
Philippe.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-help] Status Codes in /proc/xenomai/sched
2007-06-20 14:32 ` Philippe Gerum
@ 2007-06-20 14:48 ` Jan Kiszka
2007-06-20 22:16 ` Bruno Rouchouse
0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2007-06-20 14:48 UTC (permalink / raw)
To: Bruno Rouchouse; +Cc: Xenomai-help@domain.hid
[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]
Philippe Gerum wrote:
> On Wed, 2007-06-20 at 16:18 +0200, Axel Beierlein wrote:
>> Hello,
>>
>> Where can i find the meaning of the status code at the column STAT
>> in /proc/xenomai/sched ? I am a little bit confused of the Status UX.
>>
>
> include/nucleus/thread.h for now, until this eventually gets more
> formally documented:
>
> 'S' -> Forcibly suspended.
> 'w'/'W' -> Waiting for a resource, with or without timeout.
> 'D' -> Delayed (without any other wait condition).
> 'R' -> Runnable.
> 'U' -> Unstarted or dormant.
> 'X' -> Relaxed shadow.
> 'H' -> Held thread.
> 'b' -> Priority boost undergoing.
> 'T' -> Ptraced and stopped.
> 'l' -> Locks scheduler.
> 'r' -> Undergoes round-robin.
> 's' -> Interrupt shield enabled.
> 't' -> Mode switches trapped.
> 'o' -> Priority coupling off.
> 'f' -> FPU enabled (for kernel threads).
>
Well, I thought to remember some related stuff in the wiki. What I find
is /proc/xenomai/stat, and that is broken here:
http://www.xenomai.org/index.php/FAQs ->
http://www.xenomai.org/index.php//proc/xenomai/stat
Bruno, could you have a look if you can recover the content -- and
likely rename it then? Slashes don't appear to be a smart choice in wiki
page names...
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-help] Status Codes in /proc/xenomai/sched
2007-06-20 14:48 ` Jan Kiszka
@ 2007-06-20 22:16 ` Bruno Rouchouse
0 siblings, 0 replies; 4+ messages in thread
From: Bruno Rouchouse @ 2007-06-20 22:16 UTC (permalink / raw)
To: Jan Kiszka; +Cc: Xenomai-help@domain.hid
[-- Attachment #1: Type: text/plain, Size: 1583 bytes --]
2007/6/20, Jan Kiszka <jan.kiszka@domain.hid>:
>
> Philippe Gerum wrote:
> > On Wed, 2007-06-20 at 16:18 +0200, Axel Beierlein wrote:
> >> Hello,
> >>
> >> Where can i find the meaning of the status code at the column STAT
> >> in /proc/xenomai/sched ? I am a little bit confused of the Status UX.
> >>
> >
> > include/nucleus/thread.h for now, until this eventually gets more
> > formally documented:
> >
> > 'S' -> Forcibly suspended.
> > 'w'/'W' -> Waiting for a resource, with or without timeout.
> > 'D' -> Delayed (without any other wait condition).
> > 'R' -> Runnable.
> > 'U' -> Unstarted or dormant.
> > 'X' -> Relaxed shadow.
> > 'H' -> Held thread.
> > 'b' -> Priority boost undergoing.
> > 'T' -> Ptraced and stopped.
> > 'l' -> Locks scheduler.
> > 'r' -> Undergoes round-robin.
> > 's' -> Interrupt shield enabled.
> > 't' -> Mode switches trapped.
> > 'o' -> Priority coupling off.
> > 'f' -> FPU enabled (for kernel threads).
> >
>
> Well, I thought to remember some related stuff in the wiki. What I find
> is /proc/xenomai/stat, and that is broken here:
>
> http://www.xenomai.org/index.php/FAQs ->
> http://www.xenomai.org/index.php//proc/xenomai/stat
This page looks like it's never been created/edited...
Bruno, could you have a look if you can recover the content -- and
> likely rename it then? Slashes don't appear to be a smart choice in wiki
> page names...
I don't find any content in the database although the entry
/proc/xenomai/stat exist.
I never to do some more research. I keep you informed...
Jan
>
>
>
--Bruno
[-- Attachment #2: Type: text/html, Size: 2752 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-06-20 22:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-20 14:18 [Xenomai-help] Status Codes in /proc/xenomai/sched Axel Beierlein
2007-06-20 14:32 ` Philippe Gerum
2007-06-20 14:48 ` Jan Kiszka
2007-06-20 22:16 ` Bruno Rouchouse
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.