Amazing project! It's so much more useful than the typical top command I'm used to using.
I have two feature requests if possible:
1) Being able to supply a username filter (like tiptop -u username) that can be used to filter the proc list like top does (top -u username)
2) Having the procs' args column optionally wrap would really help differentiate processes. For the majority of my processes the best identifying column (args) cuts off most commands when the processes originate from within virtual environments (ex: /www/projectname/venv/bin/celery --app="app.tasks.celery" worker ...). One extensive command looks like this:
Amazing project! It's so much more useful than the typical
top
command I'm used to using.I have two feature requests if possible: 1) Being able to supply a username filter (like
tiptop -u username
) that can be used to filter the proc list like top does (top -u username
) 2) Having the procs' args column optionally wrap would really help differentiate processes. For the majority of my processes the best identifying column (args) cuts off most commands when the processes originate from within virtual environments (ex:/www/projectname/venv/bin/celery --app="app.tasks.celery" worker ...
). One extensive command looks like this:2.1) Ability to limit the number of processes shown in the procs list.