Summary: | Duplicate JSON key in vmstat | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Yavuz Tanrıverdi <sternix> | ||||
Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | allanjude, emaste | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yavuz Tanrıverdi
2017-09-10 15:48:36 UTC
Being reviewed https://reviews.freebsd.org/D12395 Thank you very much. A commit references this bug: Author: allanjude Date: Sat Nov 11 14:02:22 UTC 2017 New revision: 325715 URL: https://svnweb.freebsd.org/changeset/base/325715 Log: vmstat: fix duplicate key in libxo output In the libxo output from vmstat, the number of pages that have been paged out uses the same key name as the number of times pages have been paged. Appears to have been a typo or copy-pasto. PR: 222198 Submitted by: Yavuz Tanriverdi <stemix@gmail.com> Reviewed by: phil, garga Differential Revision: https://reviews.freebsd.org/D12395 Changes: head/usr.bin/vmstat/vmstat.c Sorry it took so long to get this committed. Thank you for your contribution. |