ps {ps}R Documentation

Process table

Description

Data frame with the currently running processes.

Usage

ps(user = NULL, after = NULL, columns = NULL)

Arguments

user

Username, to filter the results to matching processes.

after

Start time (POSIXt), to filter the results to processes that started after this.

columns

Columns to include in the result. If NULL (the default), then a default set of columns are returned, see below. The columns are shown in the same order they are specified in columns, but each column is included at most once. Use "*" to include all possible columns, and prefix a column name with - to remove it.

Details

Columns shown by default, if columns is not given or NULL:

Additional columns that can be requested via columns:

Use "*" in columns to include all columns.

Value

Data frame, see columns below.


[Package ps version 1.9.1 Index]