|
| 1 | +netdata (1.2.0) - 2016-05-16 |
| 2 | + |
| 3 | + At a glance: |
| 4 | + |
| 5 | + - netdata is now 30% faster |
| 6 | + - netdata now has a registry (my-netdata dashboard menu) |
| 7 | + - netdata now monitors Linux Containers (docker, lxc, etc) |
| 8 | + |
| 9 | + IMPORTANT: |
| 10 | + This version requires libuuid. The package you need is: |
| 11 | + |
| 12 | + - uuid-dev (debian/ubuntu), or |
| 13 | + - libuuid-devel (centos/fedora/redhat) |
| 14 | + |
| 15 | + In detail: |
| 16 | + |
| 17 | + * netdata is now 30% faster ! |
| 18 | + |
| 19 | + - Patches submitted by @fredericopissarra improved overall |
| 20 | + netdata performance by 10%. |
| 21 | + |
| 22 | + - A new improved search function in the internal indexes |
| 23 | + made all searches faster by 50%, resulting in about |
| 24 | + 20% better performance for the core of netdata. |
| 25 | + |
| 26 | + - More efficient threads locking in key components |
| 27 | + contributed to the overal efficiency. |
| 28 | + |
| 29 | + * netdata now has a CENTRAL REGISTRY ! |
| 30 | + |
| 31 | + The central registry tracks all your netdata servers |
| 32 | + and bookmarks them for you at the 'my-netdata' menu |
| 33 | + on all dashboards. |
| 34 | + |
| 35 | + Every netdata can act as a registry, but there is also |
| 36 | + a global registry provided for free for all netdata users! |
| 37 | + |
| 38 | + * netdata now monitors CONTAINERS ! |
| 39 | + |
| 40 | + docker, lxc, or anything else. For each container it monitors |
| 41 | + CPU, RAM, DISK I/O (network interfaces were already monitored) |
| 42 | + |
| 43 | + * apps.plugin: now uses linux capabilities by default |
| 44 | + without setuid to root |
| 45 | + |
| 46 | + * netdata has now an improved signal handler |
| 47 | + thanks to @simonnagl |
| 48 | + |
| 49 | + * API: new improved CORS support |
| 50 | + |
| 51 | + * SNMP: counter64 support fixed |
| 52 | + |
| 53 | + * MYSQL: more charts, about QCache, MyISAM key cache, |
| 54 | + InnoDB buffer pools, open files |
| 55 | + |
| 56 | + * DISK charts now show mount point when available |
| 57 | + |
| 58 | + * Dashboard: improved support for older web browsers |
| 59 | + and mobile web browsers (thanks to @simonnagl) |
| 60 | + |
| 61 | + * Multi-server dashboards now allow de-coupled refreshes for |
| 62 | + each chart, so that if one netdata has a network latency |
| 63 | + the other charts are not affected |
| 64 | + |
| 65 | + * Several other minor improvements and bugfixes |
| 66 | + |
| 67 | + |
1 | 68 | netdata (1.1.0) - 2016-04-20 |
2 | 69 |
|
3 | 70 | Dozens of commits that improve netdata in several ways: |
|
0 commit comments