Bug 197591

Summary: feature request: implement SIGINFO With `zfs send`
Product: Base System Reporter: Shawn Webb <shawn.webb>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Only Me CC: asomers, emaste, mizhka
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Shawn Webb 2015-02-13 10:24:35 UTC
The `zfs send` command doesn't currently support SIGINFO. It seems like that would be an extremely useful feature. So this is just a feature request. If I get time, I might implement it and submit a patch.
Comment 1 Alan Somers freebsd_committer freebsd_triage 2023-12-07 16:22:49 UTC
That would not be easy to do, because almost the entire command happens within the kernel in a single ioctl call.  Instead, I suggest piping find to pv (from sysutils/pv) for progress monitoring.