Releases: walles/ftop
v0.0.15: Co-highlight similar procs / users
When picking processes:
- In the process list, highlight names of other processes with the same
name, and the users of other processes with the same user - In the "By User" pane, highlight the picked process' user
- In the "By Command" pane, highlight the picked process' command
Sort of what IDEs do for code, but for processes.
v0.0.14: Who was logged in when the process started?
Shown on process info screen.
v0.0.13: Start ftop with an active filter
You can now launch ftop with a filter already applied, for example ftop firefox.
Also in this release, improve timestamp handling and reduce overnight
log spam.
v0.0.12: Show nativity when hovering a process
Also in this release, make process start times time zone aware.
v0.0.11: Process info: Include processes launched nearby in time
Process info: Include processes launched nearby in time
v0.0.10: More informative process information
Now with a launch tree and process timings. Also, colors and indentation
and things. Nice!
v0.0.9: Add an initial process info screen
Just the full command line for now.
v0.0.8: Show process info on hover
Also, starting with this release we support suspending with CTRL-Z.
v0.0.7: Show progress while killing processes
We first try SIGTERM and give it five seconds, with a progress bar.
After that we try SIGKILL.
This release also includes some minor UI tuning.
v0.0.6: Add a kill UI
It's simple, but at lest it allows you to confirm before killing and to
see an error message if it failed.