[Contents] [Prev] [Next] [Index] [Report an Error]


<process>

Usage

<process-information>
    <process>
        <process-id>process-id</process-id>
        <name>name</name>
        <alias>alias</alias>
        <external-identifier>external-identifier</external-identifier>
        <primary-instance/>
        <login-id>login-id</login-id>
        <start-time>start-time</start-time>
        <parent-process-id>parent-process-id</parent-process-id>
        <process-group-id>process-group-id</process-group-id>
        <command>command</command>
        <command-line-argument-list>...</command-line-argument-list>
        <terminal-device>terminal-device</terminal-device>
        <priority>priority</priority>
        <nice>nice</nice>
        <process-status>process-status</process-status>
        <process-flags>...</process-flags>
        <sleep-information>...</sleep-information>
        <resource-usage>...</resource-usage>
        <memory-statistics>...</memory-statistics>
    </process>
</process-information>

Description

Information about a running process.

Contents

<alias>—Process short name.

<command>—Command being executed.

<command-line-argument-list>—List of arguments that were passed to the command.

<external-identifier>—Process external identifier.

<login-id>—Effective login ID for the process.

<memory-statistics>—Memory usage statistics for the process.

<name>—Process formal name.

<nice>—Niceness value applied to the process priority.

<parent-process-id>—Parent process identifier.

<primary-instance>—Process is JUNOS process primary instance.

<priority>—Priority of the process.

<process-flags>—Process flags.

<process-group-id>—Process group identifier.

<process-id>—Process identifier.

<process-status>—Run status of the process.

<resource-usage>—Resource usage statistics for the process.

<sleep-information>—No documentation is available yet.

<start-time>—UTC time when the process started, in seconds.

<terminal-device>—Terminal device associated with the process.


[Contents] [Prev] [Next] [Index] [Report an Error]