zhenyun

Results 10 comments of zhenyun

it works with examples/log/gc.log, but that gc.log does not have some values, eg. Allocation failures.

I used this (shortened) gc.log: ``` Java HotSpot(TM) 64-Bit Server VM (25.5-b02) for linux-amd64 JRE (1.8.0_05-b13), built on Mar 18 2014 00:29:27 by "java_re" with gcc 4.3.0 20080428 (Red Hat...

The goal of the "filed issue" is to store Unix time in *.csv file (for easy human reading afterwards). In naarad, the unix time needs to be translated to epoch...

CSV file is generated in correctly. We should fix the qps issue , otherwise it is not usable. :) I can put it as my next sprint story if nobody...

In my case, I did not specify anything. The metric is custom metric (not sar output). QPS (the csv file) is wrong. On Fri, Aug 28, 2015 at 9:31 AM,...

Sample data: cat q.csv 2015-08-25 00:00:00.0035,1 2015-08-25 00:00:01.0178,1 2015-08-25 00:00:01.0285,1 2015-08-25 00:00:01.0370,1 2015-08-25 00:00:01.0478,1 2015-08-25 00:00:01.0585,1 2015-08-25 00:00:01.0670,1 2015-08-25 00:00:01.0678,1 2015-08-25 00:00:02.0494,1 2015-08-25 00:00:02.0503,1 Config: naarad.q.conf [Query-QPS] infile=q.csv columns=query sep=,...

Feel the default should be 'second', after all, qps stands for query per second. That is, if no "aggr_metrics" line, use second;

Yeah. I just labeled them. zen --- From: haricharankr [[email protected]] Sent: Tuesday, March 18, 2014 1:02 PM To: linkedin/naarad Cc: Zhenyun Zhuang Subject: Re: [naarad] client custom plottting sometimes freezes...

no. Only comparing: (1) the same sub-metric (e.g., cpu.util) from different hosts; (2) same sub-metric from different devices (e.g. sda.await sdb,await); Ideally, we should allow the user to control whether...

I believe it is a compatibility - "stat collector" package once output 'procvmstat.out', later it is changed to 'proc.vmstat.out'. We should consider removing the 3 lines sometime.