{
    "content": [
        {
            "type": "text",
            "text": "# tload (man)\n\n## NAME\n\ntload - graphic representation of system load average\n\n## SYNOPSIS\n\ntload [options] [tty]\n\n## DESCRIPTION\n\ntload  prints  a graph of the current system load average to the specified tty (or the tty of\nthe tload process if none is specified).\n\n## TLDR\n\n> Show system load average using ASCII art.\n\n- Run tload:\n  `tload`\n- Display a graph with a specific vertical scale (e.g. 10 for a 1:1 scale):\n  `tload {{-s|--scale}} {{value}}`\n- Change the refresh rate for the graph:\n  `tload {{-d|--delay}} {{seconds}}`\n- Display a graph for a specific terminal:\n  `tload {{/dev/tty1}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (4 subsections)\n- **FILES**\n- **SEE ALSO**\n- **BUGS**\n- **AUTHORS**\n- **REPORTING BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "tload",
        "section": "",
        "mode": "man",
        "summary": "tload - graphic representation of system load average",
        "synopsis": "tload [options] [tty]",
        "tldr_summary": "Show system load average using ASCII art.",
        "tldr_examples": [
            {
                "description": "Run tload",
                "command": "tload"
            },
            {
                "description": "Display a graph with a specific vertical scale (e.g. 10 for a 1:1 scale)",
                "command": "tload {{-s|--scale}} {{value}}"
            },
            {
                "description": "Change the refresh rate for the graph",
                "command": "tload {{-d|--delay}} {{seconds}}"
            },
            {
                "description": "Display a graph for a specific terminal",
                "command": "tload {{/dev/tty1}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "-s",
                "long": "--scale",
                "arg": null,
                "description": "The scale option allows a vertical scale to be specified for the display (in charac‐ ters between graph ticks); thus, a smaller value represents a larger scale, and vice versa."
            },
            {
                "flag": "-d",
                "long": "--delay",
                "arg": null,
                "description": "The delay sets the delay between graph updates in seconds."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Display this help text."
            },
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Display version information and exit."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "ps",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ps/1/json"
            },
            {
                "name": "top",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/top/1/json"
            },
            {
                "name": "uptime",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/uptime/1/json"
            },
            {
                "name": "w",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/w/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-s --scale",
                        "lines": 4,
                        "flag": "-s",
                        "long": "--scale"
                    },
                    {
                        "name": "-d --delay",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--delay"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "FILES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "tload - graphic representation of system load average\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "tload [options] [tty]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "tload  prints  a graph of the current system load average to the specified tty (or the tty of\nthe tload process if none is specified).\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-s --scale",
                        "content": "The scale option allows a vertical scale to be specified for the display  (in  charac‐\nters  between  graph ticks); thus, a smaller value represents a larger scale, and vice\nversa.\n",
                        "flag": "-s",
                        "long": "--scale"
                    },
                    {
                        "name": "-d --delay",
                        "content": "The delay sets the delay between graph updates in seconds.\n",
                        "flag": "-d",
                        "long": "--delay"
                    },
                    {
                        "name": "-h --help",
                        "content": "Display this help text.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-V --version",
                        "content": "Display version information and exit.\n",
                        "flag": "-V",
                        "long": "--version"
                    }
                ]
            },
            "FILES": {
                "content": "/proc/loadavg load average information\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ps(1), top(1), uptime(1), w(1)\n",
                "subsections": []
            },
            "BUGS": {
                "content": "The -d delay option sets the time argument for an alarm(2); if -d 0 is specified,  the  alarm\nis set to 0, which will never send the SIGALRM and update the display.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Branko Lankester, David Engel ⟨david@ods.com⟩, and Michael K. Johnson ⟨johnsonm@redhat.com⟩.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Please send bug reports to ⟨procps@freelists.org⟩\n\n\n\nprocps-ng                                    2020-06-04                                     TLOAD(1)",
                "subsections": []
            }
        }
    }
}