You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to figure out how to get the nice looking HTML output out of perftest. The documentation with the examples is quite ok, but I'm kind of stuck nonetheless.
I want to plot a chart with time on the x-axis and send-msg-rate on the y-axis. There should be one graph for each different message size. I was hoping the make use of the series type chart with series-key=minMsgSize, but this results in an error in perf.js as it always seems to expect 2 dimension values in plot_series.
Is there a way to plot the desired chart with perftest? I could probably plot 4 different time charts - one for each msg-size value. But I was hoping to somehow get a combined chart...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to figure out how to get the nice looking HTML output out of perftest. The documentation with the examples is quite ok, but I'm kind of stuck nonetheless.
My test spec currently looks like this
I want to plot a chart with time on the x-axis and
send-msg-rate
on the y-axis. There should be one graph for each different message size. I was hoping the make use of theseries
type chart withseries-key=minMsgSize
, but this results in an error in perf.js as it always seems to expect 2 dimension values inplot_series
.Is there a way to plot the desired chart with perftest? I could probably plot 4 different time charts - one for each msg-size value. But I was hoping to somehow get a combined chart...
Best
Daniel
Beta Was this translation helpful? Give feedback.
All reactions