Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

top: 'include' filter delimiter is missing

Tags:

linux

I'm trying to filter top's output by command, but when I type O, then

COMMAND?apache2

I get the following error:

'include' filter delimiter is missing

I've looked at the top man page, but can't seem to work out what's going on.

like image 278
Jonathan Harris Avatar asked Mar 07 '16 18:03

Jonathan Harris


1 Answers

Your filter should be COMMAND=apache. For more information refer to section 5e of the top man page, particularly the bit about 'Input Requirements'.

like image 123
Avtar Avatar answered Oct 31 '22 04:10

Avtar