]> arthur.barton.de Git - netdata.git/log
netdata.git
10 years agoremoved test line
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 18:42:52 +0000 (21:42 +0300)]
removed test line

10 years agomkdir log
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 18:41:48 +0000 (21:41 +0300)]
mkdir log

10 years agocleanup
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 17:14:09 +0000 (20:14 +0300)]
cleanup

10 years agosupports for charts.d scripts and plugins.d plugins
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 17:10:38 +0000 (20:10 +0300)]
supports for charts.d scripts and plugins.d plugins

10 years agoNow there are 2 kinds of plugins:
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 17:08:06 +0000 (20:08 +0300)]
Now there are 2 kinds of plugins:

 - plugins.d plugins that are expected to always be in memory and execute
   continiously

 - charts.d scripts that are sourced by the charts.d plugin
   and are all executed together, lowering significantly the resources
   they require (compared to plugins)

10 years agoRenamed charts.d to plugins.d
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 13:59:38 +0000 (16:59 +0300)]
Renamed charts.d to plugins.d
Moved stuff around to accomplish it.

charts.d will remain for simple scripts
plugins.d will get a new thread each

10 years agominor fix
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 12:27:22 +0000 (15:27 +0300)]
minor fix

10 years agonew log file management, now 3 logs are supported: access, error, debug
Costa Tsaousis (ktsaou) [Sat, 3 May 2014 12:09:19 +0000 (15:09 +0300)]
new log file management, now 3 logs are supported: access, error, debug

10 years agore-wrote the popen part, added signal handlers, re-worked the available options for...
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 23:05:56 +0000 (02:05 +0300)]
re-wrote the popen part, added signal handlers, re-worked the available options for charts.d

10 years agocentral childs management
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 15:41:12 +0000 (18:41 +0300)]
central childs management

10 years agoadded enabled switch in charts.d conf files
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 14:02:04 +0000 (17:02 +0300)]
added enabled switch in charts.d conf files

10 years agomore fixes related to charts.d
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 13:54:28 +0000 (16:54 +0300)]
more fixes related to charts.d

10 years agofixes
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 09:33:25 +0000 (12:33 +0300)]
fixes

10 years agofixed -charts.sh suffix parsing
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 08:53:55 +0000 (11:53 +0300)]
fixed -charts.sh suffix parsing

10 years agoremoved tc-all.sh
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 08:42:17 +0000 (11:42 +0300)]
removed tc-all.sh

10 years agomoved to charts.d
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 08:39:34 +0000 (11:39 +0300)]
moved to charts.d

10 years agomoved tc-all.sh to charts.d/
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 08:39:06 +0000 (11:39 +0300)]
moved tc-all.sh to charts.d/

10 years agomore documentation about charts.d
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 08:23:20 +0000 (11:23 +0300)]
more documentation about charts.d

10 years agominor fix
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 07:08:24 +0000 (10:08 +0300)]
minor fix

10 years agominor fix
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 07:06:37 +0000 (10:06 +0300)]
minor fix

10 years agomade the main JSON generation loop more accurate
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 07:05:09 +0000 (10:05 +0300)]
made the main JSON generation loop more accurate

10 years agofixed rotation bug of the round robin db
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 05:36:04 +0000 (08:36 +0300)]
fixed rotation bug of the round robin db

10 years agosupport for custom data collection plugins in charts.d - working example included
Costa Tsaousis (ktsaou) [Fri, 2 May 2014 04:07:33 +0000 (07:07 +0300)]
support for custom data collection plugins in charts.d - working example included

10 years agocleanup and aesthetic changes
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 23:02:19 +0000 (02:02 +0300)]
cleanup and aesthetic changes

10 years agoa minor fix in config
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 18:24:54 +0000 (21:24 +0300)]
a minor fix in config

10 years agoremoved chmod on web dir
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 18:15:12 +0000 (21:15 +0300)]
removed chmod on web dir

10 years agomore error reporting when the file is not found.
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 18:12:29 +0000 (21:12 +0300)]
more error reporting when the file is not found.

10 years agoerror reporting when the file is not found.
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 18:07:29 +0000 (21:07 +0300)]
error reporting when the file is not found.

10 years agolowered memory requirements even more, by using config strings in-place; probably...
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 17:50:37 +0000 (20:50 +0300)]
lowered memory requirements even more, by using config strings in-place; probably fixes an issue in charts panning; made startup script read the web directory from the config

10 years agopreserve config options not changed but not used too
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 03:55:04 +0000 (06:55 +0300)]
preserve config options not changed but not used too

10 years agoconfig is generated commented if the settings are the default
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 03:48:40 +0000 (06:48 +0300)]
config is generated commented if the settings are the default

