Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Two improvements to procs section (filter by user like top -u username and wrap args column) #89

Open
caffeinatedMike opened this issue Apr 27, 2022 · 0 comments

Comments

@caffeinatedMike
Copy link

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:
    /www/projectname/venv/bin/celery
        --app="app.tasks.celery"
        worker
        --queues="maintenance"
        --hostname="maintenance@%%h"
        --concurrency="1"
        --statedb="/www/projectname/syslogs/celery-maintenance-worker-state.sqlite"
        --loglevel="info"
    
    I get that such a large command might cause issues when attempting to wrap, so I guess that's what leads me to suggestion 2.1

2.1) Ability to limit the number of processes shown in the procs list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant