]> arthur.barton.de Git - netdata.git/log
netdata.git
8 years agoadded support for empty charts; now the javascript tracks colors per dimension to...
Costa Tsaousis (ktsaou) [Wed, 16 Dec 2015 02:32:22 +0000 (04:32 +0200)]
added support for empty charts; now the javascript tracks colors per dimension to assign the same color on any instance of the chart; various optimizations; nonzero option is now properly supported

8 years agofixed interrupt names; enabled per core interrupts
Costa Tsaousis (ktsaou) [Tue, 15 Dec 2015 09:52:09 +0000 (11:52 +0200)]
fixed interrupt names; enabled per core interrupts

8 years agofix for very long affix
Costa Tsaousis (ktsaou) [Tue, 15 Dec 2015 01:39:47 +0000 (03:39 +0200)]
fix for very long affix

8 years agofirst operational new dashboard
Costa Tsaousis (ktsaou) [Tue, 15 Dec 2015 01:19:38 +0000 (03:19 +0200)]
first operational new dashboard

8 years agodashboard now supports destroying not visible charts
Costa Tsaousis (ktsaou) [Mon, 14 Dec 2015 12:28:23 +0000 (14:28 +0200)]
dashboard now supports destroying not visible charts

8 years agofix install for css and fonts
Costa Tsaousis (ktsaou) [Mon, 14 Dec 2015 08:29:02 +0000 (10:29 +0200)]
fix install for css and fonts

8 years agominor fixes; the new dashboard menu is still in progress
Costa Tsaousis (ktsaou) [Mon, 14 Dec 2015 08:21:32 +0000 (10:21 +0200)]
minor fixes; the new dashboard menu is still in progress

8 years agofurther optimizations; in the progress of adding a menu to the new dashboard;
Costa Tsaousis (ktsaou) [Sun, 13 Dec 2015 21:19:34 +0000 (23:19 +0200)]
further optimizations; in the progress of adding a menu to the new dashboard;

8 years agomore optimizations; a working example of a full dashboard
Costa Tsaousis (ktsaou) [Sun, 13 Dec 2015 18:19:56 +0000 (20:19 +0200)]
more optimizations; a working example of a full dashboard

8 years agoadded bootstrap; fixed performance issues with several hundred of charts on the same...
Costa Tsaousis (ktsaou) [Sun, 13 Dec 2015 04:01:36 +0000 (06:01 +0200)]
added bootstrap; fixed performance issues with several hundred of charts on the same page

8 years agonanoscroller is now used; compatibility fixes for IE 9
Costa Tsaousis (ktsaou) [Sat, 12 Dec 2015 15:17:17 +0000 (17:17 +0200)]
nanoscroller is now used; compatibility fixes for IE 9

