summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95c5059)
raw | patch | inline | side by side (parent: 95c5059)
author | Florian Forster <octo@collectd.org> | |
Tue, 4 Jun 2013 06:11:26 +0000 (08:11 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 4 Jun 2013 06:11:26 +0000 (08:11 +0200) |
AUTHORS | patch | blob | history | |
src/zfs_arc.c | patch | blob | history |
index 9df0f7aeea53ed6a46be615cfa3668acef0dcadc..36f70e788908e8963bbb69b40c7d48280312ef31 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
Vincent Stehlé <vincent.stehle at free.fr>
- hddtemp plugin.
+Xin Li <delphij at freebsd.org>
+ - FreeBSD port of the ZFS-ARC plugin.
+
collectd is available at:
<http://collectd.org/>
diff --git a/src/zfs_arc.c b/src/zfs_arc.c
index b8bccde72ada5bfc8f1e2fa63a6040dd21239d06..cd0c8414b114eadb605c1e39a4ace65e1ea92399 100644 (file)
--- a/src/zfs_arc.c
+++ b/src/zfs_arc.c
* collectd - src/zfs_arc.c
* Copyright (C) 2009 Anthony Dewhurst
* Copyright (C) 2012 Aurelien Rougemont
+ * Copyright (C) 2013 Xin Li
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Authors:
* Anthony Dewhurst <dewhurst at gmail>
* Aurelien Rougemont <beorn at gandi.net>
+ * Xin Li <delphij at FreeBSD.org>
**/
#include "collectd.h"