hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

htop should use 'truss' instead of 'strace' on *BSD #977

Open dmilith opened 4 years ago

dmilith commented 4 years ago

Hotkey 's' on FreeBSD and derivatives should use truss instead of strace for tracing. truss is base-system utility on BSDs.