Page MenuHomeFreeBSD

'not function' for user display for top(1)
Needs ReviewPublic

Authored by nvass-gmx.com on Nov 25 2022, 12:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 12:22 AM
Unknown Object (File)
Mon, May 11, 5:23 AM
Unknown Object (File)
Tue, May 5, 3:30 AM
Unknown Object (File)
Mon, May 4, 3:34 PM
Unknown Object (File)
Thu, Apr 30, 7:58 AM
Unknown Object (File)
Thu, Apr 23, 4:57 PM
Unknown Object (File)
Mon, Apr 20, 8:35 PM
Unknown Object (File)
Mon, Apr 20, 1:09 PM

Details

Reviewers
imp
Summary

When using the -U "username" it's sometimes useful to be able to exclude the username from the processes' list. This is done by using -x.

The same is true for the interactive command "u" and this done by using the interactive command "x".

Test Plan

top -U root -x
or in interactive mode:

  1. u root
  2. x

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

nvass-gmx.com created this revision.
nvass-gmx.com set the repository for this revision to rG FreeBSD src repository.

Neat feature! Tested and it appears to function correctly. I just noticed a simple grammar error in man page update.

usr.bin/top/top.1
337

belonging

Neat feature! Tested and it appears to function correctly. I just noticed a simple grammar error in man page update.

Thanks John,

Would you know whether I should add a reviewer like src-ommiters maybe?
Or just wait?

@imp reviewed my code when I added a feature to top awhile back, let's see if he has time.