{
    "content": [
        {
            "type": "text",
            "text": "# prtstat (man)\n\n## NAME\n\nprtstat - print statistics of a process\n\n## SYNOPSIS\n\nprtstat [-r|--raw] pid\nprtstat -V|--version\n\n## DESCRIPTION\n\nprtstat  prints  the  statistics  of  the specified process.  This information comes from the\n/proc/pid/stat file.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **FILES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "prtstat",
        "section": "",
        "mode": "man",
        "summary": "prtstat - print statistics of a process",
        "synopsis": "prtstat [-r|--raw] pid\nprtstat -V|--version",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-r --raw",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--raw"
                    },
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "FILES",
                "lines": 6,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}