8 years agomade all charts update the legend on chart update; added easy-pie-chart (not active...
Costa Tsaousis (ktsaou) [Sat, 12 Dec 2015 13:13:23 +0000 (15:13 +0200)]
made all charts update the legend on chart update; added easy-pie-chart (not active yet); fixed javascript == to ===; added nanoscroller (not active yet); fixed legend re-generation

8 years agoadded support for parallel ajax queries to netdata
Costa Tsaousis (ktsaou) [Fri, 11 Dec 2015 00:56:09 +0000 (02:56 +0200)]
added support for parallel ajax queries to netdata

8 years agoglobal selection sync moved as a common feature to all charts libraries; converted...
Costa Tsaousis (ktsaou) [Thu, 10 Dec 2015 23:00:07 +0000 (01:00 +0200)]
global selection sync moved as a common feature to all charts libraries; converted the state object to use javascript constructors and prototypes as it should

8 years agolegend now is rendered independently of the charting library; code cleanups
Costa Tsaousis (ktsaou) [Thu, 10 Dec 2015 21:03:29 +0000 (23:03 +0200)]
legend now is rendered independently of the charting library; code cleanups

8 years agoprevent charts refresh when global pan and zoom is active
Costa Tsaousis (ktsaou) [Thu, 10 Dec 2015 11:08:06 +0000 (13:08 +0200)]
prevent charts refresh when global pan and zoom is active

8 years agoupdated to dygraph to github version; added custom legend code, optimized for fastest...
Costa Tsaousis (ktsaou) [Thu, 10 Dec 2015 01:12:54 +0000 (03:12 +0200)]
updated to dygraph to github version; added custom legend code, optimized for fastest performance

8 years agodygraphs now support smooth plotting on line charts; dygraphs can now be rendered...
Costa Tsaousis (ktsaou) [Wed, 9 Dec 2015 01:12:24 +0000 (03:12 +0200)]
dygraphs now support smooth plotting on line charts; dygraphs can now be rendered as sparklines

8 years agomore global pan and zoom fixes to allow rapid sync of charts on double click
Costa Tsaousis (ktsaou) [Tue, 8 Dec 2015 01:23:12 +0000 (03:23 +0200)]
more global pan and zoom fixes to allow rapid sync of charts on double click

8 years agodisabled mirror and debug urls in production
Costa Tsaousis (ktsaou) [Tue, 8 Dec 2015 00:18:28 +0000 (02:18 +0200)]
disabled mirror and debug urls in production

8 years agoadded swagger info about the API
Costa Tsaousis (ktsaou) [Tue, 8 Dec 2015 00:03:40 +0000 (02:03 +0200)]
added swagger info about the API

8 years agoremoved thread unsafe functions
Costa Tsaousis (ktsaou) [Mon, 7 Dec 2015 22:10:17 +0000 (00:10 +0200)]
removed thread unsafe functions

8 years agoreplaced charts that exist only on my machine
Costa Tsaousis (ktsaou) [Mon, 7 Dec 2015 21:27:38 +0000 (23:27 +0200)]
replaced charts that exist only on my machine

8 years agostress test for netdata server
Costa Tsaousis (ktsaou) [Mon, 7 Dec 2015 21:27:14 +0000 (23:27 +0200)]
stress test for netdata server

8 years agofixed all crashes; empty responses are now formatted properly; fixed exit procedure...
Costa Tsaousis (ktsaou) [Mon, 7 Dec 2015 20:42:57 +0000 (22:42 +0200)]
fixed all crashes; empty responses are now formatted properly; fixed exit procedure to exit successfully; solved thread unsafety of localtime(); make all .js files cacheable and all .json files not cacheable

8 years agofixed an issue with list synchronization of selection in dygraphs - more aesthetic...
Costa Tsaousis (ktsaou) [Mon, 7 Dec 2015 02:39:10 +0000 (04:39 +0200)]
fixed an issue with list synchronization of selection in dygraphs - more aesthetic changes to dygraphs

8 years agoadded support for resizable and not resizable charts; added support for re-creating...
Costa Tsaousis (ktsaou) [Mon, 7 Dec 2015 01:00:50 +0000 (03:00 +0200)]
added support for resizable and not resizable charts; added support for re-creating charts based on libraries that cause memory leaks on the browsers; more code cleanups;

8 years agocode cleanup and commenting
Costa Tsaousis (ktsaou) [Sun, 6 Dec 2015 20:41:45 +0000 (22:41 +0200)]
code cleanup and commenting

8 years agofixed iteraction between charts
Costa Tsaousis (ktsaou) [Sun, 6 Dec 2015 14:07:35 +0000 (16:07 +0200)]
fixed iteraction between charts

8 years agofixed fygraphs synchronization performance by disabling animations and series highlit...
Costa Tsaousis (ktsaou) [Sun, 6 Dec 2015 06:03:52 +0000 (08:03 +0200)]
fixed fygraphs synchronization performance by disabling animations and series highlit; added css info and css file

8 years agofixed syncronization of dygraphs on zoom-out
Costa Tsaousis (ktsaou) [Sun, 6 Dec 2015 02:21:39 +0000 (04:21 +0200)]
fixed syncronization of dygraphs on zoom-out

8 years agonew dashboard; now charts support pan and zoom; dygraphs are also synchronized
Costa Tsaousis (ktsaou) [Sat, 5 Dec 2015 20:11:26 +0000 (22:11 +0200)]
new dashboard; now charts support pan and zoom; dygraphs are also synchronized

8 years agolog made optional
Costa Tsaousis (ktsaou) [Fri, 4 Dec 2015 09:04:11 +0000 (11:04 +0200)]
log made optional

8 years agodygraph touch interface enabled
Costa Tsaousis (ktsaou) [Fri, 4 Dec 2015 09:03:16 +0000 (11:03 +0200)]
dygraph touch interface enabled

8 years agodygraphs support now panning and zooming
Costa Tsaousis (ktsaou) [Fri, 4 Dec 2015 00:40:52 +0000 (02:40 +0200)]
dygraphs support now panning and zooming

8 years agofixed an issue were the adjusted range to be evaluated was out of bounds
Costa Tsaousis (ktsaou) [Fri, 4 Dec 2015 00:14:02 +0000 (02:14 +0200)]
fixed an issue were the adjusted range to be evaluated was out of bounds

8 years agofixed a bug where charts were giving no data if the whole data range should be evaluated
Costa Tsaousis (ktsaou) [Thu, 3 Dec 2015 07:48:50 +0000 (09:48 +0200)]
fixed a bug where charts were giving no data if the whole data range should be evaluated

8 years agominor options updates
Costa Tsaousis (ktsaou) [Thu, 3 Dec 2015 07:34:59 +0000 (09:34 +0200)]
minor options updates

8 years agoadded jsonwrap api option to allow javascript get information about the result set...
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 22:19:29 +0000 (00:19 +0200)]
added jsonwrap api option to allow javascript get information about the result set that allows it to refresh charts only when it needs to; dashboard is now optimal regarding server resources

