?? rrd_create.php
字號:
<? dl("/tmp/php3_rrdtool.so"); ## ## demonstration of the rrd_create() command ## $_opts = array( "--step", "300", "--start", 0, "DS:input:COUNTER:900:0:U", "DS:output:COUNTER:900:0:U", "RRA:AVERAGE:0.5:1:1000", "RRA:MIN:0.5:1:1000", "RRA:MAX:0.5:1:1000" ); $ret = rrd_create("/tmp/test.rrd", $_opts, count($_opts)); if ( $ret == -1 ) { $err = rrd_error(); echo "Create error: $err\n"; } /* else rrd_create was successful */?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -