mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' in
netstat -Q. MFC after: 6 days Sponsored by: Juniper Networks
This commit is contained in:
parent
57a6239f94
commit
bd9e7af25e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204515
@ -485,7 +485,7 @@ netisr_stats(void *kvmd)
|
||||
}
|
||||
|
||||
printf("Configuration:\n");
|
||||
printf("%-25s %12s %12s\n", "Setting", "Value", "Maximum");
|
||||
printf("%-25s %12s %12s\n", "Setting", "Current", "Limit");
|
||||
printf("%-25s %12u %12u\n", "Thread count", numthreads, maxthreads);
|
||||
printf("%-25s %12u %12u\n", "Default queue limit", defaultqlimit,
|
||||
maxqlimit);
|
||||
|
Loading…
Reference in New Issue
Block a user