{
    "content": [
        {
            "type": "text",
            "text": "# socklist (man)\n\n## NAME\n\nsocklist - display list of open sockets\n\n## DESCRIPTION\n\nsocklist is a Perl script that gives you a list of all open sockets, enumerating types, port,\ninode, uid, pid, fd and the program to which it belongs.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **OPTIONS**\n- **FILES** (3 subsections)\n- **BUGS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "socklist",
        "section": "",
        "mode": "man",
        "summary": "socklist - display list of open sockets",
        "synopsis": "",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "procinfo",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/procinfo/8/json"
            },
            {
                "name": "netstat",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/netstat/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "socklist",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 4,
                "subsections": [
                    {
                        "name": "/proc/net/tcp",
                        "lines": 3
                    },
                    {
                        "name": "/proc/net/udp",
                        "lines": 3
                    },
                    {
                        "name": "/proc/net/raw",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "socklist - display list of open sockets\n\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "socklist",
                        "content": ""
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "socklist is a Perl script that gives you a list of all open sockets, enumerating types, port,\ninode, uid, pid, fd and the program to which it belongs.\n\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "None.\n\n",
                "subsections": []
            },
            "FILES": {
                "content": "/proc/*/fd/*\nFile descriptors.\n\n",
                "subsections": [
                    {
                        "name": "/proc/net/tcp",
                        "content": "List of TCP sockets.\n\n"
                    },
                    {
                        "name": "/proc/net/udp",
                        "content": "List of UDP sockets.\n\n"
                    },
                    {
                        "name": "/proc/net/raw",
                        "content": "List of raw sockets.\n\n"
                    }
                ]
            },
            "BUGS": {
                "content": "None as yet.\n\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "procinfo(8), netstat(8).\n\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Larry Doolittle <ldoolitt@jlab.org>\n\n\n\n1st Release                                  1998-02-09                                  SOCKLIST(8)",
                "subsections": []
            }
        }
    }
}