From 28b15f9cc976cd19f1cff5b751aab5a6fea7b1ef Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 6 Aug 2010 11:47:07 +0300 Subject: [PATCH] ConfigFiles: complete pre-post scenario config file --- ConfigFiles/scenario-pre-post.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ConfigFiles/scenario-pre-post.txt b/ConfigFiles/scenario-pre-post.txt index f8eed4f..df18155 100644 --- a/ConfigFiles/scenario-pre-post.txt +++ b/ConfigFiles/scenario-pre-post.txt @@ -5,6 +5,6 @@ # * 89 leechers # * all peers have the same bandwidth # -# Hostname SSHport User RemoteFolder NetInterface Download(Mbps) DownloadBurst(K) Upload(Mbps) UploadBurst(K) TcScript ClientType TorrentFile Periods -p2p-next-01.grid.pub.ro 10122 p2p /home/p2p/george eth0 8 100 8 100 bw_limit_ct.sh hrktorrent_seeder Data.100M.ct.torrent (10,60) (60,100) (120,200) (200,230) (250,600) -p2p-next-01.grid.pub.ro 10322 p2p /home/p2p/george eth0 8 100 8 100 bw_limit_ct.sh hrktorrent_leecher Data.100M.ct.torrent (10,30) (40,70) (80,110) (130,160) (180,250) (300,600) +# Hostname SSHport User RemoteFolder NetInterface Download(Mbps) DownloadBurst(K) Upload(Mbps) UploadBurst(K) PreRunScript PostRunScript ClientType TorrentFile Periods +p2p-next-01.grid.pub.ro 10122 p2p /home/p2p/george eth0 8 100 8 100 pre-run_bw_limit_ct.sh post-run_bw_limit_ct.sh hrktorrent_seeder Data.100M.ct.torrent (10,60) (60,100) (120,200) (200,230) (250,600) +p2p-next-01.grid.pub.ro 10322 p2p /home/p2p/george eth0 8 100 8 100 pre-run_bw_limit_ct.sh post-run_bw_limit_ct.sh hrktorrent_leecher Data.100M.ct.torrent (10,30) (40,70) (80,110) (130,160) (180,250) (300,600) -- 2.20.1