Atoptool / atop

System and process monitor for Linux
GNU General Public License v2.0
792 stars 109 forks source link

How to get the full username (EUID) of a process? #309

Open martinvonwittich opened 1 month ago

martinvonwittich commented 1 month ago

I'm using atop interactively in the g (generic) view sorted by D (disk activity) to identify several users who have caused a high system load. Unfortunately, the usernames in the EUID column are limited to 8 characters, which makes some usernames ambiguous. Is it possible to show the actual user ID (so I can map the ID -> username myself), or to increase the column width?