简体   繁体   English

Zenoss,无法理解数据值的使用

[英]Zenoss, Not able to understand use of data values

I am working on a project in which we are monitoring data of some virtual devices which is running on zenoss server , I get the actual data by calling several api's lets suppose calling on some url which ends with /getRRDInfoTabDevice gives value of data store and data point, then i again make call using this values and i get data in xml which is as follows 我正在一个项目中,我们正在监视在zenoss服务器上运行的某些虚拟设备的数据,我通过调用几个api来获取实际数据,假设在以/ getRRDInfoTabDevice结尾的某些url上调用会提供数据存储和数据的价值点,然后我再次使用此值进行调用,并在xml中获取数据,如下所示

<row><t>2147483700</t><v0>1.8917126005e-305</v0></row>

where t is data for time, and v0 is actual data, so my question is what is the use of this value v0, as one can see its in e-305 which is almost near to zero ? 其中t是时间数据,而v0是实际数据,所以我的问题是,该值v0的用途是什么,正如在e-305中可以看到它几乎接近零一样?

该值以八位字节/秒为单位,该值用于监视CPU利用率,网络利用率等。它基本上取决于您通过rrdtool监视的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM