a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 244149 and 310453

Description: ISC dhcpd lease analysis and reporting tool
 This is dhcpd-pools ISC dhcp shared network and pool range usage analysis.
 Purpose of command is to count usage ratio of each IP range and shared network
 pool which ISC dhcpd is in control of. Users of the command are most likely
 ISPs and other organizations that have large IP space.
 .
 Program is written C. Design goal is to get analysis done quickly where there
 is lots of data. On cheap laptop the speed of analysis is roughly 100k leases
 per second. Number of ranges, or shared networks, does not make any significant
 difference in getting analysis done.
Description: ISC dhcpd lease analysis and reporting tool
 This is dhcpd-pools ISC dhcp shared network and pool range usage analysis.
 Purpose of command is to count usage ratio of each IP range and shared network
 pool which ISC dhcpd is in control of. Users of the command are most likely
 ISPs and other organizations that have large IP space.
 .
 Program is written C. Design goal is to get analysis done quickly where there
 is lots of data. On a cheap laptop the speed of analysis is roughly 100k leases
 per second. Number of ranges, or shared networks, does not make any significant
 difference in getting analysis done.
--- 244149	Thu Jan  1 00:00:00 1970
+++ 310453	Thu Jan  1 00:00:00 1970
@@ -5,6 +5,6 @@
  ISPs and other organizations that have large IP space.
  .
  Program is written C. Design goal is to get analysis done quickly where there
- is lots of data. On cheap laptop the speed of analysis is roughly 100k leases
+ is lots of data. On a cheap laptop the speed of analysis is roughly 100k leases
  per second. Number of ranges, or shared networks, does not make any significant
  difference in getting analysis done.