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]

-F mask

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

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

BIT

Value

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 (**)

-SORT

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

Value

Description

SK

TaskID

SI

Pid (default)

SN

Name

SP

Priority

SS

Status

ST

Mean time

S%

Duration percentage

Notes


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

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