The start of some scripts to help debug performance issues
[integration.git] / test / tools / clustering / cluster-debugging / transaction-tracking / filter_transactions.py
diff --git a/test/tools/clustering/cluster-debugging/transaction-tracking/filter_transactions.py b/test/tools/clustering/cluster-debugging/transaction-tracking/filter_transactions.py
new file mode 100644 (file)
index 0000000..0bc8ed7
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import process
+import sys
+
+process.filterTransactionsByTimeToComplete(int(sys.argv[1]))