Show full commands running
See original GitHub issueWould you support an option to show the full commands being run instead of just, e.g, python? These could be rather long, so one option might be to put each of them on a new line below the GPU that they’re on (maybe indented a bit). Since gpustat seems to focus on being very concise, I’d understand if not. I have my own modification of nvidia-smi to show more about the processes running on each GPU, and I was planning to make it more concise when I ran across your project. I just want to check if you’d support this so I don’t have to duplicate some of your work here nividia-smi if so.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Show All Running Processes in Linux using ps/htop commands
Learn how to show all running processes in Linux and get a snapshot of the current processes on any Linux distribution using the...
Read more >How to get whole command line from a process?
Method #1 - Using ps. You could use ps -eaf | grep 1234 . Example.
Read more >Linux List Processes – How to Check Running Processes
You can list running processes using the ps command (ps means process status). The ps command displays your currently running processes in real- ......
Read more >How to List Running Processes in Linux: A Beginner's Guide
Check out our tutorial to know how to list running processes in Linux. You'll learn how to use ps, top, and htop commands....
Read more >Command to check the process status (ps command) - IBM
Any time the system is running, processes are also running. You can use the ps command to find out which processes are running...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I also feel the necessity to display more comprehensive process information, under a specific command-line flag/options. It would not hurt our focus on being concise that much.
I am considering something like this (everything is just sketchy):
It might be a little bit verbose. The flag/option name is something we need to think about more and decide. Any suggestion or thoughts?
This was implemented in #65. Will make a release soon, but in the meantime please try installing
gpustat==1.0.0b1.