brontes3d-production_log_analyzer 2009072200 → 2010072900
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest.txt +20 -6
- metadata +37 -13
data/Manifest.txt
CHANGED
@@ -9,10 +9,24 @@ bin/pl_analyze
|
|
9
9
|
lib/production_log/action_grep.rb
|
10
10
|
lib/production_log/analyzer.rb
|
11
11
|
lib/production_log/parser.rb
|
12
|
-
test/
|
13
|
-
test/test.syslog.1.2.shortname.log
|
14
|
-
test/test.syslog.empty.log
|
15
|
-
test/test.syslog.log
|
16
|
-
test/test_action_grep.rb
|
17
|
-
test/test_analyzer.rb
|
12
|
+
test/test_rack_logging_per_proc.rb
|
18
13
|
test/test_parser.rb
|
14
|
+
test/test_helper.rb
|
15
|
+
test/test_analyzer.rb
|
16
|
+
test/test_action_grep.rb
|
17
|
+
test/test_vanilla/test.log
|
18
|
+
test/test_vanilla/test.0.14.x.log
|
19
|
+
test/test_syslogs/test.syslog.1.2.shortname.log
|
20
|
+
test/test_vanilla/test.empty.log
|
21
|
+
test/test_syslogs/test.syslog.log
|
22
|
+
test/test_syslogs/test.syslog.0.14.x.log
|
23
|
+
test/test_vanilla/test.1.2.shortname.log
|
24
|
+
test/test_syslogs/test.syslog.empty.log
|
25
|
+
test/test_vanilla/test_log_parts/8_online1-rails-59635.log
|
26
|
+
test/test_vanilla/test_log_parts/7_online1-rails-59627.log
|
27
|
+
test/test_vanilla/test_log_parts/6_online1-rails-60654.log
|
28
|
+
test/test_vanilla/test_log_parts/5_online1-rails-59629.log
|
29
|
+
test/test_vanilla/test_log_parts/4_online1-rails-59645.log
|
30
|
+
test/test_vanilla/test_log_parts/3_online1-rails-59628.log
|
31
|
+
test/test_vanilla/test_log_parts/2_online2-rails-59628.log
|
32
|
+
test/test_vanilla/test_log_parts/1_online1-rails-59600.log
|
metadata
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brontes3d-production_log_analyzer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 4020145803
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 2010072900
|
8
|
+
version: "2010072900"
|
5
9
|
platform: ruby
|
6
10
|
authors:
|
7
11
|
- Eric Hodel
|
@@ -9,29 +13,41 @@ autorequire:
|
|
9
13
|
bindir: bin
|
10
14
|
cert_chain: []
|
11
15
|
|
12
|
-
date: 2009-06-11 00:00:00 -
|
16
|
+
date: 2009-06-11 00:00:00 -04:00
|
13
17
|
default_executable:
|
14
18
|
dependencies:
|
15
19
|
- !ruby/object:Gem::Dependency
|
16
20
|
name: rails_analyzer_tools
|
17
|
-
|
18
|
-
|
19
|
-
|
21
|
+
prerelease: false
|
22
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
23
|
+
none: false
|
20
24
|
requirements:
|
21
25
|
- - ">="
|
22
26
|
- !ruby/object:Gem::Version
|
27
|
+
hash: 7
|
28
|
+
segments:
|
29
|
+
- 1
|
30
|
+
- 4
|
31
|
+
- 0
|
23
32
|
version: 1.4.0
|
24
|
-
|
33
|
+
type: :runtime
|
34
|
+
version_requirements: *id001
|
25
35
|
- !ruby/object:Gem::Dependency
|
26
36
|
name: hoe
|
27
|
-
|
28
|
-
|
29
|
-
|
37
|
+
prerelease: false
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
30
40
|
requirements:
|
31
41
|
- - ">="
|
32
42
|
- !ruby/object:Gem::Version
|
43
|
+
hash: 35
|
44
|
+
segments:
|
45
|
+
- 1
|
46
|
+
- 12
|
47
|
+
- 2
|
33
48
|
version: 1.12.2
|
34
|
-
|
49
|
+
type: :development
|
50
|
+
version_requirements: *id002
|
35
51
|
description: production_log_analyzer provides three tools to analyze log files created by SyslogLogger. pl_analyze for getting daily reports, action_grep for pulling log lines for a single action and action_errors to summarize errors with counts.
|
36
52
|
email: drbrain@segment7.net
|
37
53
|
executables:
|
@@ -81,6 +97,8 @@ files:
|
|
81
97
|
- test/test_vanilla/test_log_parts/8_online1-rails-59635.log
|
82
98
|
has_rdoc: true
|
83
99
|
homepage: http://seattlerb.rubyforge.org/production_log_analyzer
|
100
|
+
licenses: []
|
101
|
+
|
84
102
|
post_install_message:
|
85
103
|
rdoc_options:
|
86
104
|
- --main
|
@@ -88,21 +106,27 @@ rdoc_options:
|
|
88
106
|
require_paths:
|
89
107
|
- lib
|
90
108
|
required_ruby_version: !ruby/object:Gem::Requirement
|
109
|
+
none: false
|
91
110
|
requirements:
|
92
111
|
- - ">="
|
93
112
|
- !ruby/object:Gem::Version
|
113
|
+
hash: 3
|
114
|
+
segments:
|
115
|
+
- 0
|
94
116
|
version: "0"
|
95
|
-
version:
|
96
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
|
+
none: false
|
97
119
|
requirements:
|
98
120
|
- - ">="
|
99
121
|
- !ruby/object:Gem::Version
|
122
|
+
hash: 3
|
123
|
+
segments:
|
124
|
+
- 0
|
100
125
|
version: "0"
|
101
|
-
version:
|
102
126
|
requirements: []
|
103
127
|
|
104
128
|
rubyforge_project: seattlerb
|
105
|
-
rubygems_version: 1.
|
129
|
+
rubygems_version: 1.3.7
|
106
130
|
signing_key:
|
107
131
|
specification_version: 2
|
108
132
|
summary: production_log_analyzer lets you find out which actions on a Rails site are slowing you down.
|