> Noticed that netstat doesn't have a repeat count option like vmstat does.

[...]
> +             case 'c':
> +                     repeatcount = strtonum(optarg, 1, INT_MAX, &errstr);
> +                     break;

But vmstat at least performs some error checking here to complain about
bogus values.

Miod

Reply via email to