2013/1/15 Tobias Oetiker <t...@oetiker.ch>

> Today unicsonline wrote:
>
> > Hello Tobi, and bravo for tour reactivity ;)
> >
> > That's means that my file must be composed with only one line beginning
> > with graph ??
>
> exactly!
>
> cheers
> tobi
>
> --
> Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> http://it.oetiker.ch t...@oetiker.ch ++41 62 775 9902 / sb: -9900
>

Ok.

I have solved my '/usr/bin/rrdtool: arg list too long' problem with this
mode.

For information I have used this simple command to pipe my orignal file to
rrdtool:

cat file| awk 'BEGIN{ORS=" "}{sub("[\\134]
*$","");gsub(",[\\134\134][*]",",*");print $0}' | rrdtool -

(just with removing of '\' present at end of line, and change of '\*' I add
in some rpn expressions to '*')

No problem with treatment of my file (659 lines, 30140 bytes)

Thanks a lot ;)
_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to