Re: top.1: Fix COMMAND description

2020-06-23 Thread Jason McIntyre
On Tue, Jun 23, 2020 at 09:42:06PM +0200, Klemens Nanni wrote: > There simply is no code that adds angle brackets the swapped out > processes in the COMMAND column. > > I double checked with a tiny VMM instance using 64M of RAM where > ld(1) from the library_aslr script immediately hits swap: no <

Re: top.1: Fix COMMAND description

2020-06-23 Thread Klemens Nanni
On Tue, Jun 23, 2020 at 09:42:06PM +0200, Klemens Nanni wrote: > There simply is no code that adds angle brackets the swapped out > processes in the COMMAND column. > > I double checked with a tiny VMM instance using 64M of RAM where > ld(1) from the library_aslr script immediately hits swap: no <

top.1: Fix COMMAND description

2020-06-23 Thread Klemens Nanni
There simply is no code that adds angle brackets the swapped out processes in the COMMAND column. I double checked with a tiny VMM instance using 64M of RAM where ld(1) from the library_aslr script immediately hits swap: no <> around. While here, mention that -C appends arguments. Feedback? OK?