0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-21 12:20:38 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Joel Hans
a726c905bd
Change "netdata" to "Netdata" in all docs ()
* First pass of changing netdata to Netdata

* Second pass of netdata -> Netdata

* Starting work on netdata with no whitespace after

* Pass for netdata with no whitespace at the end

* Pass for netdata with no whitespace at the front
2019-08-13 08:07:17 -07:00
Vladimir Kobal
21cd00c84a
Perf plugin ()
* Add perf plugin skeleton

* Initialize events

* Collect data

* Configure default counters

* Add charts for hardware and software counters

* Add charts for cache counters

* Don't show zeroes for non-existent metrics

* Reinit events when stalled

* Do not reinit disabled events

* Update the documentation

* Scale values when multiplexing is happening
2019-06-20 15:23:29 +03:00
Adam Pardyl
30c1fe15b7 Change 'netdata' to 'Netdata' in docs/ and README () 2019-05-27 18:29:43 +02:00
Vladimir Kobal
f0bc01ddbd
Add ioping plugin ()
* Add ioping plugin

* Update the documentation and comments

* Finalize installation of ioping

* Fix find_processors variable

* Fix static build

* Move ioping to libexec directory

* Move ioping to plugins.d directory

* Fix file existence check
2019-04-23 14:20:00 +03:00
Vladimir Kobal
b3f690e7c9
Add xenstat plugin ()
* Add xenstat plugin

* Add basic domain charts

* Initialize xl context

* Use domain UUID instead of name

* Make charts obsolete

* Add tmem charts

* Change algorithm for tmem puts and gets

* Add VCPU charts

* Minor formatting for sending charts functions

* Add VBD charts

* Add network charts

* Assemble VCPU metrics in one chart

* Fix chart names

* Make write/sent dimensions negative

* Minor formatting

* Change id and context for domain charts

* Add dashboard info

* Get rid of global variables

* Free libxenstat and libxl resourses

* Free domain_metrics on VM shutdown

* Add domain state chart

* Add debug messages

* Add branch prediction hints

* Minor fix

* Fix chart obsoleting

* Make names more general

* Fix CMake build of nfacct.plugin
2019-03-27 11:19:24 +02:00
Ilya Mashchenko
3777b91736
Remove obsolete python modules ()
##### Summary

Fixes: 

___

Remove obolete python modules:
 - cpuidle (moved to proc plugin )
 - cpufreq (moved to proc plugin )
 - mdstat (moved to proc plugin )
 - linux_power_supply (moved to proc plugin )

##### Component Name

[/collectors/python.d.plugin/](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin)

##### Additional Information
2019-03-19 13:39:09 +03:00
Vladimir Kobal
ea0e0f8f5e Split nfacct plugin into separate process ()
* Prepare build configuration

* Prepare plugin for separating

* Add command line options

* Add debug messages

* Use text API

* Minor fixes

* Update the documentation

* Minor documentation formatting

* Fix LGTM alerts

* Fix building with CMake

* Add nfacct and cups plugins to apps.plugin groups
2019-02-13 10:34:58 +01:00
Simon Nagl
b6aeb7e3d9 CUPS plugin ()
* Implement a CUPS collector plugin

* Compile cups.plugin only if enabled

* Fix build with CFLAGS

-O1 -ggdb -Wall -Wextra -Wformat-signedness -fstack-protector-all
-DNETDATA_INTERNAL_CHECKS=1 -D_FORTIFY_SOURCE=2 -DNETDATA_VERIFY_LOCKS=1

* cups.plugin check for all used functions

* Use cups-config to configure cups compiler flags

* Do not quit if cups-config is not installed

* Fix compiler warning

collectors/cups.plugin/cups_plugin.c:359:27:
warning: format '%d' expects argument of type 'int',
but argument 6 has type 'unsigned int' [-Wformat=]

* Add cups.plugin to toc and overview documentation

* cups.plugin fix plugin doc layout

* cups.plugin: Add prerequisites doc

* cups.plugin: Fix error if cups is not installed
2019-02-04 16:33:07 +02:00
Chris Akritidis
415f57c5bf
Ga ()
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00
Paweł Krupa
5ed8653246
Rename doc to docs and move htmldoc ()
* rename doc dir; move htmldoc under docs/generator

* run shellcheck and shfmt on docs generator
2018-11-25 20:11:50 +02:00
Renamed from doc/Add-more-charts-to-netdata.md (Browse further)