-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
42 lines (22 loc) · 1.45 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Revision history for Perl extension Linux-GetPidstat
{{$NEXT}}
0.10 2019-03-28T09:14:35Z
- Fix test when using perl compiled with -Duselongdouble (https://github.com/yoheimuta/Linux-GetPidstat/pull/12)
0.09 2017-09-19T02:20:13Z
- Fixed: Use of uninitialized value in numeric eq (==) at /path/to/Linux/GetPidstat/Reader.pm line 27 (https://github.com/yoheimuta/Linux-GetPidstat/pull/10)
0.08 2017-09-15T03:04:34Z
- Use of uninitialized value $pid in scalar chomp at /path/to/local/lib/perl5/Linux/GetPidstat/Reader.pm line 22 (https://github.com/yoheimuta/Linux-GetPidstat/pull/9)
0.07 2017-05-30T06:41:23Z
- Reduce the number of pidstat process (https://github.com/yoheimuta/Linux-GetPidstat/pull/7)
0.05 2017-05-19T08:37:40Z
- define Writer::Mackerel#bulk_output (https://github.com/yoheimuta/Linux-GetPidstat/pull/6)
0.04 2017-05-17T06:39:55Z
- Added --mackerel_metric_key_prefix option (https://github.com/yoheimuta/Linux-GetPidstat/pull/4)
- Added --mackerel_[metric_type|host_id] options to post host metric (https://github.com/yoheimuta/Linux-GetPidstat/pull/5)
0.03 2016-07-14T03:08:05Z
- Changed flag options (https://github.com/yoheimuta/Linux-GetPidstat/pull/3)
0.02 2016-06-16T13:57:00Z
- Excluded child threads (https://github.com/yoheimuta/Linux-GetPidstat/pull/1)
- Limited a number of pidstat processes (https://github.com/yoheimuta/Linux-GetPidstat/pull/2)
0.01 2016-06-12T13:30:33Z
- original version