[3180] in North American Network Operators' Group
Re: Address allocation stats
daemon@ATHENA.MIT.EDU (Havard.Eidnes@runit.sintef.no)
Tue Jun 18 14:52:24 1996
To: solensky@ftp.com
Cc: pferguso@cisco.com, cidrd@iepg.org, nanog@merit.edu, pier@isi.edu
From: Havard.Eidnes@runit.sintef.no
In-Reply-To: Your message of "Sun, 16 Jun 96 20:38:27 EDT"
Date: Tue, 18 Jun 1996 20:46:55 +0200
> I've just updated the graphs for the data through the end of May.
> These'll be the ones I'll be bringing to Montreal and are very
> similar to the ones from LA -- assuming no other changes.
>
> The postscript files can also be copied from:
> ftp://research.ftp.com/pub/cidr/current
>
> If I get a chance this week, I'll also look for a .ps->.gif converter..
You've just found one. Me. ;-)
Seriously, you need GhostScript 2.6.1 with the following
modification to gdevgif.c:
/* #define TABLE_SIZE 5123 /* this is max for 12-bit codes */
#define TABLE_SIZE 5119 /* this is max for 12-bit codes (and prime) */
5123 is nice, but not prime, and this will in certain
circumstances produce an infinite CPU-consuming loop.
Second, uncomment the "30000 VM?" test in the PS files.
Third you will need the ps-to-gif script (a one-liner in the
shell given the right gs) and the landscape.ps which is available
together with the already converted (gif) files in
ftp://trane.uninett.no/tmp/pier/
Note that a newer version of GhostScript won't do, since they
removed the GIF driver in subsequent versions to 2.6.1 (you
probably know why...).
Regards,
- Havard