Skip to content

Commit

Permalink
Merge pull request #555 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
add testing of tool-kernel (via turbostat) to the crucible-ci 'one-JS…
  • Loading branch information
k-rister authored Sep 26, 2024
2 parents 2e849ab + 58ad73d commit ada64cc
Show file tree
Hide file tree
Showing 18 changed files with 162 additions and 0 deletions.
9 changes: 9 additions & 0 deletions util/crucible-ci/cyclictest.k8s.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/cyclictest.remotehost.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/cyclictest.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/fio.k8s.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/fio.remotehost.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/fio.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/iperf.k8s.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/iperf.remotehost.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/iperf.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/multi.k8s.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/multi.remotehost.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/multi.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/oslat.k8s.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/oslat.remotehost.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/oslat.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/uperf.k8s.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/uperf.remotehost.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down
9 changes: 9 additions & 0 deletions util/crucible-ci/uperf.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
},
{
"tool": "procstat"
},
{
"tool": "kernel",
"params": [
{
"arg": "subtools",
"val": "turbostat"
}
]
}
],
"tags": {
Expand Down

0 comments on commit ada64cc

Please sign in to comment.