Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2017 15:48:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 222198] Duplicate JSON key in vmstat
Message-ID:  <bug-222198-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222198

            Bug ID: 222198
           Summary: Duplicate JSON key in vmstat
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: sternix@gmail.com

Created attachment 186229
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186229&action=
=3Dedit
diff for vmstat.c

Hi

My FreeBSD version is:

FreeBSD ... 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #0: Wed Aug  9 11:55:48=
 UTC
2017     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  a=
md64

vmstat command with --libxo flag has duplicate "vnode-page-outs" key, you c=
an
see with

$ vmstat --libxo json,pretty -s | grep vnode-page-outs
 "vnode-page-outs": ...,
 "vnode-page-outs": ...,


$ vmstat -s
 ... vnode pager pageouts
 ... vnode pager pages paged out

the second key might be "vnode-page-out-pages" i think.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222198-8>