検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for rrdFile (0.001 sec.)
Procedural PECL/rrd example 10808
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... e 例1 Procedural usage of rrd <?php $rrdFile = dirname ( __FILE__ ) . "/speed.rrd" ; //create r ... rd file rrd_create ( $rrdFile , array( "--start" , 920804400 , "DS:speed:COUNTER ... E:0.5:1:24" , "RRA:AVERAGE:0.5:6:10" ) ); //update rrd file rrd_update ( $rrdFile , array( "920804700:12345" ... 000" , "--vertical-label" , "m/s" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]
OOP PECL/rrd example 10398
« Procedural PECL/rrd example RRD 関数 » PHP Manual 例 OOP PECL/rrd example OOP PECL/rrd example ... 例1 OO usage of rrd <?php $rrdFile = dirname ( __FILE__ ) . "/speed.rrd" ; $outputPng ... __ ) . "/speed.png" ; $creator = new RRDCreator ( $rrdFile , "now -10d" , 500 ); $creator -> addDataSource ( ... $creator -> save (); $updater = new RRDUpdater ( $rrdFile ); $updater -> update (array( "speed" => "12345" ) ... 000 , "--vertical-label" => "m/s" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" ...
https://man.plustar.jp/php/rrd.examples-oop.html - [similar]
Sets the options for rrd graph export 6678
« RRDGraph::saveVerbose RRDUpdater » PHP Manual RRDGraph Sets the options for rrd graph export R ... 000 , "--vertical-label" => "m/s" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" ... 00000" , "--color=MGRID#00000000" , "DEF:myspeed= $rrdFile :speed:AVERAGE" , "CDEF:realspeed=myspeed,1000,*" ...
https://man.plustar.jp/php/rrdgraph.setoptions.html - [similar]
PREV 1 NEXT