8 years agofixed a division by zero; added logging in case out of bounds range is selected
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 12:12:16 +0000 (14:12 +0200)]
fixed a division by zero; added logging in case out of bounds range is selected

8 years agofixed an incomplete calculation that forced a whole db dump if the range given at...
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 09:31:34 +0000 (11:31 +0200)]
fixed an incomplete calculation that forced a whole db dump if the range given at API was accessing data not yet filled

8 years agodisabled debugging
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 08:57:30 +0000 (10:57 +0200)]
disabled debugging

8 years agoadded delayed loading of charting libraries; now chart libraries are loaded only...
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 06:37:41 +0000 (08:37 +0200)]
added delayed loading of charting libraries; now chart libraries are loaded only if and when are needed

8 years agonew resizable dashboard; all charts can now have relative width; more code cleanups
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 00:14:03 +0000 (02:14 +0200)]
new resizable dashboard; all charts can now have relative width; more code cleanups

8 years agomore detailed calculation of points to be returned
Costa Tsaousis (ktsaou) [Wed, 2 Dec 2015 00:13:28 +0000 (02:13 +0200)]
more detailed calculation of points to be returned

8 years agofixed error handling when data failed to be updated
Costa Tsaousis (ktsaou) [Tue, 1 Dec 2015 11:21:36 +0000 (13:21 +0200)]
fixed error handling when data failed to be updated

8 years agoadded support for clean exit
Costa Tsaousis (ktsaou) [Tue, 1 Dec 2015 11:20:56 +0000 (13:20 +0200)]
added support for clean exit

8 years agoincreased versions to prevent using old data files with the new avl structures (lockling)
Costa Tsaousis (ktsaou) [Tue, 1 Dec 2015 11:20:28 +0000 (13:20 +0200)]
increased versions to prevent using old data files with the new avl structures (lockling)

8 years agoadded cleanup on exit
Costa Tsaousis (ktsaou) [Tue, 1 Dec 2015 11:19:36 +0000 (13:19 +0200)]
added cleanup on exit

8 years agominor code cleanups; updated the dashboard to fix inline charts
Costa Tsaousis (ktsaou) [Mon, 30 Nov 2015 23:36:34 +0000 (01:36 +0200)]
minor code cleanups; updated the dashboard to fix inline charts

8 years agofixed an out-of-bounds memory access for datatable annotations
Costa Tsaousis (ktsaou) [Mon, 30 Nov 2015 21:06:21 +0000 (23:06 +0200)]
fixed an out-of-bounds memory access for datatable annotations

8 years agosolved a duplicate memory allocation in the new API
Costa Tsaousis (ktsaou) [Sun, 29 Nov 2015 23:29:43 +0000 (01:29 +0200)]
solved a duplicate memory allocation in the new API

8 years agofixed a memory leak introduced with the new API
Costa Tsaousis (ktsaou) [Sun, 29 Nov 2015 23:22:30 +0000 (01:22 +0200)]
fixed a memory leak introduced with the new API

8 years agoupdated according to #34
Costa Tsaousis (ktsaou) [Sun, 29 Nov 2015 23:06:38 +0000 (01:06 +0200)]
updated according to #34

8 years agoMerge pull request #35 from alonbl/cleanups
Costa Tsaousis [Sun, 29 Nov 2015 23:02:54 +0000 (01:02 +0200)]
Merge pull request #35 from alonbl/cleanups

Cleanups

8 years agocleanup: remove trailing spaces
Alon Bar-Lev [Sun, 29 Nov 2015 22:34:46 +0000 (00:34 +0200)]
cleanup: remove trailing spaces

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
8 years agocleanup: dos2unix
Alon Bar-Lev [Sun, 29 Nov 2015 22:32:36 +0000 (00:32 +0200)]
cleanup: dos2unix

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
8 years agogenerated html elements now get a uuid
Costa Tsaousis (ktsaou) [Sun, 29 Nov 2015 22:28:22 +0000 (00:28 +0200)]
generated html elements now get a uuid

