X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=README.md;h=be6d4a3589616ec99b5b92d60509b1a2d7217448;hb=5360071ca447954722fa3ed07ae7c6ecf2378c9c;hp=4da336852ed24c5add4ae2c66063c111bd28e8d8;hpb=851bf235c96362279de30843894cf740f7b96521;p=deliverable%2Flttng-analyses.git diff --git a/README.md b/README.md index 4da3368..be6d4a3 100644 --- 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:// ## 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 :