Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Toke Høiland-Jørgensen
Yay, progress! ;)

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406422670___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
thx! the network behavior I'm looking at itself doesn't make any sense, but at 
least I can plot it now.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406391577___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Toke Høiland-Jørgensen
Closed #144 via 27498cd7f10f765f55bc51971b3125ac0c454db0.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#event-1743371469___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
the *weird* thing I'm actually trying to look at is that it takes 10sec for the 
impact of the 10 new flows to truly hit, then all the other flows come back 
hard, then 10 sec later, we achieve balance. I've been lying down on the job by 
not thoroughly auditing the last 6 months worth of AQM changes...

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406389940___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Toke Høiland-Jørgensen
Nope; what you're seeing is actually an improvement; it is now partially 
applying the absolute-time parameter, instead of not applying it at all ;)

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406389073___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
and ok, I got around to installing pyqt5 and it does the same thing. Older 
matplotlib?

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406387756___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
d@dancer:~/ne
![fortoke](https://user-images.githubusercontent.com/108682/42965417-c9dfa524-8b4e-11e8-8cc3-ffea1c1cd26e.png)
m$ flent-gui --absolute-time *500*.gz
Started Flent 1.2.2-git-09e66b3 using Python 3.5.2.
WARNING: Falling back to Qt4 for the GUI. Please consider installing PyQt5.

Initialised matplotlib v1.5.1 on numpy v1.11.0.
GUI loaded. Running on PyQt v4.11.4.


-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406387376___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Toke Høiland-Jørgensen
Dave Täht  writes:

> i pulled. that fix breaks those plots completely in the general case.

Whaddyamean breaks plots completely? Looks fine on my machine...

-Toke


-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406386095___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
(I have no idea how you are holding cake, iproute2, and flent all in your head)

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406384877___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
Reopened #144.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#event-1743330633___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht

i pulled. that fix breaks those plots completely in the general case.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406384387___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Toke Høiland-Jørgensen
Closed #144 via a1ba52e83b29ac6e55bce91e331feccd2e360878.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#event-1743324720___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Toke Høiland-Jørgensen
Hmm, turns out there was a bug in the absolute_time handling :)

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406383184___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
[tcp_nup-2018-07-19T114126.321412.500mbit-spaceheater-dancer-offset-20sec-ethernet.flent.gz](https://github.com/tohojo/flent/files/2211294/tcp_nup-2018-07-19T114126.321412.500mbit-spaceheater-dancer-offset-20sec-ethernet.flent.gz)
[tcp_nup-2018-07-19T114145.590670.500mbit-dancer-spaceheater-offset-20sec-ethernet.flent.gz](https://github.com/tohojo/flent/files/2211295/tcp_nup-2018-07-19T114145.590670.500mbit-dancer-spaceheater-offset-20sec-ethernet.flent.gz)


-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/144#issuecomment-406378417___
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org


Re: [Flent-users] [tohojo/flent] Combine plots to actual timestamp-series (#144)

2018-07-19 Thread Dave Täht
yes.


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