Step 1: Move vm scripts to the right place
[integration/test.git] / test / tools / clustering / cluster-debugging / transaction-tracking / filter_transactions.py
1 #!/usr/bin/env python
2
3 import process
4 import sys
5
6 process.filterTransactionsByTimeToComplete(int(sys.argv[1]))