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


<resource-usage>

Usage

<process>
    <resource-usage>
        <cpu-load>cpu-load</cpu-load>
        <user-time>user-time</user-time>
        <system-time>system-time</system-time>
        <maximum-resident-set>maximum-resident-set</maximum-resident-set>
        <page-reclaims>page-reclaims</page-reclaims>
        <page-faults>page-faults</page-faults>
        <swaps>swaps</swaps>
        <block-input-operation>block-input-operation</block-input-operation>
        <block-output-operation>block-output-operation</block-output-operation>
        <messages-sent>messages-sent</messages-sent>
        <messages-received>messages-received</messages-received>
        <signals>signals</signals>
        <voluntary-context-switch>voluntary-context-switch</voluntary-context-switch>
        <involuntary-context-switch>involuntary-context-switch
                                    </involuntary-context-switch>
    </resource-usage>
</process>

Description

Resource usage statistics for the process.

Contents

<block-input-operation>—Block input operations by the process.

<block-output-operation>—Block output operations by the process.

<cpu-load>—Percentage of CPU time used by this process.

<involuntary-context-switch>—Involuntary context switches for the process.

<maximum-resident-set>—Maximum resident set size for the process.

<messages-received>—Messages received by the process.

<messages-sent>—Messages sent by the process.

<page-faults>—Page faults incurred by the process.

<page-reclaims>—Page reclaims by the process.

<signals>—Signals received by the process.

<swaps>—Number of process swaps for the process.

<system-time>—System CPU time for the process.

<user-time>—User CPU time for the process.

<voluntary-context-switch>—Voluntary context switches for the process.


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