10 years agochart dimensions (names, multipliers, divisors, algorithms) are now configurable...
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 03:15:03 +0000 (06:15 +0300)]
chart dimensions (names, multipliers, divisors, algorithms) are now configurable in the config file

10 years agofixed wrong user option name
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 02:11:42 +0000 (05:11 +0300)]
fixed wrong user option name

10 years agominor fixes
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 01:57:23 +0000 (04:57 +0300)]
minor fixes

10 years agoMerge pull request #6 from ktsaou/new_rrd_stats
Costa Tsaousis [Thu, 1 May 2014 01:35:06 +0000 (04:35 +0300)]
Merge pull request #6 from ktsaou/new_rrd_stats

Half the memory!
Twice the speed!

10 years agoremoved all printf from the json data generation; now it is twice as fast
Costa Tsaousis (ktsaou) [Thu, 1 May 2014 01:27:27 +0000 (04:27 +0300)]
removed all printf from the json data generation; now it is twice as fast

10 years agosettled all issues; added more options; final tests for merging into production
Costa Tsaousis (ktsaou) [Wed, 30 Apr 2014 23:45:23 +0000 (02:45 +0300)]
settled all issues; added more options; final tests for merging into production

10 years agodocumentation and fixed a rounding bug
Costa Tsaousis (ktsaou) [Tue, 29 Apr 2014 23:04:48 +0000 (02:04 +0300)]
documentation and fixed a rounding bug

10 years agolowered memory consumption by 60% and increased speed by 30%; there is still some...
Costa Tsaousis (ktsaou) [Tue, 29 Apr 2014 22:38:30 +0000 (01:38 +0300)]
lowered memory consumption by 60% and increased speed by 30%; there is still some room for improvement especially in first_entry_t; need to check if chart is shifted

10 years agomore options
Costa Tsaousis (ktsaou) [Tue, 29 Apr 2014 18:23:40 +0000 (21:23 +0300)]
more options

10 years agooption to configure web directory
Costa Tsaousis (ktsaou) [Tue, 29 Apr 2014 18:22:12 +0000 (21:22 +0300)]
option to configure web directory

10 years agoeliminated one sprintf in data json generation
Costa Tsaousis (ktsaou) [Tue, 29 Apr 2014 00:12:55 +0000 (03:12 +0300)]
eliminated one sprintf in data json generation

10 years agoeven more optimizations for all.json
Costa Tsaousis (ktsaou) [Mon, 28 Apr 2014 23:22:59 +0000 (02:22 +0300)]
even more optimizations for all.json

10 years agoa lot faster generation of all.json
Costa Tsaousis (ktsaou) [Mon, 28 Apr 2014 22:03:46 +0000 (01:03 +0300)]
a lot faster generation of all.json

10 years agoprecise looping (at the ms level) for scripts
Costa Tsaousis (ktsaou) [Mon, 28 Apr 2014 21:34:36 +0000 (00:34 +0300)]
precise looping (at the ms level) for scripts

10 years agorenamed several options and added a few more
Costa Tsaousis (ktsaou) [Mon, 28 Apr 2014 21:34:00 +0000 (00:34 +0300)]
renamed several options and added a few more

10 years agoimprovements in configuration generation
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 16:09:43 +0000 (19:09 +0300)]
improvements in configuration generation

10 years agoconfiguration nodes are prioritized
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 15:46:47 +0000 (18:46 +0300)]
configuration nodes are prioritized

10 years agoadded options for tc per interface
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 15:18:00 +0000 (18:18 +0300)]
added options for tc per interface

10 years agotime was not appearing in a few cases
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 14:57:59 +0000 (17:57 +0300)]
time was not appearing in a few cases

10 years agodefault history is 3600
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 14:23:32 +0000 (17:23 +0300)]
default history is 3600

10 years agoUpdate README.md
Costa Tsaousis [Sun, 27 Apr 2014 13:43:21 +0000 (16:43 +0300)]
Update README.md

10 years agonew
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 13:40:39 +0000 (16:40 +0300)]
new

10 years agohandle non hex debug flags value
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 13:09:27 +0000 (16:09 +0300)]
handle non hex debug flags value

10 years agofix for debug mode
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 13:07:37 +0000 (16:07 +0300)]
fix for debug mode

10 years agoreplaced all sprintf with snprintf to guarantee thre is no buffer overflow possible
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 13:07:24 +0000 (16:07 +0300)]
replaced all sprintf with snprintf to guarantee thre is no buffer overflow possible

