index
:
mc2-scripts-and-benchmarks.git
master
rtas20-wip
rtas21-ae
rtas22
rtas22-casestudy
sd-vbs
Benchmarks and execution scripts for testing spatial isolation and SMT interference in MC^2
Joshua J Bakita
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kill.py
blob: acb236ea58c4301dac71a807dbbcafb2b21d0b07 (
plain
) (
blame
)
1
2
3
4
5
import
os with
open
(
"./pids.txt"
,
"r"
)
as
f
:
for
line
in
f
:
os
.
system
(
"sudo kill "
+
line
)