A sample resource. @author James D Robinson <james@localhost>
User: Zhang Kaitao
Date: 13-2-4 上午9:38
Version: 1.0
Class to represent data source values for the given timestamp. Objects of this class are never created directly (no public constructor is provided). To learn more how to update RRDs, see RRDTool's rrdupdate man page.
To update a RRD with JRobin use the following procedure:
Newly created Sample object contains all data source values set to 'unknown'. You should specifify only 'known' data source values. However, if you want to specify 'unknown' values too, use Double.NaN
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|