{
    "content": [
        {
            "type": "text",
            "text": "# RRDLASTUPDATE (man)\n\n## NAME\n\nrrdlastupdate - Return the most recent update to an RRD\n\n## SYNOPSIS\n\nrrdtool lastupdate filename [--daemon|-d address]\n\n## DESCRIPTION\n\nThe lastupdate function returns the UNIX timestamp and the value stored for each datum in the\nmost recent update of an RRD.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **ENVIRONMENT VARIABLES**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "RRDLASTUPDATE",
        "section": "",
        "mode": "man",
        "summary": "rrdlastupdate - Return the most recent update to an RRD",
        "synopsis": "rrdtool lastupdate filename [--daemon|-d address]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "ENVIRONMENT VARIABLES",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "rrdlastupdate - Return the most recent update to an RRD\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "rrdtool lastupdate filename [--daemon|-d address]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The lastupdate function returns the UNIX timestamp and the value stored for each datum in the\nmost recent update of an RRD.\n\nfilename\nThe name of the RRD that contains the data.\n\n--daemon|-d address\nAddress of the rrdcached daemon. If specified, a \"flush\" command is sent to the\nserver before reading the RRD files. This allows rrdtool to return fresh data even if\nthe daemon is configured to cache values for a long time.  For a list of accepted\nformats, see the -l option in the rrdcached manual.\n\nrrdtool lastupdate --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd\n",
                "subsections": []
            },
            "ENVIRONMENT VARIABLES": {
                "content": "The following environment variables may be used to change the behavior of\n\"rrdtool lastupdate\":\n\nRRDCACHEDADDRESS\nIf this environment variable is set it will have the same effect as specifying the\n\"--daemon\" option on the command line. If both are present, the command line argument\ntakes precedence.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Andy Riebs <andy.riebs@hp.com>\n\n\n\n1.7.2                                        2022-03-17                             RRDLASTUPDATE(1)",
                "subsections": []
            }
        }
    }
}