fix: process the latency of the closed FDs as well
[deliverable/lttng-analyses.git] / README.md
index 4da336852ed24c5add4ae2c66063c111bd28e8d8..be6d4a3589616ec99b5b92d60509b1a2d7217448 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ a list of processes (see `--name` parameter).
 ## Requirements
 * LTTng 2.5
 * Babeltrace 1.2 (with python bindings compiled)
-* Python 3.3+
+* Python 3.4+
 
 ## Install on Ubuntu (12.04 and 14.04 at least)
 ```
@@ -54,7 +54,7 @@ lttng create -U net://<remote-host>
 
 ## Run the analysis
 Once you have collected your trace, you can run iotop.py on it. In this
-example, we want to extract all the I/O requests that took more than 100ms to
+example, we want to extract all the I/O requests that took more than 50ms to
 complete and also display the general statistics. The use-case in this example
 is concurrent read and writes in a postgresql database. Here is some extracts
 from the output of the script :
This page took 0.024838 seconds and 5 git commands to generate.