Barry Gershenfeld wrote: >> Q? How about a nice ascii bar-chart? > > I have considered this. Especially if the alternative is "nothing". Could > be tricky in html, though :-) >
Following cdl's recommendation finds http://www.lunabase.org/~faber/Vault/software/grap/ It compiles easily. Haven't done any tricks with it though. The webpage shows some nice example graphs. ls -l grap -rwxrwxr-x 1 jsack jsack 351144 Sep 22 11:45 grap ldd grap libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00000035e8200000) libm.so.6 => /lib64/libm.so.6 (0x00000035e6400000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000035e7e00000) libc.so.6 => /lib64/libc.so.6 (0x00000035e6100000) /lib64/ld-linux-x86-64.so.2 (0x00000035e5f00000) file grap grap: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped For i386, code size should be smaller -- howmuch? 20%? (based on quick sampling of a few /usr/lib{,64}/XXX files. I have a fuzzy memory of the existence of some other simple image making programs that can build gif (or maybe png?) from simple commands and data. There's graphviz, but that's a big package. Regards, ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
