RRDCreator::__construct
(PECL rrd >= 0.9.0)
RRDCreator::__construct — 创建新的 RRDCreator 实例
描述
public RRDCreator::__construct(
string $path
,
string $startTime
= ?,
int $step
= 0)
参数
path
-
新创建的 RRD 数据库文件路径。
startTime
-
RRD 数据库中第一个值的时间。参数支持 rrd create 调用支持的所有格式。
- int
step
-
以秒为单位的基本间隔,数据将以该间隔被馈送到 RRD 数据库。