sin time header info

What does the header information stand for when ‘sin ti’ entered?

IE:

SID PID PROGRAM PRI START TIME UTIME STIME CUTIME
CSTIME
0 1 /boot/sys/Proc32 30f Apr 09 00:02 19.359 6.920
0.680 328
0 2 /boot/sys/Slib32 10r — – --:-- 0.000 0.000 0.000
0.000
0 4 /bin/Fsys 29r — – --:-- 10.599 1.800 0.000
0.000
0 5 /bin/Fsys.eide 22r — – --:-- 20.499 0.070 0.000
0.000
0 8 idle 0r — – --:-- 634203 1.880 0.000
0.000
0 16 //9/bin/Dev32 24f Apr 09 00:03 1.490 0.470 0.000
0.000
0 19 //9/bin/Dev32.ansi 20r Apr 09 00:03 8.249 0.070 0.000
0.000
0 22 //9/bin/Dev32.par 9o Apr 09 00:03 0.020 0.000 0.000
0.000
–…

TIA

Jeffrey OL Jordan <jordanj@rmstarinc.com> wrote:

What does the header information stand for when ‘sin ti’ entered?

From the docs on “sin”:

UTIME
amount of CPU seconds this process has consumed

STIME
amount of CPU seconds the system has consumed on behalf of this process (e.g. Proc)

CUTIME
amount of CPU seconds children of this process have consumed.

CSTIME
amount of CPU seconds the system has consumed on behalf of the children of this process.

-David

IE:

SID PID PROGRAM PRI START TIME UTIME STIME CUTIME
CSTIME
0 1 /boot/sys/Proc32 30f Apr 09 00:02 19.359 6.920
0.680 328
0 2 /boot/sys/Slib32 10r — – --:-- 0.000 0.000 0.000
0.000
0 4 /bin/Fsys 29r — – --:-- 10.599 1.800 0.000
0.000
0 5 /bin/Fsys.eide 22r — – --:-- 20.499 0.070 0.000
0.000
0 8 idle 0r — – --:-- 634203 1.880 0.000
0.000
0 16 //9/bin/Dev32 24f Apr 09 00:03 1.490 0.470 0.000
0.000
0 19 //9/bin/Dev32.ansi 20r Apr 09 00:03 8.249 0.070 0.000
0.000
0 22 //9/bin/Dev32.par 9o Apr 09 00:03 0.020 0.000 0.000
0.000
–…

TIA


QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Thanks, David.

I’m trying to work out how much time/cpu a task is using up. Any advice?



David Gibbs wrote:

Jeffrey OL Jordan <> jordanj@rmstarinc.com> > wrote:
What does the header information stand for when ‘sin ti’ entered?

From the docs on “sin”:

UTIME
amount of CPU seconds this process has consumed

STIME
amount of CPU seconds the system has consumed on behalf of this process (e.g. Proc)

CUTIME
amount of CPU seconds children of this process have consumed.

CSTIME
amount of CPU seconds the system has consumed on behalf of the children of this process.

-David

IE:

SID PID PROGRAM PRI START TIME UTIME STIME CUTIME
CSTIME
0 1 /boot/sys/Proc32 30f Apr 09 00:02 19.359 6.920
0.680 328
0 2 /boot/sys/Slib32 10r — – --:-- 0.000 0.000 0.000
0.000
0 4 /bin/Fsys 29r — – --:-- 10.599 1.800 0.000
0.000
0 5 /bin/Fsys.eide 22r — – --:-- 20.499 0.070 0.000
0.000
0 8 idle 0r — – --:-- 634203 1.880 0.000
0.000
0 16 //9/bin/Dev32 24f Apr 09 00:03 1.490 0.470 0.000
0.000
0 19 //9/bin/Dev32.ansi 20r Apr 09 00:03 8.249 0.070 0.000
0.000
0 22 //9/bin/Dev32.par 9o Apr 09 00:03 0.020 0.000 0.000
0.000
–…

TIA


QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

There used to be a nice doc on QUICS called “The Secrets of Sin”. Is it
still around?

David Gibbs <dagibbs@qnx.com> wrote in message
news:a9i64u$rsk$2@nntp.qnx.com

Jeffrey OL Jordan <> jordanj@rmstarinc.com> > wrote:
What does the header information stand for when ‘sin ti’ entered?

From the docs on “sin”:

UTIME
amount of CPU seconds this process has consumed

STIME
amount of CPU seconds the system has consumed on behalf of this process
(e.g. Proc)

CUTIME
amount of CPU seconds children of this process have consumed.

CSTIME
amount of CPU seconds the system has consumed on behalf of the children of
this process.

-David

IE:

SID PID PROGRAM PRI START TIME UTIME STIME CUTIME
CSTIME
0 1 /boot/sys/Proc32 30f Apr 09 00:02 19.359 6.920
0.680 328
0 2 /boot/sys/Slib32 10r — – --:-- 0.000 0.000 0.000
0.000
0 4 /bin/Fsys 29r — – --:-- 10.599 1.800 0.000
0.000
0 5 /bin/Fsys.eide 22r — – --:-- 20.499 0.070 0.000
0.000
0 8 idle 0r — – --:-- 634203 1.880 0.000
0.000
0 16 //9/bin/Dev32 24f Apr 09 00:03 1.490 0.470 0.000
0.000
0 19 //9/bin/Dev32.ansi 20r Apr 09 00:03 8.249 0.070 0.000
0.000
0 22 //9/bin/Dev32.par 9o Apr 09 00:03 0.020 0.000 0.000
0.000
–…

TIA

\

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Stephen Thomas <slthomas@corpdotolin.com> wrote:

There used to be a nice doc on QUICS called “The Secrets of Sin”. Is it
still around?

No longer needed – everything that was in it has been incorporated into the
official docs.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Thanks for the tips. I’ll check the on-line docs for ‘sin’…



David Gibbs wrote:

Stephen Thomas <> slthomas@corpdotolin.com> > wrote:
There used to be a nice doc on QUICS called “The Secrets of Sin”. Is it
still around?

No longer needed – everything that was in it has been incorporated into the
official docs.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.