stackviz/app/js
Masayuki Igawa 9d4255e69e
Fix dstat graph processing
This commit fixes dstat graph processing to draw a graph properly. There
are two problem mainly.

1. Reading header process is not correct
 It looks the dstat output format was changed to remove a row of the
header in the past. However, stackviz was not changed at that time. So,
this commit fixes to deal with it properly.

2. The year in its logs process is not correct.
 With the original process which sets 1900+year after utcParse() call,
it looks one hour difference occurs somehow. So, this commit sets the
year to the date string directly.

Change-Id: I52c321f4bd13475f3be2f1a9fbcd86a6ddd4e4be
2019-05-03 16:44:04 -06:00
..
controllers Add links of openstack-health on Timeline and Test details 2016-06-14 14:44:44 +09:00
directives Fix the misspelling of "register" 2019-01-23 16:56:13 +08:00
filters Use d3 modules to reduce build size 2016-05-28 15:36:34 -06:00
services Add service to summarize different artifact types 2016-04-28 13:14:58 -06:00
util Fix dstat graph processing 2019-05-03 16:44:04 -06:00
constants.js Add links of openstack-health on Timeline and Test details 2016-06-14 14:44:44 +09:00
main.js Fix lint errors and update eslint 2016-02-04 13:52:12 -07:00
on_config.js Add console.html summary and viewer 2016-04-29 20:06:31 -06:00
on_run.js Fix lint errors and update eslint 2016-02-04 13:52:12 -07:00