8 years agoadded support for custom dashboards - new API is operational and stable
Costa Tsaousis (ktsaou) [Sun, 29 Nov 2015 20:55:51 +0000 (22:55 +0200)]
added support for custom dashboards - new API is operational and stable

8 years agofirst complete API implementation - it now supports multiple different visualizations
Costa Tsaousis (ktsaou) [Sun, 29 Nov 2015 01:51:19 +0000 (03:51 +0200)]
first complete API implementation - it now supports multiple different visualizations

8 years agoadded option to allow running as a user and serving files owned by another; added...
Costa Tsaousis (ktsaou) [Sat, 28 Nov 2015 13:59:34 +0000 (15:59 +0200)]
added option to allow running as a user and serving files owned by another; added support for serving files in directories within the netdata web dir

8 years agocode cleanup and re-arrangements for better scalability
Costa Tsaousis (ktsaou) [Sat, 28 Nov 2015 04:08:17 +0000 (06:08 +0200)]
code cleanup and re-arrangements for better scalability

8 years agoavl is now threat safe (found a condition where the trees could cause netdata to...
Costa Tsaousis (ktsaou) [Fri, 27 Nov 2015 22:03:41 +0000 (00:03 +0200)]
avl is now threat safe (found a condition where the trees could cause netdata to crash); added a still incomplete version of the new API

8 years agopending values are absolute, not incremental
Costa Tsaousis (ktsaou) [Thu, 26 Nov 2015 13:25:17 +0000 (15:25 +0200)]
pending values are absolute, not incremental

8 years agoimproved accuracy for "per second" calculation - prevent projection of values on...
Costa Tsaousis (ktsaou) [Thu, 26 Nov 2015 08:08:12 +0000 (10:08 +0200)]
improved accuracy for "per second" calculation - prevent projection of values on sub-second collections

8 years agofixed a bug in the incremental calculations where the exact duration (in nanoseconds...
Costa Tsaousis (ktsaou) [Wed, 25 Nov 2015 23:30:57 +0000 (01:30 +0200)]
fixed a bug in the incremental calculations where the exact duration (in nanoseconds) between incremental updates was not taken into account, so the values were always calculated using the pre-agreed update_every duration

8 years agoadded more values
Costa Tsaousis (ktsaou) [Tue, 24 Nov 2015 23:46:50 +0000 (01:46 +0200)]
added more values

8 years agofixed a typo that prevented apps.plugin to evaluate pids above 32768
Costa Tsaousis (ktsaou) [Tue, 24 Nov 2015 21:44:07 +0000 (23:44 +0200)]
fixed a typo that prevented apps.plugin to evaluate pids above 32768

8 years agofix units
Costa Tsaousis (ktsaou) [Mon, 23 Nov 2015 22:45:08 +0000 (00:45 +0200)]
fix units

8 years agoadded grouping every 3,4,90
Costa Tsaousis (ktsaou) [Mon, 23 Nov 2015 19:13:51 +0000 (21:13 +0200)]
added grouping every 3,4,90

8 years agoremove -march=native from compiler
Costa Tsaousis (ktsaou) [Sun, 22 Nov 2015 18:06:11 +0000 (20:06 +0200)]
remove -march=native from compiler

8 years agoadded user control for the details of the charts
Costa Tsaousis (ktsaou) [Sun, 22 Nov 2015 17:55:59 +0000 (19:55 +0200)]
added user control for the details of the charts

8 years agocode cleanup
Costa Tsaousis (ktsaou) [Sun, 22 Nov 2015 12:16:54 +0000 (14:16 +0200)]
code cleanup

8 years agoprevent removing gridlines if time is not specified
Costa Tsaousis (ktsaou) [Sun, 22 Nov 2015 00:02:30 +0000 (02:02 +0200)]
prevent removing gridlines if time is not specified

8 years agoincrease the vieable area in group and main modes
Costa Tsaousis (ktsaou) [Sat, 21 Nov 2015 23:39:41 +0000 (01:39 +0200)]
increase the vieable area in group and main modes

8 years agoallow splines in group mode
Costa Tsaousis (ktsaou) [Sat, 21 Nov 2015 23:26:15 +0000 (01:26 +0200)]
allow splines in group mode

8 years agovarious optimizations; group mode now shows a better view of the charts
Costa Tsaousis (ktsaou) [Sat, 21 Nov 2015 23:19:41 +0000 (01:19 +0200)]
various optimizations; group mode now shows a better view of the charts

8 years ago-disabled debugging flag
Costa Tsaousis (ktsaou) [Sat, 21 Nov 2015 11:34:12 +0000 (13:34 +0200)]
-disabled debugging flag

8 years agocleaner interface and better error control
Costa Tsaousis (ktsaou) [Sat, 21 Nov 2015 00:19:27 +0000 (02:19 +0200)]
cleaner interface and better error control

8 years agomake installer use LC_ALL=C
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:37:22 +0000 (01:37 +0200)]
make installer use LC_ALL=C

8 years agoMerge branch 'master' of github.com:firehol/netdata
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:33:56 +0000 (01:33 +0200)]
Merge branch 'master' of github.com:firehol/netdata

