Please enable JavaScript to view this site.

Shows the list of system processes.

NOTE: From RTE 34.24.1, task time acquisition is handled through the TT command.

Syntax

PVIEW [-F mask] [-Ssort] [-H]

-F mask

Indicates the information mask to be displayed. (Optional, default 0x7835).

Each mask bit has an entry associated with it, which will be displayed if it is set to 1:

BIT

mask

Entry

0

0x00000001

TaskId

1

0x00000002

Pid

2

0x00000004

Name

3

0x00000008

Par

4

0x00000010

Status

5

0x00000020

Priority

6

0x00000040

Waiting Event

7

0x00000080

Fired Event

8

0x00000100

Time last waiting event

9

0x00000200

Time last fired event

10

0x00000400

Type

11

0x00000800

Description

12

0x00001000

Min time

13

0x00002000

Max time

14

0x00004000

Mean time

15

0x00008000

Duration %

16

0x00010000

Mean SemD. (*)

17

0x00020000

Semaphore duration % (*)

18

0x00040000

Mean SemD. (*)

19

0x00080000

Semaphore Wait duration (*)

20

0x00100000

Execution time (**)

21

0x00200000

Execution time % (**)

22

0x00400000

Run Counter (***)

-Ssort

Specifies how the processes are to be ordered, available values are:

sort

Description

K

TaskID

I

Pid (default)

N

Name

P

Priority

S

Status

T

Mean time

%

Duration %

E

Exec time

!

Exec time %

-H

Show previous table with mask information. (optional)

Notes


NOTE: (*) valid only for ad hoc compiled versions of RTE.

NOTE: (**) valid only using TT 3 and TT 4.

NOTE: (***) valid for RTE >= 34.31.1.

Example

I display the processes loaded on the control with all available information (-F 0xFFFF) in order of priority (-SP).

ex_pview_2

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC