]> arthur.barton.de Git - netdata.git/history - netdata.c
hide not so important charts; allow per chart debugging in apps.plugin
[netdata.git] / netdata.c
2014-05-21 Costa Tsaousis ... hide not so important charts; allow per chart debugging...
2014-05-20 Costa Tsaousis ... better handling of startup / cleanup
2014-05-19 Costa Tsaousis ... properly cleanup all threads on exit
2014-05-19 Costa TsaousisMerge pull request #9 from ktsaou/no_interpolation
2014-05-19 Costa Tsaousis ... support for non-interpolated dimensions for both increm...
2014-05-19 Costa Tsaousis ... not complete yet
2014-05-18 Costa Tsaousis ... minor fixes
2014-05-18 Costa Tsaousis ... added 'memory mode' config with 3 options: 'ram', ...
2014-05-16 Costa TsaousisMerge pull request #7 from ktsaou/calc_on_sec
2014-05-16 Costa Tsaousis ... added more check charts
2014-05-16 Costa Tsaousis ... 30% less memory for 1 hour of data; now it interpolates...
2014-05-13 Costa Tsaousis ... all stacked charts now show only the dimensions that...
2014-05-13 Costa Tsaousis ... added support for /nonzero option to chart, which shows...
2014-05-12 Costa Tsaousis ... switched from mutexes to rwlocks - for normal update...
2014-05-11 Costa Tsaousis ... added support for giving duration in microseconds per...
2014-05-11 Costa Tsaousis ... mmap() may introduce delays; a first attempt to work...
2014-05-11 Costa Tsaousis ... added mmap() support for all data, so that netdata...
2014-05-10 Costa Tsaousis ... cleanup
2014-05-10 Costa Tsaousis ... support disknames with a / in their name
2014-05-10 Costa Tsaousis ... attempt to handle division by zero
2014-05-10 Costa Tsaousis ... default signal handler
2014-05-10 Costa Tsaousis ... SIGFPE
2014-05-09 Costa Tsaousis ... missing initializers
2014-05-09 Costa Tsaousis ... more netdata resource charts
2014-05-09 Costa Tsaousis ... fixed chart name on plugins.d
2014-05-09 Costa Tsaousis ... apps.plugin memory excludes shared memory. apps.plugin...
2014-05-09 Costa Tsaousis ... name fixes
2014-05-07 Costa Tsaousis ... minor fixes for pi
2014-05-07 Costa Tsaousis ... removed child resource usage from counter, they were...
2014-05-06 Costa Tsaousis ... added nfs and kernel apps matching as default options...
2014-05-05 Costa Tsaousis ... various apps.plugin fixes - now it detects new processe...
2014-05-05 Costa Tsaousis ... lowered the theshold for detecting a bad plugin
2014-05-04 Costa Tsaousis ... added default options for apps.plugin
2014-05-04 Costa Tsaousis ... full apps monitor plugin writen in C
2014-05-03 Costa Tsaousis ... supports for charts.d scripts and plugins.d plugins
2014-05-03 Costa Tsaousis ... minor fix
2014-05-03 Costa Tsaousis ... new log file management, now 3 logs are supported:...
2014-05-02 Costa Tsaousis ... re-wrote the popen part, added signal handlers, re...
2014-05-02 Costa Tsaousis ... central childs management
2014-05-02 Costa Tsaousis ... more fixes related to charts.d
2014-05-02 Costa Tsaousis ... fixes
2014-05-02 Costa Tsaousis ... fixed -charts.sh suffix parsing
2014-05-02 Costa Tsaousis ... moved tc-all.sh to charts.d/
2014-05-02 Costa Tsaousis ... minor fix
2014-05-02 Costa Tsaousis ... minor fix
2014-05-02 Costa Tsaousis ... made the main JSON generation loop more accurate
2014-05-02 Costa Tsaousis ... fixed rotation bug of the round robin db
2014-05-02 Costa Tsaousis ... support for custom data collection plugins in charts...
2014-05-01 Costa Tsaousis ... cleanup and aesthetic changes
2014-05-01 Costa Tsaousis ... a minor fix in config
2014-05-01 Costa Tsaousis ... more error reporting when the file is not found.
2014-05-01 Costa Tsaousis ... error reporting when the file is not found.
2014-05-01 Costa Tsaousis ... lowered memory requirements even more, by using config...
2014-05-01 Costa Tsaousis ... preserve config options not changed but not used too
2014-05-01 Costa Tsaousis ... config is generated commented if the settings are the...
2014-05-01 Costa Tsaousis ... chart dimensions (names, multipliers, divisors, algorit...
2014-05-01 Costa Tsaousis ... fixed wrong user option name
2014-05-01 Costa Tsaousis ... minor fixes
2014-05-01 Costa TsaousisMerge pull request #6 from ktsaou/new_rrd_stats
2014-05-01 Costa Tsaousis ... removed all printf from the json data generation; now...
2014-04-30 Costa Tsaousis ... settled all issues; added more options; final tests...
2014-04-29 Costa Tsaousis ... documentation and fixed a rounding bug
2014-04-29 Costa Tsaousis ... lowered memory consumption by 60% and increased speed...
2014-04-29 Costa Tsaousis ... option to configure web directory
2014-04-29 Costa Tsaousis ... eliminated one sprintf in data json generation
2014-04-28 Costa Tsaousis ... even more optimizations for all.json
2014-04-28 Costa Tsaousis ... a lot faster generation of all.json
2014-04-28 Costa Tsaousis ... renamed several options and added a few more
2014-04-27 Costa Tsaousis ... improvements in configuration generation
2014-04-27 Costa Tsaousis ... configuration nodes are prioritized
2014-04-27 Costa Tsaousis ... added options for tc per interface
2014-04-27 Costa Tsaousis ... replaced all sprintf with snprintf to guarantee thre...
2014-04-27 Costa TsaousisMerge pull request #5 from ktsaou/new_config
2014-04-27 Costa Tsaousis ... all charts have now options in config file
2014-04-27 Costa Tsaousis ... more config options
2014-04-27 Costa Tsaousis ... more options
2014-04-26 Costa Tsaousis ... added support for reading and generating netdata.conf
2014-04-26 Costa Tsaousis ... calloc is not needed for web buffer
2014-04-26 Costa Tsaousis ... fixed an issue that allowed to render an incomplete...
2014-04-26 Costa Tsaousis ... parsial group points are now skipped
2014-04-26 Costa Tsaousis ... switched cpu.netdata to incremental
2014-04-25 Costa Tsaousis ... added netdata info at the footer, added cpu.netdata...
2014-04-23 Costa TsaousisMerge pull request #4 from ktsaou/new_mainchart
2014-04-23 Costa Tsaousis ... finalized new main chart with adaptive explorer on...
2014-04-22 Costa Tsaousis ... added debug log and flags in command line; various...
2014-04-21 Costa Tsaousis ... support range of data
2014-04-18 Costa Tsaousis ... prevent repeating the last url on the syslog
2014-04-18 Costa Tsaousis ... removed pthread_join to eliminate SIGSEGV
2014-04-17 Costa Tsaousis ... memory leak fixed - if the was a client with gzip enabl...
2014-04-17 Costa TsaousisMerge pull request #3 from ktsaou/javascript_config
2014-04-17 Costa Tsaousis ... cleanup
2014-04-17 Costa Tsaousis ... made HardwareCorrupted appear only when the machine...
2014-04-16 Costa Tsaousis ... added page faults graph
2014-04-16 Costa Tsaousis ... fixed printing of json data
2014-04-16 Costa Tsaousis ... eliminated a string copy when generating json data
2014-04-15 Costa Tsaousis ... added more memory charts
2014-04-14 Costa TsaousisMerge pull request #2 from ktsaou/groogle_datasource
2014-04-14 Costa Tsaousis ... support for google datasources with JSONP and the varia...
2014-04-13 Costa Tsaousis ... added more charts for conntrack, /proc/stat, ip, tcp...
2014-04-13 Costa Tsaousis ... can now show another page: the grouped charts; several...
next