[Bug 270997] net-mgmt/netdata: sometimes not running when expected, sometimes running but http://localhost:19999 not responding

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 18 Jun 2023 18:10:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270997

--- Comment #16 from Graham Perrin <grahamperrin@freebsd.org> ---
(In reply to Namkhai B. from comment #15)

kstat.zfs.misc.arcstats _does_ exist. 

ARC and L2ARC data are of most interest to me, so I re-enabled this feature. 

<http://localhost:19999/#menu_zfs_submenu_size;theme=slate> does present data.

For the related ERROR lines in /var/log/netdata/error.log, should I make a
report upstream?

----

net.inet.tcp.stats exists, however    sysctl net.inet.tcp.stats 
(below) returns no data. This data does not interest me, we might treat it as
out of scope for this bug report. 

----

% sysctl kstat.zfs.misc.arcstats | less
% sysctl kstat.zfs.misc.zio_trim
sysctl: unknown oid 'kstat.zfs.misc.zio_trim'
% sysctl net.inet.tcp.stats
% sysctl dev.cpu.temperature
sysctl: unknown oid 'dev.cpu.temperature'
% su -
Password:
root@mowa219-gjp4-8570p-freebsd:~ # cd /usr/local/etc/netdata/
root@mowa219-gjp4-8570p-freebsd:/usr/local/etc/netdata # nano netdata.conf
root@mowa219-gjp4-8570p-freebsd:/usr/local/etc/netdata # cd ; date ; uptime
Sun Jun 18 18:56:04 BST 2023
 6:56PM  up 48 mins, 7 users, load averages: 0.11, 0.60, 0.86
root@mowa219-gjp4-8570p-freebsd:~ # service netdata stop
Stopping netdata.
root@mowa219-gjp4-8570p-freebsd:~ # date ; service netdata start
Sun Jun 18 19:00:20 BST 2023
Starting netdata.
root@mowa219-gjp4-8570p-freebsd:~ #

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