limit=20 in the top command just sets a max, so if there are less than 20 unique hosts with errors, you'll get fewer rows. Easy trap-people often mix up "limit" with "guaranteed output count." Let me know if anyone sees this differently but pretty sure about this.False tbh. limit=20 just means it can show up to 20, but if there aren't that many unique hosts, you'll see less. Saw a similar question on a practice set and it tripped me up.
Doesn't the top command just set the maximum number of unique hosts it'll show? If there aren't 20 different hosts in the data, you get fewer rows. Maybe I'm missing something, but it won't always be exactly 20 results. Anyone read this differently?