#340751 [top] session: which hostname?

Package:
procps
Source:
procps
Description:
/proc file system utilities
Submitter:
Date:
2015-06-13 07:42:41 UTC
Severity:
wishlist
#340751#5
Date:
2005-11-25 17:18:34 UTC
From:
To:
Hi, sometimes I have many top sessions opened. In man pages i didn't find a option 4 see hostname. I have a many machine in my lan.
Is possible a new hostname option? Tnks :-)

#340751#10
Date:
2005-11-25 22:20:54 UTC
From:
To:
I'll look into it, but being a wishlist it may not happen.
There is a tricky work-around. The top-left part of top shows the name
of the program as you called it.

So
  ln -s /usr/bin/top blah
  ./blah
gives you a top that says "blah" up the top left of the screen.

Not ideal, but at least you know which one you are on.

 - Craig