On Sep 11, 2023, at 11:38 PM, Graham Perrin <grahamper...@gmail.com> wrote:
> 
> Can anything like systat(1) present a count, continually?

How about 

        while sleep 0.1; do sysctl -n kern.openfiles; done

Or you can write a small program using sysctl(3).

> 
> I'd like to monitor, after log in to Plasma (X11), in connection with 
> <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273669>.

Not sure checking how many files are open will help you.
Looks like "baloo" is using inotify to watch changes on
every file & directory or something. Simulating inotify
with kqueue under FreeBSD doesn't scale well. FreeBSD
should add inotify.

Reply via email to