<div>thx.</div>
<div>I just create 3 graphs with another each other command,</div>
<div>&nbsp;</div>
<div>1. Not using --x-grid&nbsp;command is as follow</div>
<div>&nbsp;&nbsp;&nbsp; /usr/local/rrdtool/bin/rrdtool graph abb_month_2.png -s -1month -t test --lazy -l 0 -a PNG -w 600 DEF:DailyOutByte=DailyTraffic.rrd:DailyOutByte:AVERAGE AREA:DailyOutByte#32CD32:OUT <br>&nbsp;&nbsp; =&gt; result : <a href="http://aqua.cnu.ac.kr/~nina/abb_month_2.png">
http://aqua.cnu.ac.kr/~nina/abb_month_2.png</a></div>
<div>&nbsp;</div>
<div>2. using --x-grid full month is as follow</div>
<div>&nbsp;&nbsp; /usr/local/rrdtool/bin/rrdtool graph full_month.png -s -1month -t test --lazy -l 0 -a PNG -w 600 --x-grid HOUR:8:DAY:1:DAY:1:0:%B DEF:DailyOutByte=DailyTraffic.rrd:DailyOutByte:AVERAGE AREA:DailyOutByte#32CD32:OUT
</div>
<div>&nbsp; =&gt; result : <a href="http://aqua.cnu.ac.kr/~nina/full_month.png">http://aqua.cnu.ac.kr/~nina/full_month.png</a></div>
<div>&nbsp;</div>
<div>3. abbreviated&nbsp; month&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/local/rrdtool/bin/rrdtool graph abb_month.png -s -1month -t test --lazy -l 0 -a PNG -w 600 --x-grid HOUR:8:DAY:1:DAY:1:0:%b DEF:DailyOutByte=DailyTraffic.rrd:DailyOutByte:AVERAGE
 AREA:DailyOutByte#32CD32:OUT</div>
<div>&nbsp; =&gt; result : <a href="http://aqua.cnu.ac.kr/~nina/abb_month.png">http://aqua.cnu.ac.kr/~nina/abb_month.png</a></div>
<div>&nbsp;</div>
<div><span class="gmail_quote">2007/8/23, Alex van den Bogaerdt &lt;<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, Aug 23, 2007 at 01:26:17AM +0900, nina wrote:<br><br>&gt; But, error occur when I try to print abbreviated weekday name or full
<br>&gt; weekday name ,<br>&gt; : <a href="http://aqua.cnu.ac.kr/~nina/week12.png">http://aqua.cnu.ac.kr/~nina/week12.png</a><br><br>So, what happens when you print abbreviated or full month names?<br><br>_______________________________________________
<br>rrd-users mailing list<br><a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br><a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
</a><br></blockquote></div><br>