{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2819 of commit fc7d1233ac60add3a15682a3711d4902b8466e6b, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2819/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "fc7d1233ac60add3a15682a3711d4902b8466e6b"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/ErwanAliasr1/bcc.git"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : "yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : "@yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "2819"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "evelu-dirtop"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "evelu-dirtop"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "erwanaliasr1@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "ErwanAliasr1"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@ErwanAliasr1"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2819 of commit fc7d1233ac60add3a15682a3711d4902b8466e6b, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "tools/dirtop: Adding dirtop utility"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2819"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "This tools is about reporting IOs per directory.\\r\\nThat's a clone of filetop but works in a different way :\\r\\n- user specify a glob to select a list of directories to watch\\r\\n- dirtop extracts the inode_id of the selected directories\\r\\n- the bpf program receives the list of top directories to consider\\r\\n- when vfs_{read|write} occurs, the bpf program check\\r\\n  if one of the parents is part of the list we search for\\r\\n- if it matches, the io is accounted\\r\\n\\r\\nOn the python side, the program will reconcilate IOs per directory and print stats.\\r\\n\\r\\nWhile filetop list the programs and filename, dirtop only list the directory name.\\r\\n\\r\\nA typical usages looks like :\\r\\n\\r\\n\u0009[root@host]: dirtop.py -d '/hdfs/uuid/*/yarn'\\r\\n\u000913:53:09 loadavg: 51.64 43.66 39.18 36/3019 38944\\r\\n\\r\\n\u0009PATH                                                         READS                 WRITES                R_Kb                  W_Kb\\r\\n\u0009/hdfs/uuid/8138a53b-b942-44d3-82df-51575f1a3901/yarn         24927                 135                   322030                17\\r\\n\u0009/hdfs/uuid/4a833770-767e-43b3-b696-dc98901bce26/yarn         18701                 51874                 241378                9517\\r\\n\u0009/hdfs/uuid/a78f846a-58c4-4d10-a9f5-42f16a6134a0/yarn         22363                 12851                 260490                155\\r\\n\u0009/hdfs/uuid/b3b2a2ed-f6c1-4641-86bf-2989dd932411/yarn         18942                 0                     238478                0\\r\\n\u0009/hdfs/uuid/fada8004-53ff-48df-9396-165d8e42925b/yarn         17230                 8419                  220748                6707\\r\\n\u0009/hdfs/uuid/0cc3683f-4800-4c73-8075-8d77dc7cf116/yarn         19010                 23783                 214138                294\\r\\n\u0009/hdfs/uuid/7d512fe7-b20d-464c-a75a-dbf8b687ee1c/yarn         12010                 0                     150395                0\\r\\n\u0009/hdfs/uuid/2c6a7223-cb18-4916-a1b6-8cd02bda1d31/yarn         7416                  246                   76223                 6370\\r\\n\u0009/hdfs/uuid/bf829d08-1455-45b8-81fa-05c3303e8c45/yarn         4058                  6725                  15769                 64770\\r\\n\u0009/hdfs/uuid/c11da291-28de-4a77-873e-44bb452d238b/yarn         3292                  16251                 18663                 55286\\r\\n\u0009/hdfs/uuid/76dc0b77-e2fd-4476-818f-2b5c3c452396/yarn         1270                  25255                 35                    46929\\r\\n\u0009/hdfs/uuid/99c178d5-a209-4af2-8467-7382c7f03c1b/yarn         3848                  16221                 43483                 15952\\r\\n\u0009/hdfs/uuid/b94cbf3f-76b1-4ced-9043-02d450b9887c/yarn         1125                  13479                 4402                  181\\r\\n\u0009/hdfs/uuid/250b21c8-1714-45fe-8c08-d45d0271c6bd/yarn         788                   33262                 30                    430\\r\\n\u0009/hdfs/uuid/d04fccd8-bc72-4ed9-bda4-c5b6893f1405/yarn         290                   1150                  2                     203\\r\\n\\r\\nSigned-off-by: Erwan Velu <e.velu@criteo.com>"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "[buildbot, test this please]"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbGhRepository",
          "value" : "iovisor/bcc"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCredentialsId",
          "value" : "6d3daf13-69b8-48b1-9c8f-ec5353264113"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"tools/dirtop: Adding dirtop utility\" href=\"https://github.com/iovisor/bcc/pull/2819\">PR #2819</a>: tools/dirtop: Adding dirtop...",
  "displayName" : "#395",
  "duration" : 1389728,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #395",
  "id" : "395",
  "keepLog" : False,
  "number" : 395,
  "queueId" : 3175,
  "result" : "SUCCESS",
  "timestamp" : 1584140115107,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/395/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/395/"
    },
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/395/"
    },
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/395/"
    },
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/395/"
    },
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/395/"
    },
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/395/"
    },
    {
      "number" : 395,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/395/"
    }
  ]
}