{
    "mode": "man",
    "parameter": "prtstat",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/prtstat/1/json",
    "generated": "2026-07-05T13:07:45Z",
    "synopsis": "prtstat [-r|--raw] pid\nprtstat -V|--version",
    "sections": {
        "NAME": {
            "content": "prtstat - print statistics of a process\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "prtstat [-r|--raw] pid\nprtstat -V|--version\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "prtstat  prints  the  statistics  of  the specified process.  This information comes from the\n/proc/pid/stat file.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-r --raw",
                    "content": "Print the information in raw format.\n",
                    "flag": "-r",
                    "long": "--raw"
                },
                {
                    "name": "-V --version",
                    "content": "Show the version information for prtstat.\n",
                    "flag": "-V",
                    "long": "--version"
                }
            ]
        },
        "FILES": {
            "content": "/proc/pid/stat\nsource of the information prtstat uses.\n\n\n\npsmisc                                       2020-09-09                                   PRTSTAT(1)",
            "subsections": []
        }
    },
    "summary": "prtstat - print statistics of a process",
    "flags": [
        {
            "flag": "-r",
            "long": "--raw",
            "arg": null,
            "description": "Print the information in raw format."
        },
        {
            "flag": "-V",
            "long": "--version",
            "arg": null,
            "description": "Show the version information for prtstat."
        }
    ],
    "examples": [],
    "see_also": []
}