10 years agoMerge pull request #5 from ktsaou/new_config
Costa Tsaousis [Sun, 27 Apr 2014 04:09:55 +0000 (07:09 +0300)]
Merge pull request #5 from ktsaou/new_config

New config

10 years agoall charts have now options in config file
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 04:09:13 +0000 (07:09 +0300)]
all charts have now options in config file

10 years agomore config options
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 03:20:16 +0000 (06:20 +0300)]
more config options

10 years agomore options
Costa Tsaousis (ktsaou) [Sun, 27 Apr 2014 01:05:15 +0000 (04:05 +0300)]
more options

10 years agoadded support for reading and generating netdata.conf
Costa Tsaousis (ktsaou) [Sat, 26 Apr 2014 23:50:17 +0000 (02:50 +0300)]
added support for reading and generating netdata.conf

10 years agocalloc is not needed for web buffer
Costa Tsaousis (ktsaou) [Sat, 26 Apr 2014 16:04:36 +0000 (19:04 +0300)]
calloc is not needed for web buffer

10 years agofixed an issue that allowed to render an incomplete group of points
Costa Tsaousis (ktsaou) [Sat, 26 Apr 2014 04:29:07 +0000 (07:29 +0300)]
fixed an issue that allowed to render an incomplete group of points

10 years agoparsial group points are now skipped
Costa Tsaousis (ktsaou) [Sat, 26 Apr 2014 04:02:18 +0000 (07:02 +0300)]
parsial group points are now skipped

10 years agoswitched cpu.netdata to incremental
Costa Tsaousis (ktsaou) [Sat, 26 Apr 2014 02:15:49 +0000 (05:15 +0300)]
switched cpu.netdata to incremental

10 years agoa bit better screen space management
Costa Tsaousis (ktsaou) [Sat, 26 Apr 2014 01:23:42 +0000 (04:23 +0300)]
a bit better screen space management

10 years agoadded netdata info at the footer, added cpu.netdata chart, added memory consumption...
Costa Tsaousis (ktsaou) [Fri, 25 Apr 2014 22:05:57 +0000 (01:05 +0300)]
added netdata info at the footer, added cpu.netdata chart, added memory consumption info all.json

10 years agominor fix
Costa Tsaousis (ktsaou) [Fri, 25 Apr 2014 00:09:22 +0000 (03:09 +0300)]
minor fix

10 years agoremove line when the chart is too dense
Costa Tsaousis (ktsaou) [Thu, 24 Apr 2014 22:47:12 +0000 (01:47 +0300)]
remove line when the chart is too dense

10 years agoincluded in netdata.js
Costa Tsaousis (ktsaou) [Thu, 24 Apr 2014 22:10:34 +0000 (01:10 +0300)]
included in netdata.js

10 years agooptimized for loading speed
Costa Tsaousis (ktsaou) [Thu, 24 Apr 2014 22:10:31 +0000 (01:10 +0300)]
optimized for loading speed

10 years agooptimized for loading speed
Costa Tsaousis (ktsaou) [Thu, 24 Apr 2014 22:09:47 +0000 (01:09 +0300)]
optimized for loading speed

10 years agofine tuning
Costa Tsaousis (ktsaou) [Thu, 24 Apr 2014 17:37:58 +0000 (20:37 +0300)]
fine tuning

10 years agoforce update of control chart when clicking play on mainchart
Costa Tsaousis (ktsaou) [Thu, 24 Apr 2014 08:48:22 +0000 (11:48 +0300)]
force update of control chart when clicking play on mainchart

10 years agoMerge pull request #4 from ktsaou/new_mainchart
Costa Tsaousis [Wed, 23 Apr 2014 23:20:23 +0000 (02:20 +0300)]
Merge pull request #4 from ktsaou/new_mainchart

New mainchart

10 years agofinalized new main chart with adaptive explorer on the chart
Costa Tsaousis (ktsaou) [Wed, 23 Apr 2014 23:18:21 +0000 (02:18 +0300)]
finalized new main chart with adaptive explorer on the chart

10 years agozoomed mode improvements - it still needs some work
Costa Tsaousis (ktsaou) [Tue, 22 Apr 2014 23:40:56 +0000 (02:40 +0300)]
zoomed mode improvements - it still needs some work

10 years agoadded debug log and flags in command line; various fixes and more debugging info
Costa Tsaousis (ktsaou) [Tue, 22 Apr 2014 23:40:19 +0000 (02:40 +0300)]
added debug log and flags in command line; various fixes and more debugging info

10 years agoincomplete support for controlled mainchart
Costa Tsaousis (ktsaou) [Mon, 21 Apr 2014 21:21:39 +0000 (00:21 +0300)]
incomplete support for controlled mainchart

