Proposal: Remove filemon(4); switch make meta to ktrace

2020-01-12 Thread Taylor R Campbell
[followups on tech-kern] I propose to remove the filemon(4) device. - Why? filemon(4), which writes records of file-related system calls to a file, is redundant with ktrace, except potentially for performance concerns (but I don't know whether anyone has measured). Our implementation raise

Re: Proposal: Remove filemon(4); switch make meta to ktrace

2020-01-12 Thread Christos Zoulas
In article <20200112210449.accca60...@jupiter.mumble.net>, Taylor R Campbell wrote: >-=-=-=-=-=- > >[followups on tech-kern] > >I propose to remove the filemon(4) device. > >- Why? filemon(4), which writes records of file-related system calls > to a file, is redundant with ktrace, except potent