Closed systemcrash closed 3 years ago
So... could something like this be done via the JS functions in SIP call mapping?
Older versions of HOMER used to split the charts - and nobody liked it as with many correlated legs, things were hard to read and figure out and I don't think we should ignore our history of failures so keep that in mind. If we do this, we need to think it through with a proper design goal.
Now, HOMER can't split charts apart just by applying mapping, so this would require U changes and new logic. @mikegoodstadt is redesigning this part specifically over the next weeks and months, so feel free to contribute any ideas you'd like to propose.
NOTE: The elegant way to handle LSR and other RTP/RTCP session parameters is to let the agents do it and send out a type 35 report. Raw RTCP should remain as such or it would impair the original purpose of type 5.
Just thinking out loud:
https://coverflowjs.github.io/coverflow/
Each graph gets its own 'cover' in a flow? Several graphs are all within view and selectable. Might be distracting for those who just want to "get work done". Might help increase positive emotions towards using your product. A bit older and 'rough' feel.
I've followed this guy for ages and he makes good product - some inspiration here, especially transitions:
his showreel has a nice 'horizons' viz https://bl.ocks.org/mbostock/1256572
I like what cubism can do, it seems an ideal candidate for the separate scales for RTCP graphs.
the version 1.3.0 has been released. Please install it and retest it.
Because LSR is no longer selected by default, this is a win. Closing 😄
Currently
heplify-server
accepts RTCP/JSON verbatim. There may be room for improvements there. My concern here is LSR in Homer.It seems there is currently no interpretation of the LSR fields. They are graphed, and other graph data disappear when LSR values are huge. These RTCP originate from endpoints beyond our control.
https://tools.ietf.org/html/rfc3550#page-40
e.g. here where the LSR values approach 4 billion...
Interpreting the value as anything meaningful is not trivial. It doesn't seem to have any direct value or benefit for graphing. LSR has value only as relative to e.g. NTP timestamp.
Perhaps it could be unselected by default? Or get its own graph?
In fact, each of the values
packets
,octets
,highest_seq_no
,mos
,ia_jitter
,lsr
,packets_lost
all have their own scales and magnitudes, and it makes less sense to graph them all on the same graph.Perhaps the QoS tab can have several graphs - one devoted to each value (each with its current check-box to dis/enable)?