Printfreeb
Utility: printfreeB.ec Synopsis: Reports unused and partially used space within a table. Uses SMI tables to scan a table's bitmaps. This is SLOW. A version I have written that reads the bitmaps directly from disk is almost 100 times faster. I have reported this to Informix. Author(s): Art S. Kagel Revision 1.6 Version(s) supported: 7.2x File(s): printfreeB.ec Comments: (Probably supports 7.1x as well but I am not sure if I have used any of the newer SMI tables and views that appeared in 7.2). Definitely needs changes to support IDS 9.4 even in small chunk mode (mostly works but reports oddities like table is 439% full!) Release Notes: Revision 1.5 fixes an uninitialized variable problem. Revision 1.6 just removes an unsupported rcs keyword. Revision 1.4 fixes a compile-time problem w/ strings.h -vs- string.h. Revision 1.3 adds -V revision and copyright option. Not to worry, this is just a formality. Use of this utility is still free.