[patch][jail] display jid in top
Published June 5th, 2006 in FreeBSDDaniel Gerzo asked if top can have a column to display jid last week. So I spend my lovely weekend wink to do the job.
Here is the patch. How to apply?
% cd /usr/src
% patch < patch_top_jid2
% cd /usr/src/usr.bin/top; make clean install clean
Then try either
% top -j
or toggle with ‘j’ when you’re using top.
NOTE: since this patch is not committed (yet), there is no documentation describe about that.
I assigned your PR to myself and will handle it ASAP. Thanks!