From: Razvan Deaconescu Date: Sat, 14 Aug 2010 09:13:15 +0000 (+0300) Subject: ControlScripts/client/hrk: add sample run comment in parse_hrk.sh X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=bd59d61a980e2136348c7383307c4988540400b5;p=p2p-testing-infrastructure.git ControlScripts/client/hrk: add sample run comment in parse_hrk.sh --- diff --git a/ControlScripts/clients/hrk/parse_hrk.sh b/ControlScripts/clients/hrk/parse_hrk.sh index 3ea99e8..cc24388 100755 --- a/ControlScripts/clients/hrk/parse_hrk.sh +++ b/ControlScripts/clients/hrk/parse_hrk.sh @@ -1,12 +1,15 @@ #!/bin/bash # -# 2010 Razvan Deaconescu, razvan.deaconescu@cs.pub.ro +# 2010, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro # # Bash script used to parse the log file generated by a hrk client # # Script arguments: # * a folder where the log and data files are stored # * the name of a log file in that folder +# +# Sample run: +# ./parse_hrk.sh ../../../Results/samples/ p2p-next-01-101.log if [ ! $# -eq 2 ]; then echo "usage: $0 log-folder log-file"