DPDK CI discussions
 help / color / mirror / Atom feed
* [dpdk-ci] Dashboard Graphs
@ 2018-11-20 16:04 Jeremy Plsek
  0 siblings, 0 replies; only message in thread
From: Jeremy Plsek @ 2018-11-20 16:04 UTC (permalink / raw)
  To: ci

Hi all,

Based on the discussion in the meeting today, these are the following
changes we will be making to the graphs:

- Remove right hand side cumulative graphs
- Add units (Mpps delta)
- Add explanation to the graphs (The plot contains the delta points over time)
- Make the titles more readable
- Make sure that members can sign into Grafana and make their own graphs

Most of these items should be done today.

The query for the graphs were also asked for, which is:

select
  UNIX_TIMESTAMP(timestamp) as time_sec,
  difference as value,
  'difference' as value
from results_testrun
  inner join results_tarball on results_testrun.tarball_id = results_tarball.id
  inner join results_testresult on results_testresult.run_id =
results_testrun.id
where
  results_tarball.job_name='Get-Latest-Git-Master'
  and results_testrun.environment_id='7'
  and timestamp is not null;

(The database being used is a duplicate database that only contains
public results, which gets synced once a day.)

Thanks
-- 
Jeremy Plsek
UNH InterOperability Laboratory

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-20 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20 16:04 [dpdk-ci] Dashboard Graphs Jeremy Plsek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).