From owner-svn-doc-head@freebsd.org Sun Feb 18 00:29:39 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E50F1F211E6; Sun, 18 Feb 2018 00:29:38 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9906C76780; Sun, 18 Feb 2018 00:29:38 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79CD924142; Sun, 18 Feb 2018 00:29:38 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1I0TcvF061897; Sun, 18 Feb 2018 00:29:38 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1I0Tc1W061896; Sun, 18 Feb 2018 00:29:38 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201802180029.w1I0Tc1W061896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 18 Feb 2018 00:29:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51427 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 51427 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 00:29:39 -0000 Author: bjk Date: Sun Feb 18 00:29:38 2018 New Revision: 51427 URL: https://svnweb.freebsd.org/changeset/doc/51427 Log: Add 2017Q4 LibreNMS ZFS reporting entry from Zane Bowers-Hadley Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-10-2017-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-10-2017-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-10-2017-12.xml Fri Feb 16 19:08:42 2018 (r51426) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-10-2017-12.xml Sun Feb 18 00:29:38 2018 (r51427) @@ -120,4 +120,80 @@ veracity of any claims in these submissions.

+ + LibreNMS + + + + + Zane + Bowers-Hadley + + vvelox@vvelox.net + + + + + LibreNMS ZFS Addition + + + +

LibreNMS is an autodiscovering PHP/MySQL/SNMP-based network + monitoring solution which includes support for a wide range of + network hardware and operating systems, including Cisco, + Linux, &os;, Juniper, Brocade, Foundry, HP and many more.

+ +

Among other things, it can monitor applications and other + functionality running on a server via SNMP extensions. This + has been the area of focus for my present work.

+ +

ZFS support has been committed towards the end of December, + which was too late to make the December release, but it will + be in the January release.

+ +

This brings the ability to monitor ARC and pool information, + with each pool having its own separate set of graphs.

+ +

The ARC graphing is as below.

+ +
    +
  • ARC size in bytes
  • + +
  • ARC size, percent of max size
  • + +
  • ARC size breakdown
  • + +
  • ARC efficiency
  • + +
  • ARC cache hits by list
  • + +
  • ARC cache hits by type
  • + +
  • ARC cache misses by type
  • + +
  • ARC cache hits
  • + +
  • ARC cache misses
  • + +
  • ARC misc (deleted, skips, and recycle misses)
  • +
+ +

The pool tracking is comparatively much simpler, using the + output from zpool list.

+ +
    +
  • Pool Space
  • + +
  • Pool Capacity
  • + +
  • Pool Fragmentation
  • +
+ + + + Suggestions are needed for additional statistics or other + information to monitor, whether &os;-specific or + otherwise. + +