0

I am running four processes in two computers, a master node and a slave node. I gave the command to spawn these processes, while on screen command. Now, I logged into with ssh, in both computers and I can see that running processes in the master node are highlighted (as this question states), while the running ones are not (and there seems to be no toggling done):

enter image description here

Why is that?

gsamaras
  • 605

1 Answers1

1

As you stated in a comment, the server is running top 8.0, while the client only is on 6.0.10.

It may well be possible that the highlighting was only added somewhere between those two versions, in which case it is simply not implemented in the version of your client OS.

Another solution may be something marginally mentioned in the question you linked to: The highlighting can be toggled on by pressing Y. If it is implemented in your client, try it.

s3lph
  • 14,314
  • 11
  • 59
  • 82