8 years agoadded resource usage and timing for tc plugin and script
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:33:34 +0000 (01:33 +0200)]
added resource usage and timing for tc plugin and script

8 years agomore appropriate log messages
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:32:41 +0000 (01:32 +0200)]
more appropriate log messages

8 years agouse netdata logging facility
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:32:08 +0000 (01:32 +0200)]
use netdata logging facility

8 years agoadded proc plugin rusage chart
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:31:33 +0000 (01:31 +0200)]
added proc plugin rusage chart

8 years agoprevent too frequent loops if div is missing
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:30:48 +0000 (01:30 +0200)]
prevent too frequent loops if div is missing

8 years agoprevent uset values when postqueue is empty
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:30:05 +0000 (01:30 +0200)]
prevent uset values when postqueue is empty

8 years agomore mysql charts
Costa Tsaousis (ktsaou) [Fri, 20 Nov 2015 23:29:25 +0000 (01:29 +0200)]
more mysql charts

8 years agoMerge pull request #33 from alonbl/build
Costa Tsaousis [Fri, 20 Nov 2015 09:28:09 +0000 (11:28 +0200)]
Merge pull request #33 from alonbl/build

build: add remaining files to dist tarball

8 years agobuild: add remaining files to dist tarball
Alon Bar-Lev [Fri, 20 Nov 2015 08:48:27 +0000 (10:48 +0200)]
build: add remaining files to dist tarball

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
8 years agonormalized all charts.d plugins
Costa Tsaousis (ktsaou) [Thu, 19 Nov 2015 23:19:29 +0000 (01:19 +0200)]
normalized all charts.d plugins

8 years agocharts.d.plugin gives a chart per charts.d plugin for its execution time
Costa Tsaousis (ktsaou) [Thu, 19 Nov 2015 20:10:07 +0000 (22:10 +0200)]
charts.d.plugin gives a chart per charts.d plugin for its execution time

8 years agoupdated opensips to prevent reusing variables
Costa Tsaousis (ktsaou) [Thu, 19 Nov 2015 10:11:22 +0000 (12:11 +0200)]
updated opensips to prevent reusing variables

8 years agodisabled charts.d dryrunner
Costa Tsaousis (ktsaou) [Thu, 19 Nov 2015 08:49:44 +0000 (10:49 +0200)]
disabled charts.d dryrunner

8 years agofixed a typo
Costa Tsaousis (ktsaou) [Thu, 19 Nov 2015 00:59:26 +0000 (02:59 +0200)]
fixed a typo

8 years agoadded noreset flag to prevent apps.plugin charts from showing "reset or overflow...
Costa Tsaousis (ktsaou) [Thu, 19 Nov 2015 00:54:13 +0000 (02:54 +0200)]
added noreset flag to prevent apps.plugin charts from showing "reset or overflow"; prevented a spike on incremental charts when starting them

8 years agoadded prefix in multi-chart plugins
Costa Tsaousis (ktsaou) [Wed, 18 Nov 2015 23:30:03 +0000 (01:30 +0200)]
added prefix in multi-chart plugins

8 years agominor fixes; mysql now accepts multiple servers
Costa Tsaousis (ktsaou) [Wed, 18 Nov 2015 23:23:42 +0000 (01:23 +0200)]
minor fixes; mysql now accepts multiple servers

8 years agoupdated documentation
Costa Tsaousis (ktsaou) [Wed, 18 Nov 2015 21:34:58 +0000 (23:34 +0200)]
updated documentation

8 years agoadded documentation; minor adjustments to charts.d collectors
Costa Tsaousis (ktsaou) [Wed, 18 Nov 2015 21:31:14 +0000 (23:31 +0200)]
added documentation; minor adjustments to charts.d collectors