Skip to content

Releases: walles/ftop

v0.0.15: Co-highlight similar procs / users

26 Mar 06:56

Choose a tag to compare

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?

23 Mar 18:11

Choose a tag to compare

v0.0.13: Start ftop with an active filter

21 Mar 09:56

Choose a tag to compare

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

17 Mar 20:42

Choose a tag to compare

Also in this release, make process start times time zone aware.

v0.0.11: Process info: Include processes launched nearby in time

14 Mar 11:51

Choose a tag to compare

Process info: Include processes launched nearby in time

v0.0.10: More informative process information

13 Mar 16:31

Choose a tag to compare

Now with a launch tree and process timings. Also, colors and indentation
and things. Nice!

v0.0.9: Add an initial process info screen

11 Mar 05:38

Choose a tag to compare

Just the full command line for now.

v0.0.8: Show process info on hover

02 Mar 05:54

Choose a tag to compare

Also, starting with this release we support suspending with CTRL-Z.

v0.0.7: Show progress while killing processes

22 Feb 15:13

Choose a tag to compare

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

21 Feb 11:49

Choose a tag to compare

It's simple, but at lest it allows you to confirm before killing and to
see an error message if it failed.