The What
Have you ever heard of the top command in linux. Yes, the one that lists out currently running processes with a lot of other me...
For further actions, you may consider blocking this person and/or reporting abuse
If you only want to get the 15 first lines, why don't you use
head -n15instead of
grep "load average" -A 15?
That can also be used. Actually that's better