X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=d40fd2f0ab596a42b4aaa5f735d7fc1c0ff4e43c;hb=e8653eb1bf10c6c25e5b936f365e927dd0655f52;hp=37ddf8eb7bf95245cd8270efa2468d4ae0b18b15;hpb=071ba511ddd1245b1f56c28f1801ca37e9adfaa1;p=collectd.git diff --git a/README b/README index 37ddf8eb..d40fd2f0 100644 --- a/README +++ b/README @@ -40,6 +40,9 @@ Features - conntrack Number of nf_conntrack entries. + - contextswitch + Number of context switches done by the operating system. + - cpu CPU utilization: Time spent in the system, user, nice, idle, and related states. @@ -148,6 +151,10 @@ Features MySQL server statistics: Commands issued, handlers triggered, thread usage, query cache utilization and traffic/octets sent and received. + - netapp + Plugin to query performance values from a NetApp storage system using the + “Manage ONTAP” SDK provided by NetApp. + - netlink Very detailed Linux network interface and routing statistics. You can get (detailed) information on interfaces, qdiscs, classes, and, if you can @@ -507,6 +514,10 @@ Prerequisites Unsurprisingly used by the `mysql' plugin. + * libnatapp (optional) + Required for the “netapp” plugin. + This library is part of the “Manage ONTAP SDK” published by NetApp. + * libnetlink (optional) Used, obviously, for the `netlink' plugin.