Re: [Flent-users] [tohojo/flent] Couldn't resolve host name' while getting URL list at http://%s/filelist.txt (#137)

2018-06-06 Thread Matthieu Coudron
I would like to send a fixed amount of data (I am more used to iperf) so for instance run 10 times ` iperf -c HOST -n 6MB` and show a cdf of the completion times. I kinda understand the .conf format and came up with my own script: ``` DESCRIPTION="iperf completion delay 6MB" DEFAULTS={'PLOT':

Re: [Flent-users] [tohojo/flent] Couldn't resolve host name' while getting URL list at http://%s/filelist.txt (#137)

2018-06-06 Thread Toke Høiland-Jørgensen
Matthieu Coudron writes: > if I may push my luck, I am discovering flent and wanna use it to plot > cdf of completion transfer time. I couldn't find any test doing it and > am trying to write one. I would rather have it out of tree. > Is this the correct option

Re: [Flent-users] [tohojo/flent] Couldn't resolve host name' while getting URL list at http://%s/filelist.txt (#137)

2018-06-06 Thread Matthieu Coudron
if I may push my luck, I am discovering flent and wanna use it to plot cdf of completion transfer time. I couldn't find any test doing it and am trying to write one. I would rather have it out of tree. Is this the correct option https://flent.org/options.html#cmdoption-b ? -- You are

Re: [Flent-users] [tohojo/flent] Couldn't resolve host name' while getting URL list at http://%s/filelist.txt (#137)

2018-06-06 Thread Toke Høiland-Jørgensen
Closed #137 via 548eb9914bd308adec6c0dc4934dde7c6dab6a7a. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/137#event-1666534066___ Flent-users

Re: [Flent-users] [tohojo/flent] Couldn't resolve host name' while getting URL list at http://%s/filelist.txt (#137)

2018-06-06 Thread Toke Høiland-Jørgensen
Matthieu Coudron writes: > I wonder if there isn't an error at > https://github.com/tohojo/flent/blob/710f9f253944668b3d4200e1e3aa90cecba954db/flent/runners.py#L1251 > like it should be > ``` > or "http://{}/filelist.txt".format(self.settings.HOST)) > ``` Yup, you are