Jerry Chin
Jerry Chin
I've tried a [solution](https://stackoverflow.com/questions/13476226/adding-new-datasource-to-an-existing-rrd) offered by popozhu on Stack-overflow, but it seems that rrdtool DOESN'T work with rrd file created by rrd4j, what else can I do?
My business scenario is as follows: I have several nodes which offer many web API services, all requests are tracked per API, later these request count and outcome(success or failed)...
@fbacchella nope. it's one datasource per api, one rrd per node, like the following: Files Hierarchy ``` /data/rrd/ |node1-ServiceStat.rrd |... |nodeN-ServiceStat.rrd ``` every RRD definitions are like: ``` RrdDef rrdDef...
Hey, @fbacchella can you help to solve the issue? I really add new data source to existed RRD db.
宣扬程序语言本土化,无异于闭关锁国!
@nobodxbodon 我只是觉得程序语言应该是中性的,比如英语一样是全球通用的语言。但是注释可以是任意语言,这样是最完美的解决方案。强行使用中文语言编程,会引入不可预料的风险。
* 公司:移康智能 * 地点:中国上海 * 联系方式:[email protected] * 版本: v2.0.2 * 场景与规模:用于 IoT 事件处理,实现不同 IoT 事件消息与事件处理器之间的松散耦合。集群规模不大,Broker 有 6 台 (2 vCPU + 4GiB),客户端有 5 台(2 vCPU + 4GiB),日处理消息约 400万条。 * 期望:TTL...
I run into the same problem on Chrome, after turning off `AdBlock`, I'm able to download the nice scheme!
I have a workaround, specify `TOTAL_MEMORY` at `full.render.js` Example: ``` Module = Module || {}; Module.TOTAL_MEMORY = 1024 * 1024 * 1024; // Allow 1GB ```