{
    "content": [
        {
            "type": "text",
            "text": "# SNMPPS (man)\n\n## NAME\n\nsnmpps - display process table on a network entity via SNMP\n\n## SYNOPSIS\n\nsnmpps [COMMON OPTIONS] [-Cp] [-Ca] [-C n | m | t ] AGENT\nsnmptop [COMMON OPTIONS] [-Cp] [-Ca] [-C n | m | t ] AGENT\n\n## DESCRIPTION\n\nsnmpps  is  a networked version of a simple ps command. It checks the processes on the remote\nmachine by examining the HOST-RESOURCES-MIB's hrSWRunTable and the hrSWRunPerfTable.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (5 subsections)\n- **EXAMPLES**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "SNMPPS",
        "section": "",
        "mode": "man",
        "summary": "snmpps - display process table on a network entity via SNMP",
        "synopsis": "snmpps [COMMON OPTIONS] [-Cp] [-Ca] [-C n | m | t ] AGENT\nsnmptop [COMMON OPTIONS] [-Cp] [-Ca] [-C n | m | t ] AGENT",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [
            "% snmpps -v 2c -c public localhost",
            "Index Type Status     Memory         CPU Command",
            "1 Appl   Wait     1.00MB        1.29 init",
            "554 Appl   Wait   364.00kB        0.03 udevd",
            "1813 Appl    Run     6.73MB        0.41 snmpd",
            "1833 Appl   Wait     1.27MB        3.49 rsyslogd",
            "1871 Appl   Wait   496.00kB       47.92 irqbalance",
            "1890 Appl   Wait   648.00kB        0.62 rpcbind",
            "2121 Appl   Wait     1.89MB        0.00 bash",
            "2150 Appl   Wait     3.49MB        0.16 vim",
            "2185 Appl   Wait   556.00kB        0.00 sleep"
        ],
        "see_also": [
            {
                "name": "snmpcmd",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/snmpcmd/1/json"
            },
            {
                "name": "snmp.conf",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/snmp.conf/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 4,
                "subsections": [
                    {
                        "name": "-Cp",
                        "lines": 1
                    },
                    {
                        "name": "-Ca",
                        "lines": 1
                    },
                    {
                        "name": "-Ct",
                        "lines": 1
                    },
                    {
                        "name": "-Cm",
                        "lines": 1
                    },
                    {
                        "name": "-Cn",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "EXAMPLES",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "snmpps - display process table on a network entity via SNMP\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "snmpps [COMMON OPTIONS] [-Cp] [-Ca] [-C n | m | t ] AGENT\n\nsnmptop [COMMON OPTIONS] [-Cp] [-Ca] [-C n | m | t ] AGENT\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "snmpps  is  a networked version of a simple ps command. It checks the processes on the remote\nmachine by examining the HOST-RESOURCES-MIB's hrSWRunTable and the hrSWRunPerfTable.\n\nAGENT identifies a target SNMP agent, which is instrumented to monitor the given objects.  At\nits simplest, the AGENT specification will consist of a hostname or an IPv4 address.  In this\nsituation, the command will attempt communication with the agent, using UDP/IPv4 to port  161\nof the given target host. See the snmpcmd(1) manual page for a full list of the possible for‐\nmats for AGENT.\n\nsnmptop emulates the top command using SNMP. While running, the keyboard inputs of 'c',  'n',\n'm',  't'  switches  sorting  between cpu, pid, memory, or total runtime.  Typing 'i' toggles\nhiding idle processes, while 'o' toggles hiding Os processes.  Typing 'a' toggles display  of\nhrSWRunParameters, 'p' toggles display of hrSWRunPath.\n\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "COMMON OPTIONS\nPlease  see  snmpcmd(1)  for  a list of possible values for COMMON OPTIONS as well as\ntheir descriptions.\n",
                "subsections": [
                    {
                        "name": "-Cp",
                        "content": ""
                    },
                    {
                        "name": "-Ca",
                        "content": ""
                    },
                    {
                        "name": "-Ct",
                        "content": ""
                    },
                    {
                        "name": "-Cm",
                        "content": ""
                    },
                    {
                        "name": "-Cn",
                        "content": ""
                    }
                ]
            },
            "EXAMPLES": {
                "content": "% snmpps -v 2c -c public localhost\n\nIndex Type Status     Memory         CPU Command\n1 Appl   Wait     1.00MB        1.29 init\n554 Appl   Wait   364.00kB        0.03 udevd\n1813 Appl    Run     6.73MB        0.41 snmpd\n1833 Appl   Wait     1.27MB        3.49 rsyslogd\n1871 Appl   Wait   496.00kB       47.92 irqbalance\n1890 Appl   Wait   648.00kB        0.62 rpcbind\n2121 Appl   Wait     1.89MB        0.00 bash\n2150 Appl   Wait     3.49MB        0.16 vim\n2185 Appl   Wait   556.00kB        0.00 sleep\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "snmpcmd(1), snmp.conf(5)\n\n\n\nV5.9.1                                       04 Nov 2013                                   SNMPPS(1)",
                "subsections": []
            }
        }
    }
}