summaryrefslogtreecommitdiff
path: root/systemtap/src
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2018-03-02 12:03:40 +0000
committerPaul Buetow <pbuetow@mimecast.com>2018-03-02 12:03:40 +0000
commit0fecc645618380829406002fddc80b34be56c5f2 (patch)
treec761c63b50cb00991db1097864d3c360dd64702a /systemtap/src
parent56f8cdff9aaa9bf00c5dc9441a7569374f2cbafb (diff)
Increase rlimits before dropping root
Diffstat (limited to 'systemtap/src')
-rw-r--r--systemtap/src/javaioreplay.stp5
-rw-r--r--systemtap/src/targetedioreplay.stp5
2 files changed, 0 insertions, 10 deletions
diff --git a/systemtap/src/javaioreplay.stp b/systemtap/src/javaioreplay.stp
index 9161f9e..4fca0ef 100644
--- a/systemtap/src/javaioreplay.stp
+++ b/systemtap/src/javaioreplay.stp
@@ -588,9 +588,4 @@ probe timer.s(3600) {
exit();
}
-# Stop probing after 1h (for safety)
-probe timer.s(13) {
- exit();
-}
-
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
diff --git a/systemtap/src/targetedioreplay.stp b/systemtap/src/targetedioreplay.stp
index aedee28..139a89b 100644
--- a/systemtap/src/targetedioreplay.stp
+++ b/systemtap/src/targetedioreplay.stp
@@ -588,9 +588,4 @@ probe timer.s(3600) {
exit();
}
-# Stop probing after 1h (for safety)
-probe timer.s(13) {
- exit();
-}
-
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4