)]}'
{
  "log": [
    {
      "commit": "1124a055711c01ad61da8063de47eed9d9acffeb",
      "tree": "c26c1cbc62471ea0ec38e189bdbd63ac400f821c",
      "parents": [
        "8213d7c03990c8134cbe12bb6c7dac32bb7a0c50"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Mon Feb 11 13:35:43 2019 +1100"
      },
      "committer": {
        "name": "Clark Boylan",
        "email": "clark.boylan@gmail.com",
        "time": "Fri Mar 29 11:20:19 2019 -0700"
      },
      "message": "Handle pcp-dstat transition\n\ndstat is Python 2, never going to be updated and effectively\nabandonded.  The replacement is pcp-dstat [1] which is mostly\ncompatible, with a few differences.  As distro start transitioning\n(Fedora has), just drop the unsupported args for now.\n\n[1] https://pcp.io/man/man1/pcp-dstat.1.html\n\nChange-Id: Ibec8a37cb18a14656d97e2096c66bc8b21406068\n"
    },
    {
      "commit": "fc572a5da0cad4f0f6f247abfe835a5948d3aa47",
      "tree": "638a9bb8e44601638995f058e90f06b00475421b",
      "parents": [
        "1f55d38911cec5e597e7b10cc7324804c2ba063f"
      ],
      "author": {
        "name": "melanie witt",
        "email": "melwittt@gmail.com",
        "time": "Tue May 16 23:04:46 2017 +0000"
      },
      "committer": {
        "name": "melanie witt",
        "email": "melwittt@gmail.com",
        "time": "Wed May 17 19:05:56 2017 +0000"
      },
      "message": "Add --tcp option to dstat command for connection stats\n\nThis enables tcp stats (listen, established, syn, time_wait, close) in\ndstat to allow us to get a high-level view of performance changes in\nthe system during gate runs.\n\nChange-Id: Ifbffbed22446e7e6a3b825c18266b63d2f2e7718\n"
    },
    {
      "commit": "f68f6f2e33cd83c6a0a317abf12bd8a26d5504b6",
      "tree": "d51f02b80a256d6c577e5e3247749efc0368a571",
      "parents": [
        "84a37e317002a7ec397728302b847670fde9b5dd"
      ],
      "author": {
        "name": "youri jeong",
        "email": "prises0221@gmail.com",
        "time": "Wed Apr 12 19:23:40 2017 +0900"
      },
      "committer": {
        "name": "youri jeong",
        "email": "prises0221@gmail.com",
        "time": "Wed Apr 12 19:24:14 2017 +0900"
      },
      "message": "fix typo\n\nfix typo for tools/dstat.sh\nretreive must be retrieve\n\nChange-Id: I7a817ec02e7156c886d7d6abb28688bfe2ef5998\n"
    },
    {
      "commit": "6d79ebcae10dddb804856e7838aa391749266ebb",
      "tree": "80f42cae13346c705742e11144d1087ee7e5753c",
      "parents": [
        "5713497aa5819f240050fee05d047c480845a8cd"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Thu Feb 02 10:52:53 2017 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Thu Feb 02 10:52:53 2017 -0500"
      },
      "message": "Add top memory consuming process to dstat output\n\nRight now we under pressure because of increasing memory consumption in\ndsvm jobs. So it\u0027ll be good to see which process is eating the most ram\nat a given time. It may not end up being useful, but it doesn\u0027t hurt to\nat least display just in case.\n\nChange-Id: I096bf4b425db51358240335e41f6238d1ec1bb40\n"
    },
    {
      "commit": "bfdd47c8538260db26ead098cbafa62afb637a60",
      "tree": "d19dd9b55285846df2b7c01e151b3d63d1cd360e",
      "parents": [
        "1adb2e1c119c0862d2661f2492a9352257954c4a"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Sun Dec 20 16:30:36 2015 -0500"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Sun Dec 20 16:30:36 2015 -0500"
      },
      "message": "Enable swap stats in dstat\n\nSwap stats could be useful for trouble-shooting. It is better to\nhave it enabled in dstat.\n\nChange-Id: I44e0735a95cd6ca3def9b04510551df16a1337a4\n"
    },
    {
      "commit": "a83e90b56080d1c86f98e66d146f781c19d150c5",
      "tree": "2bd523cfdf8fbfe3653ae3b2a64e391b1ac6356c",
      "parents": [
        "5751017ae3c9150eac03f03257f45ca2356b8484"
      ],
      "author": {
        "name": "Tim Buckley",
        "email": "timothy.jas.buckley@hp.com",
        "time": "Wed Aug 05 10:25:00 2015 -0600"
      },
      "committer": {
        "name": "Tim Buckley",
        "email": "timothy.jas.buckley@hp.com",
        "time": "Fri Aug 14 09:51:09 2015 -0600"
      },
      "message": "Enable CSV logging output for DStat.\n\nFuture work toward visualization of DevStack and devstack-gate performance\nwould benefit greatly from the availability of machine-parsable DStat output.\nThis patch outputs an additional logfile to $LOGDIR, `dstat-csv.log`, using\nDStat\u0027s built-in CSV logging functionality.\n\nAn additional instance of DStat is started during start_dstat that outputs\nto CSV-formatted text without `--top-cpu-adv` and `-top-io-adv` enabled, as\nthese plugins are currently incompatible with CSV output. To facilitate this,\na new `dstat.sh` script is added to $TOP_DIR/tools/ to act as a daemon to\nmanage the two processes.\n\nChange-Id: I826c94c35b6a109308b4f132c181ff7a1f63bc7b\nDepends-On: I534fb1f9356a7948d2fec0aecc7f275e47362a11\n"
    }
  ]
}
