hotsanic |
Subversion Repositories: |
Rev 22 | Rev 27 | |
---|---|---|
Line 169... | Line 169... | |
"GPRINT:maxout:LAST: current\\:%7.2lf %s $STYLE/s)\\n", |
"GPRINT:maxout:LAST: current\\:%7.2lf %s $STYLE/s)\\n", | |
"AREA:wrong1#$COLOR_WRONGDATA:data unknown (device may be down)\\n", |
"AREA:wrong1#$COLOR_WRONGDATA:data unknown (device may be down)\\n", | |
"AREA:wrong2#$COLOR_WRONGDATA:", |
"AREA:wrong2#$COLOR_WRONGDATA:", | |
"HRULE:$maxin#$COLOR_MAXSPEED:Maximum transmission speed without compression (in\\: $maxin / out\\: $maxout $STYLE/s)\\n", |
"HRULE:$maxin#$COLOR_MAXSPEED:Maximum transmission speed without compression (in\\: $maxin / out\\: $maxout $STYLE/s)\\n", | |
"HRULE:-$maxout#$COLOR_MAXSPEED", |
"HRULE:-$maxout#$COLOR_MAXSPEED", | |
"GPRINT:totin:AVERAGE: totaals for last hour\\:%7.2lf %s $STYLETOTAL input", |
"GPRINT:totin:AVERAGE: totals last hour\\:%7.2lf %s $STYLETOTAL in", | |
"GPRINT:totout:AVERAGE: / %7.2lf %s $STYLETOTAL output", |
"GPRINT:totout:AVERAGE:/ %7.2lf %s $STYLETOTAL out", | |
"HRULE:0#000000"; |
"HRULE:0#000000"; | |
|
| |
rename $TEMPNAME,$FILENAME; |
rename $TEMPNAME,$FILENAME; | |
print " hour ",$xs,"x",$ys," ",$FILENAME,"\n"; |
print " hour ",$xs,"x",$ys," ",$FILENAME,"\n"; | |
} |
} | |
Line 246... | Line 246... | |
"GPRINT:avgout:MAX: max\\:%7.2lf %s $STYLE/s)\\n", |
"GPRINT:avgout:MAX: max\\:%7.2lf %s $STYLE/s)\\n", | |
"AREA:wrong1#$COLOR_WRONGDATA:data unknown (device may be down)\\n", |
"AREA:wrong1#$COLOR_WRONGDATA:data unknown (device may be down)\\n", | |
"AREA:wrong2#$COLOR_WRONGDATA:", |
"AREA:wrong2#$COLOR_WRONGDATA:", | |
"HRULE:$maxin#$COLOR_MAXSPEED:Maximum transmission speed without compression (in\\: $maxin / out\\: $maxout $STYLE/s)", |
"HRULE:$maxin#$COLOR_MAXSPEED:Maximum transmission speed without compression (in\\: $maxin / out\\: $maxout $STYLE/s)", | |
"HRULE:-$maxout#$COLOR_MAXSPEED", |
"HRULE:-$maxout#$COLOR_MAXSPEED", | |
"GPRINT:totin:AVERAGE: totals for last $descr \\:%7.2lf %s $STYLETOTAL input", |
"GPRINT:totin:AVERAGE: totals last $descr \\:%7.2lf %s $STYLETOTAL in", | |
"GPRINT:totout:AVERAGE: / %7.2lf %s $STYLETOTAL output", |
"GPRINT:totout:AVERAGE:/ %7.2lf %s $STYLETOTAL out", | |
"HRULE:0#000000"; |
"HRULE:0#000000"; | |
|
| |
rename $TEMPNAME,$FILENAME; |
rename $TEMPNAME,$FILENAME; | |
printf " %-7s %d"."x%d %s\n",$descr,$xs,$ys,$FILENAME; |
printf " %-7s %d"."x%d %s\n",$descr,$xs,$ys,$FILENAME; | |
} |
} |