10 years agosupport range of data
Costa Tsaousis (ktsaou) [Mon, 21 Apr 2014 20:06:17 +0000 (23:06 +0300)]
support range of data

10 years agoprevent repeating the last url on the syslog
Costa Tsaousis (ktsaou) [Fri, 18 Apr 2014 19:48:20 +0000 (22:48 +0300)]
prevent repeating the last url on the syslog

10 years agoremoved pthread_join to eliminate SIGSEGV
Costa Tsaousis (ktsaou) [Fri, 18 Apr 2014 19:19:33 +0000 (22:19 +0300)]
removed pthread_join to eliminate SIGSEGV

10 years agomemory leak fixed - if the was a client with gzip enabled and keep-alive disabled...
Costa Tsaousis (ktsaou) [Thu, 17 Apr 2014 22:43:01 +0000 (01:43 +0300)]
memory leak fixed - if the was a client with gzip enabled and keep-alive disabled, the gzip internals were never cleaned up - fixed.

10 years agofixed title
Costa Tsaousis (ktsaou) [Thu, 17 Apr 2014 20:41:18 +0000 (23:41 +0300)]
fixed title

10 years agoUpdate README.md
Costa Tsaousis [Thu, 17 Apr 2014 20:38:59 +0000 (23:38 +0300)]
Update README.md

10 years agoMerge pull request #3 from ktsaou/javascript_config
Costa Tsaousis [Thu, 17 Apr 2014 20:30:05 +0000 (23:30 +0300)]
Merge pull request #3 from ktsaou/javascript_config

Javascript config

10 years agocleanup
Costa Tsaousis (ktsaou) [Thu, 17 Apr 2014 20:28:51 +0000 (23:28 +0300)]
cleanup

10 years agoexample google datasource with netdata - the simplest way to show a netdata chart
Costa Tsaousis (ktsaou) [Thu, 17 Apr 2014 20:28:32 +0000 (23:28 +0300)]
example google datasource with netdata - the simplest way to show a netdata chart

10 years agomade HardwareCorrupted appear only when the machine reports it
Costa Tsaousis (ktsaou) [Thu, 17 Apr 2014 18:54:56 +0000 (21:54 +0300)]
made HardwareCorrupted appear only when the machine reports it

10 years agoadded page faults graph
Costa Tsaousis (ktsaou) [Wed, 16 Apr 2014 21:39:31 +0000 (00:39 +0300)]
added page faults graph

10 years agofixed printing of json data
Costa Tsaousis (ktsaou) [Wed, 16 Apr 2014 20:17:16 +0000 (23:17 +0300)]
fixed printing of json data

10 years agoeliminated a string copy when generating json data
Costa Tsaousis (ktsaou) [Wed, 16 Apr 2014 20:02:52 +0000 (23:02 +0300)]
eliminated a string copy when generating json data

10 years agoadded more memory charts
Costa Tsaousis (ktsaou) [Tue, 15 Apr 2014 23:52:02 +0000 (02:52 +0300)]
added more memory charts

10 years agoMerge pull request #2 from ktsaou/groogle_datasource
Costa Tsaousis [Mon, 14 Apr 2014 23:46:44 +0000 (02:46 +0300)]
Merge pull request #2 from ktsaou/groogle_datasource

google datasource support

10 years agosupport for google datasources with JSONP and the variance of JSON used by google...
Costa Tsaousis (ktsaou) [Mon, 14 Apr 2014 23:42:17 +0000 (02:42 +0300)]
support for google datasources with JSONP and the variance of JSON used by google charts.

10 years agomore javascript fixes
Costa Tsaousis (ktsaou) [Sun, 13 Apr 2014 20:35:01 +0000 (23:35 +0300)]
more javascript fixes

10 years agogroup chart mode stretches the charts to fill the screen.
Costa Tsaousis (ktsaou) [Sun, 13 Apr 2014 17:46:18 +0000 (20:46 +0300)]
group chart mode stretches the charts to fill the screen.

10 years agoadded more charts for conntrack, /proc/stat, ip, tcp, udp
Costa Tsaousis (ktsaou) [Sun, 13 Apr 2014 17:04:36 +0000 (20:04 +0300)]
added more charts for conntrack, /proc/stat, ip, tcp, udp

10 years agofix for tooltips in group charts
Costa Tsaousis (ktsaou) [Sun, 13 Apr 2014 15:13:59 +0000 (18:13 +0300)]
fix for tooltips in group charts

10 years agoremoved obsolete files
Costa Tsaousis (ktsaou) [Sun, 13 Apr 2014 14:59:28 +0000 (17:59 +0300)]
removed obsolete files