{
    "content": [
        {
            "type": "text",
            "text": "# socklist(8) (man)\n\n**Summary:** socklist - display list of open sockets\n\n## See Also\n\n- procinfo(8)\n- netstat(8)\n\n## Section Outline\n\n- **NAME** (3 lines)\n- **SYNOPSIS** (1 lines) — 1 subsections\n  - socklist (1 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (3 lines)\n- **FILES** (4 lines) — 3 subsections\n  - /proc/net/tcp (3 lines)\n  - /proc/net/udp (3 lines)\n  - /proc/net/raw (3 lines)\n- **BUGS** (3 lines)\n- **SEE ALSO** (3 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nsocklist - display list of open sockets\n\n### SYNOPSIS\n\n#### socklist\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### OPTIONS\n\nNone.\n\n### FILES\n\n/proc/*/fd/*\nFile descriptors.\n\n#### /proc/net/tcp\n\nList of TCP sockets.\n\n#### /proc/net/udp\n\nList of UDP sockets.\n\n#### /proc/net/raw\n\nList of raw sockets.\n\n### BUGS\n\nNone as yet.\n\n### SEE ALSO\n\nprocinfo(8), netstat(8).\n\n### AUTHOR\n\nLarry Doolittle <ldoolitt@jlab.org>\n\n\n\n1st Release                                  1998-02-09                                  SOCKLIST(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "socklist",
        "section": "8",
        "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": []
            }
        ]
    }
}