Re: [Flent-users] [tohojo/flent] SERIES_META doesn't container required fields (#189)

2019-11-08 Thread Toke Høiland-Jørgensen
Sai Sindhur Malleni  writes:

> Looks like
> https://github.com/tohojo/flent/commit/ff465203dd7de78d87e0d88717068621b8159c28
> has the fix. Since we consume flent from pip in
> https://opendev.org/performa/shaker we don't have this change. @tohojo
> any estimate on when there will be a new pip package?

Hmm, yeah, guess I should make another release with that; will try to
get around to it soonish...


-- 
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/189#issuecomment-551939998___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] SERIES_META doesn't container required fields (#189)

2019-11-08 Thread Sai Sindhur Malleni
Looks like 
https://github.com/tohojo/flent/commit/ff465203dd7de78d87e0d88717068621b8159c28 
has the fix. Since we consume flent from pip in 
https://opendev.org/performa/shaker we don't have this change. @tohojo any 
estimate on when there will be a new pip package?

-- 
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/189#issuecomment-551923436___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


[Flent-users] [tohojo/flent] SERIES_META doesn't container required fields (#189)

2019-11-08 Thread Sai Sindhur Malleni
Running flent as in
```
 flent -H 10.0.0.183 -l 60 -s 1 tcp_download
```

In the resulting output, 

SERIES_META doesn't have the required fields
"SERIES_META": {
  "Ping (ms) ICMP": {}, 
  "TCP download": {}
},

Earlier, SERIES_META used to have something like,
"SERIES_META": {\n  "Ping (ms) ICMP": {\n"MAX_VALUE": 4.043, \n 
   "MEAN_VALUE": 1.935, \n"MIN_VALUE": 0.115, \n"UNITS": "ms"\n 
 }, \n  "TCP download": {\n"MEAN_VALUE": 9931.61, \n
"UNITS": "Mbits/s"\n  }\n}

flent version being used is 1.3.0


-- 
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/189___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org