DPDK CI discussions
 help / color / mirror / Atom feed
From: Jeremy Plsek <jplsek@iol.unh.edu>
To: ci@dpdk.org
Subject: [dpdk-ci] Dashboard Graphs
Date: Tue, 20 Nov 2018 11:04:50 -0500	[thread overview]
Message-ID: <CA+xUZB6HXk_8qK9U-un3BcFyu_z9jxgSB9-vh=HtjaYod3vEHw@mail.gmail.com> (raw)

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

                 reply	other threads:[~2018-11-20 16:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+xUZB6HXk_8qK9U-un3BcFyu_z9jxgSB9-vh=HtjaYod3vEHw@mail.gmail.com' \
    --to=jplsek@iol.unh.edu \
    --cc=ci@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).