newrelic_rpm 2.10.8 → 2.11.0.beta
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of newrelic_rpm might be problematic. Click here for more details.
- data/CHANGELOG +15 -3
- data/lib/new_relic/agent.rb +17 -6
- data/lib/new_relic/agent/agent.rb +98 -77
- data/lib/new_relic/agent/busy_calculator.rb +1 -1
- data/lib/new_relic/agent/error_collector.rb +6 -3
- data/lib/new_relic/agent/instrumentation/active_record_instrumentation.rb +1 -0
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +0 -2
- data/lib/new_relic/agent/instrumentation/memcache.rb +0 -1
- data/lib/new_relic/agent/instrumentation/metric_frame.rb +8 -2
- data/lib/new_relic/agent/instrumentation/passenger_instrumentation.rb +3 -3
- data/lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb +10 -0
- data/lib/new_relic/agent/method_tracer.rb +1 -1
- data/lib/new_relic/agent/shim_agent.rb +1 -1
- data/lib/new_relic/agent/stats_engine.rb +1 -1
- data/lib/new_relic/agent/stats_engine/samplers.rb +2 -2
- data/lib/new_relic/control.rb +6 -3
- data/lib/new_relic/rack/metric_app.rb +4 -4
- data/lib/new_relic/version.rb +3 -3
- data/newrelic.yml +3 -3
- data/newrelic_rpm.gemspec +4 -192
- data/test/new_relic/agent/rpm_agent_test.rb +15 -2
- data/test/new_relic/agent/task_instrumentation_test.rb +3 -2
- metadata +12 -197
- data/rdoc/classes/NewRelic.html +0 -293
- data/rdoc/classes/NewRelic/Agent.html +0 -810
- data/rdoc/classes/NewRelic/Agent/Agent.html +0 -742
- data/rdoc/classes/NewRelic/Agent/BackgroundLoadingError.html +0 -111
- data/rdoc/classes/NewRelic/Agent/BusyCalculator.html +0 -309
- data/rdoc/classes/NewRelic/Agent/CollectionHelper.html +0 -196
- data/rdoc/classes/NewRelic/Agent/ErrorCollector.html +0 -378
- data/rdoc/classes/NewRelic/Agent/ForceDisconnectException.html +0 -118
- data/rdoc/classes/NewRelic/Agent/ForceRestartException.html +0 -117
- data/rdoc/classes/NewRelic/Agent/IgnoreSilentlyException.html +0 -118
- data/rdoc/classes/NewRelic/Agent/Instrumentation.html +0 -174
- data/rdoc/classes/NewRelic/Agent/Instrumentation/ActiveRecordInstrumentation.html +0 -221
- data/rdoc/classes/NewRelic/Agent/Instrumentation/ControllerInstrumentation.html +0 -349
- data/rdoc/classes/NewRelic/Agent/Instrumentation/ControllerInstrumentation/ClassMethods.html +0 -277
- data/rdoc/classes/NewRelic/Agent/Instrumentation/DelayedJobInstrumentation.html +0 -112
- data/rdoc/classes/NewRelic/Agent/Instrumentation/MetricFrame.html +0 -1007
- data/rdoc/classes/NewRelic/Agent/Instrumentation/Rack.html +0 -321
- data/rdoc/classes/NewRelic/Agent/Instrumentation/Sinatra.html +0 -176
- data/rdoc/classes/NewRelic/Agent/LicenseException.html +0 -117
- data/rdoc/classes/NewRelic/Agent/MethodTracer.html +0 -150
- data/rdoc/classes/NewRelic/Agent/MethodTracer/ClassMethods.html +0 -295
- data/rdoc/classes/NewRelic/Agent/MethodTracer/InstanceMethods.html +0 -284
- data/rdoc/classes/NewRelic/Agent/PostTooBigException.html +0 -120
- data/rdoc/classes/NewRelic/Agent/Sampler.html +0 -314
- data/rdoc/classes/NewRelic/Agent/Sampler/Unsupported.html +0 -117
- data/rdoc/classes/NewRelic/Agent/Samplers.html +0 -126
- data/rdoc/classes/NewRelic/Agent/Samplers/CpuSampler.html +0 -327
- data/rdoc/classes/NewRelic/Agent/Samplers/DelayedJobLockSampler.html +0 -296
- data/rdoc/classes/NewRelic/Agent/Samplers/MemorySampler.html +0 -321
- data/rdoc/classes/NewRelic/Agent/Samplers/MemorySampler/Base.html +0 -186
- data/rdoc/classes/NewRelic/Agent/Samplers/MemorySampler/JavaHeapSampler.html +0 -173
- data/rdoc/classes/NewRelic/Agent/Samplers/MemorySampler/ProcStatus.html +0 -216
- data/rdoc/classes/NewRelic/Agent/Samplers/MemorySampler/ShellPS.html +0 -207
- data/rdoc/classes/NewRelic/Agent/Samplers/ObjectSampler.html +0 -222
- data/rdoc/classes/NewRelic/Agent/ServerError.html +0 -117
- data/rdoc/classes/NewRelic/Agent/ShimAgent.html +0 -297
- data/rdoc/classes/NewRelic/Agent/StatsEngine.html +0 -204
- data/rdoc/classes/NewRelic/Agent/StatsEngine/MetricStats.html +0 -441
- data/rdoc/classes/NewRelic/Agent/StatsEngine/Samplers.html +0 -237
- data/rdoc/classes/NewRelic/Agent/StatsEngine/ScopeStackElement.html +0 -178
- data/rdoc/classes/NewRelic/Agent/StatsEngine/Transactions.html +0 -385
- data/rdoc/classes/NewRelic/Agent/TransactionSampleBuilder.html +0 -505
- data/rdoc/classes/NewRelic/Agent/TransactionSampler.html +0 -690
- data/rdoc/classes/NewRelic/Agent/WorkerLoop.html +0 -305
- data/rdoc/classes/NewRelic/Agent/WorkerLoop/LoopTask.html +0 -224
- data/rdoc/classes/NewRelic/ApdexStats.html +0 -196
- data/rdoc/classes/NewRelic/BasicStats.html +0 -113
- data/rdoc/classes/NewRelic/ChainedCall.html +0 -180
- data/rdoc/classes/NewRelic/Commands.html +0 -112
- data/rdoc/classes/NewRelic/Commands/CommandFailure.html +0 -167
- data/rdoc/classes/NewRelic/Commands/Deployments.html +0 -285
- data/rdoc/classes/NewRelic/Control.html +0 -1760
- data/rdoc/classes/NewRelic/Control/External.html +0 -148
- data/rdoc/classes/NewRelic/Control/Merb.html +0 -227
- data/rdoc/classes/NewRelic/Control/Rails.html +0 -542
- data/rdoc/classes/NewRelic/Control/Ruby.html +0 -266
- data/rdoc/classes/NewRelic/Control/Sinatra.html +0 -178
- data/rdoc/classes/NewRelic/DelayedJobInjection.html +0 -118
- data/rdoc/classes/NewRelic/Histogram.html +0 -226
- data/rdoc/classes/NewRelic/Histogram/Bucket.html +0 -319
- data/rdoc/classes/NewRelic/Histogram/Shim.html +0 -144
- data/rdoc/classes/NewRelic/LocalEnvironment.html +0 -572
- data/rdoc/classes/NewRelic/MerbBootLoader.html +0 -146
- data/rdoc/classes/NewRelic/MethodTraceStats.html +0 -250
- data/rdoc/classes/NewRelic/MetricData.html +0 -347
- data/rdoc/classes/NewRelic/MetricParser.html +0 -747
- data/rdoc/classes/NewRelic/MetricParser/ActionMailer.html +0 -170
- data/rdoc/classes/NewRelic/MetricParser/ActiveMerchant.html +0 -267
- data/rdoc/classes/NewRelic/MetricParser/ActiveRecord.html +0 -250
- data/rdoc/classes/NewRelic/MetricParser/Controller.html +0 -363
- data/rdoc/classes/NewRelic/MetricParser/ControllerCPU.html +0 -319
- data/rdoc/classes/NewRelic/MetricParser/Errors.html +0 -170
- data/rdoc/classes/NewRelic/MetricParser/External.html +0 -339
- data/rdoc/classes/NewRelic/MetricParser/MemCache.html +0 -340
- data/rdoc/classes/NewRelic/MetricParser/OtherTransaction.html +0 -205
- data/rdoc/classes/NewRelic/MetricParser/View.html +0 -381
- data/rdoc/classes/NewRelic/MetricParser/WebFrontend.html +0 -182
- data/rdoc/classes/NewRelic/MetricParser/WebService.html +0 -172
- data/rdoc/classes/NewRelic/MetricSpec.html +0 -406
- data/rdoc/classes/NewRelic/Metrics.html +0 -138
- data/rdoc/classes/NewRelic/NoticedError.html +0 -200
- data/rdoc/classes/NewRelic/Rack.html +0 -112
- data/rdoc/classes/NewRelic/Rack/MetricApp.html +0 -193
- data/rdoc/classes/NewRelic/Rack/Status.html +0 -165
- data/rdoc/classes/NewRelic/ScopedMethodTraceStats.html +0 -225
- data/rdoc/classes/NewRelic/Stats.html +0 -917
- data/rdoc/classes/NewRelic/StatsBase.html +0 -346
- data/rdoc/classes/NewRelic/TransactionAnalysis.html +0 -269
- data/rdoc/classes/NewRelic/TransactionAnalysis/SegmentSummary.html +0 -338
- data/rdoc/classes/NewRelic/TransactionSample.html +0 -766
- data/rdoc/classes/NewRelic/TransactionSample/CompositeSegment.html +0 -195
- data/rdoc/classes/NewRelic/TransactionSample/FakeSegment.html +0 -113
- data/rdoc/classes/NewRelic/TransactionSample/IDGenerator.html +0 -178
- data/rdoc/classes/NewRelic/TransactionSample/Segment.html +0 -920
- data/rdoc/classes/NewRelic/TransactionSample/SummarySegment.html +0 -180
- data/rdoc/classes/NewRelic/VersionNumber.html +0 -338
- data/rdoc/classes/NewRelicApi.html +0 -270
- data/rdoc/classes/NewRelicApi/Account.html +0 -178
- data/rdoc/classes/NewRelicApi/Account/AccountUsage.html +0 -111
- data/rdoc/classes/NewRelicApi/Account/AccountView.html +0 -146
- data/rdoc/classes/NewRelicApi/Application.html +0 -139
- data/rdoc/classes/NewRelicApi/Application/Agent.html +0 -119
- data/rdoc/classes/NewRelicApi/Deployment.html +0 -123
- data/rdoc/classes/NewRelicApi/Subscription.html +0 -111
- data/rdoc/classes/NewRelicApi/ThresholdValue.html +0 -174
- data/rdoc/classes/NewRelicApi/User.html +0 -111
- data/rdoc/created.rid +0 -1
- data/rdoc/files/CHANGELOG.html +0 -649
- data/rdoc/files/LICENSE.html +0 -143
- data/rdoc/files/lib/new_relic/agent/agent_rb.html +0 -113
- data/rdoc/files/lib/new_relic/agent/busy_calculator_rb.html +0 -115
- data/rdoc/files/lib/new_relic/agent/chained_call_rb.html +0 -107
- data/rdoc/files/lib/new_relic/agent/collection_helper_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/error_collector_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/instrumentation/active_merchant_rb.html +0 -107
- data/rdoc/files/lib/new_relic/agent/instrumentation/active_record_instrumentation_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/instrumentation/authlogic_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/instrumentation/controller_instrumentation_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/instrumentation/data_mapper_rb.html +0 -191
- data/rdoc/files/lib/new_relic/agent/instrumentation/delayed_job_instrumentation_rb.html +0 -109
- data/rdoc/files/lib/new_relic/agent/instrumentation/memcache_rb.html +0 -152
- data/rdoc/files/lib/new_relic/agent/instrumentation/merb/controller_rb.html +0 -155
- data/rdoc/files/lib/new_relic/agent/instrumentation/merb/errors_rb.html +0 -107
- data/rdoc/files/lib/new_relic/agent/instrumentation/metric_frame_rb.html +0 -113
- data/rdoc/files/lib/new_relic/agent/instrumentation/net_rb.html +0 -172
- data/rdoc/files/lib/new_relic/agent/instrumentation/passenger_instrumentation_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/instrumentation/rack_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/instrumentation/rails/action_controller_rb.html +0 -152
- data/rdoc/files/lib/new_relic/agent/instrumentation/rails/action_web_service_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/instrumentation/rails/errors_rb.html +0 -167
- data/rdoc/files/lib/new_relic/agent/instrumentation/sinatra_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/method_tracer_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/sampler_rb.html +0 -116
- data/rdoc/files/lib/new_relic/agent/samplers/cpu_sampler_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/samplers/delayed_job_lock_sampler_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/samplers/memory_sampler_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/samplers/object_sampler_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/shim_agent_rb.html +0 -108
- data/rdoc/files/lib/new_relic/agent/stats_engine/metric_stats_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/stats_engine/samplers_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/stats_engine/transactions_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/stats_engine_rb.html +0 -110
- data/rdoc/files/lib/new_relic/agent/transaction_sampler_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent/worker_loop_rb.html +0 -101
- data/rdoc/files/lib/new_relic/agent_rb.html +0 -204
- data/rdoc/files/lib/new_relic/commands/deployments_rb.html +0 -119
- data/rdoc/files/lib/new_relic/commands/new_relic_commands_rb.html +0 -108
- data/rdoc/files/lib/new_relic/control/external_rb.html +0 -117
- data/rdoc/files/lib/new_relic/control/merb_rb.html +0 -101
- data/rdoc/files/lib/new_relic/control/rails_rb.html +0 -108
- data/rdoc/files/lib/new_relic/control/ruby_rb.html +0 -110
- data/rdoc/files/lib/new_relic/control/sinatra_rb.html +0 -108
- data/rdoc/files/lib/new_relic/control_rb.html +0 -116
- data/rdoc/files/lib/new_relic/delayed_job_injection_rb.html +0 -180
- data/rdoc/files/lib/new_relic/histogram_rb.html +0 -114
- data/rdoc/files/lib/new_relic/local_environment_rb.html +0 -111
- data/rdoc/files/lib/new_relic/merbtasks_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_data_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/action_mailer_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/active_merchant_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/active_record_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/controller_cpu_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/controller_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/errors_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/external_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/mem_cache_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/other_transaction_rb.html +0 -108
- data/rdoc/files/lib/new_relic/metric_parser/view_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser/web_frontend_rb.html +0 -107
- data/rdoc/files/lib/new_relic/metric_parser/web_service_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_parser_rb.html +0 -101
- data/rdoc/files/lib/new_relic/metric_spec_rb.html +0 -108
- data/rdoc/files/lib/new_relic/metrics_rb.html +0 -101
- data/rdoc/files/lib/new_relic/noticed_error_rb.html +0 -107
- data/rdoc/files/lib/new_relic/rack/metric_app_rb.html +0 -108
- data/rdoc/files/lib/new_relic/rack_app_rb.html +0 -110
- data/rdoc/files/lib/new_relic/recipes_rb.html +0 -128
- data/rdoc/files/lib/new_relic/stats_rb.html +0 -101
- data/rdoc/files/lib/new_relic/transaction_analysis_rb.html +0 -108
- data/rdoc/files/lib/new_relic/transaction_sample_rb.html +0 -101
- data/rdoc/files/lib/new_relic/version_rb.html +0 -101
- data/rdoc/files/lib/new_relic_api_rb.html +0 -145
- data/rdoc/files/lib/newrelic_rpm_rb.html +0 -147
- data/rdoc/files/lib/tasks/all_rb.html +0 -107
- data/rdoc/fr_class_index.html +0 -134
- data/rdoc/fr_file_index.html +0 -103
- data/rdoc/fr_method_index.html +0 -568
- data/rdoc/index.html +0 -24
- data/rdoc/rdoc-style.css +0 -208
@@ -1,296 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: NewRelic::Agent::Samplers::DelayedJobLockSampler</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">NewRelic::Agent::Samplers::DelayedJobLockSampler</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../../../files/lib/new_relic/agent/samplers/delayed_job_lock_sampler_rb.html">
|
59
|
-
lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
<a href="../Sampler.html">
|
69
|
-
NewRelic::Agent::Sampler
|
70
|
-
</a>
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
</table>
|
74
|
-
</div>
|
75
|
-
<!-- banner header -->
|
76
|
-
|
77
|
-
<div id="bodyContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<div id="contextContent">
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
</div>
|
86
|
-
|
87
|
-
<div id="method-list">
|
88
|
-
<h3 class="section-bar">Methods</h3>
|
89
|
-
|
90
|
-
<div class="name-list">
|
91
|
-
<a href="#M000137">local_env</a>
|
92
|
-
<a href="#M000139">locked_jobs</a>
|
93
|
-
<a href="#M000135">new</a>
|
94
|
-
<a href="#M000141">poll</a>
|
95
|
-
<a href="#M000136">stats</a>
|
96
|
-
<a href="#M000140">supported_on_this_platform?</a>
|
97
|
-
<a href="#M000138">worker_name</a>
|
98
|
-
</div>
|
99
|
-
</div>
|
100
|
-
|
101
|
-
</div>
|
102
|
-
|
103
|
-
|
104
|
-
<!-- if includes -->
|
105
|
-
|
106
|
-
<div id="section">
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
<!-- if method_list -->
|
116
|
-
<div id="methods">
|
117
|
-
<h3 class="section-bar">Public Class methods</h3>
|
118
|
-
|
119
|
-
<div id="method-M000135" class="method-detail">
|
120
|
-
<a name="M000135"></a>
|
121
|
-
|
122
|
-
<div class="method-heading">
|
123
|
-
<a href="#M000135" class="method-signature">
|
124
|
-
<span class="method-name">new</span><span class="method-args">()</span>
|
125
|
-
</a>
|
126
|
-
</div>
|
127
|
-
|
128
|
-
<div class="method-description">
|
129
|
-
<p><a class="source-toggle" href="#"
|
130
|
-
onclick="toggleCode('M000135-source');return false;">[Source]</a></p>
|
131
|
-
<div class="method-source-code" id="M000135-source">
|
132
|
-
<pre>
|
133
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 5</span>
|
134
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
|
135
|
-
<span class="ruby-keyword kw">super</span> <span class="ruby-operator">:</span><span class="ruby-identifier">delayed_job_lock</span>
|
136
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">Unsupported</span>, <span class="ruby-value str">"DJ instrumentation disabled"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">Control</span>.<span class="ruby-identifier">instance</span>[<span class="ruby-value str">'disable_dj'</span>]
|
137
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">Unsupported</span>, <span class="ruby-value str">"No DJ worker present"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">DelayedJobInjection</span>.<span class="ruby-identifier">worker_name</span>
|
138
|
-
<span class="ruby-keyword kw">end</span>
|
139
|
-
</pre>
|
140
|
-
</div>
|
141
|
-
</div>
|
142
|
-
</div>
|
143
|
-
|
144
|
-
<div id="method-M000140" class="method-detail">
|
145
|
-
<a name="M000140"></a>
|
146
|
-
|
147
|
-
<div class="method-heading">
|
148
|
-
<a href="#M000140" class="method-signature">
|
149
|
-
<span class="method-name">supported_on_this_platform?</span><span class="method-args">()</span>
|
150
|
-
</a>
|
151
|
-
</div>
|
152
|
-
|
153
|
-
<div class="method-description">
|
154
|
-
<p><a class="source-toggle" href="#"
|
155
|
-
onclick="toggleCode('M000140-source');return false;">[Source]</a></p>
|
156
|
-
<div class="method-source-code" id="M000140-source">
|
157
|
-
<pre>
|
158
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 27</span>
|
159
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">supported_on_this_platform?</span>
|
160
|
-
<span class="ruby-keyword kw">defined?</span>(<span class="ruby-constant">Delayed</span><span class="ruby-operator">::</span><span class="ruby-constant">Job</span>)
|
161
|
-
<span class="ruby-keyword kw">end</span>
|
162
|
-
</pre>
|
163
|
-
</div>
|
164
|
-
</div>
|
165
|
-
</div>
|
166
|
-
|
167
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
168
|
-
|
169
|
-
<div id="method-M000137" class="method-detail">
|
170
|
-
<a name="M000137"></a>
|
171
|
-
|
172
|
-
<div class="method-heading">
|
173
|
-
<a href="#M000137" class="method-signature">
|
174
|
-
<span class="method-name">local_env</span><span class="method-args">()</span>
|
175
|
-
</a>
|
176
|
-
</div>
|
177
|
-
|
178
|
-
<div class="method-description">
|
179
|
-
<p><a class="source-toggle" href="#"
|
180
|
-
onclick="toggleCode('M000137-source');return false;">[Source]</a></p>
|
181
|
-
<div class="method-source-code" id="M000137-source">
|
182
|
-
<pre>
|
183
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 15</span>
|
184
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">local_env</span>
|
185
|
-
<span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">Control</span>.<span class="ruby-identifier">instance</span>.<span class="ruby-identifier">local_env</span>
|
186
|
-
<span class="ruby-keyword kw">end</span>
|
187
|
-
</pre>
|
188
|
-
</div>
|
189
|
-
</div>
|
190
|
-
</div>
|
191
|
-
|
192
|
-
<div id="method-M000139" class="method-detail">
|
193
|
-
<a name="M000139"></a>
|
194
|
-
|
195
|
-
<div class="method-heading">
|
196
|
-
<a href="#M000139" class="method-signature">
|
197
|
-
<span class="method-name">locked_jobs</span><span class="method-args">()</span>
|
198
|
-
</a>
|
199
|
-
</div>
|
200
|
-
|
201
|
-
<div class="method-description">
|
202
|
-
<p><a class="source-toggle" href="#"
|
203
|
-
onclick="toggleCode('M000139-source');return false;">[Source]</a></p>
|
204
|
-
<div class="method-source-code" id="M000139-source">
|
205
|
-
<pre>
|
206
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 23</span>
|
207
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">locked_jobs</span>
|
208
|
-
<span class="ruby-constant">Delayed</span><span class="ruby-operator">::</span><span class="ruby-constant">Job</span>.<span class="ruby-identifier">count</span>(<span class="ruby-identifier">:conditions</span> =<span class="ruby-operator">></span> {<span class="ruby-identifier">:locked_by</span> =<span class="ruby-operator">></span> <span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">DelayedJobInjection</span>.<span class="ruby-identifier">worker_name</span>})
|
209
|
-
<span class="ruby-keyword kw">end</span>
|
210
|
-
</pre>
|
211
|
-
</div>
|
212
|
-
</div>
|
213
|
-
</div>
|
214
|
-
|
215
|
-
<div id="method-M000141" class="method-detail">
|
216
|
-
<a name="M000141"></a>
|
217
|
-
|
218
|
-
<div class="method-heading">
|
219
|
-
<a href="#M000141" class="method-signature">
|
220
|
-
<span class="method-name">poll</span><span class="method-args">()</span>
|
221
|
-
</a>
|
222
|
-
</div>
|
223
|
-
|
224
|
-
<div class="method-description">
|
225
|
-
<p><a class="source-toggle" href="#"
|
226
|
-
onclick="toggleCode('M000141-source');return false;">[Source]</a></p>
|
227
|
-
<div class="method-source-code" id="M000141-source">
|
228
|
-
<pre>
|
229
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 31</span>
|
230
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">poll</span>
|
231
|
-
<span class="ruby-identifier">stats</span>.<span class="ruby-identifier">record_data_point</span> <span class="ruby-identifier">locked_jobs</span>
|
232
|
-
<span class="ruby-keyword kw">end</span>
|
233
|
-
</pre>
|
234
|
-
</div>
|
235
|
-
</div>
|
236
|
-
</div>
|
237
|
-
|
238
|
-
<div id="method-M000136" class="method-detail">
|
239
|
-
<a name="M000136"></a>
|
240
|
-
|
241
|
-
<div class="method-heading">
|
242
|
-
<a href="#M000136" class="method-signature">
|
243
|
-
<span class="method-name">stats</span><span class="method-args">()</span>
|
244
|
-
</a>
|
245
|
-
</div>
|
246
|
-
|
247
|
-
<div class="method-description">
|
248
|
-
<p><a class="source-toggle" href="#"
|
249
|
-
onclick="toggleCode('M000136-source');return false;">[Source]</a></p>
|
250
|
-
<div class="method-source-code" id="M000136-source">
|
251
|
-
<pre>
|
252
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 11</span>
|
253
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">stats</span>
|
254
|
-
<span class="ruby-identifier">stats_engine</span>.<span class="ruby-identifier">get_stats</span>(<span class="ruby-value str">"Custom/DJ Locked Jobs"</span>, <span class="ruby-keyword kw">false</span>)
|
255
|
-
<span class="ruby-keyword kw">end</span>
|
256
|
-
</pre>
|
257
|
-
</div>
|
258
|
-
</div>
|
259
|
-
</div>
|
260
|
-
|
261
|
-
<div id="method-M000138" class="method-detail">
|
262
|
-
<a name="M000138"></a>
|
263
|
-
|
264
|
-
<div class="method-heading">
|
265
|
-
<a href="#M000138" class="method-signature">
|
266
|
-
<span class="method-name">worker_name</span><span class="method-args">()</span>
|
267
|
-
</a>
|
268
|
-
</div>
|
269
|
-
|
270
|
-
<div class="method-description">
|
271
|
-
<p><a class="source-toggle" href="#"
|
272
|
-
onclick="toggleCode('M000138-source');return false;">[Source]</a></p>
|
273
|
-
<div class="method-source-code" id="M000138-source">
|
274
|
-
<pre>
|
275
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb, line 19</span>
|
276
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">worker_name</span>
|
277
|
-
<span class="ruby-identifier">local_env</span>.<span class="ruby-identifier">dispatcher_instance_id</span>
|
278
|
-
<span class="ruby-keyword kw">end</span>
|
279
|
-
</pre>
|
280
|
-
</div>
|
281
|
-
</div>
|
282
|
-
</div>
|
283
|
-
|
284
|
-
|
285
|
-
</div>
|
286
|
-
|
287
|
-
|
288
|
-
</div>
|
289
|
-
|
290
|
-
|
291
|
-
<div id="validator-badges">
|
292
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
293
|
-
</div>
|
294
|
-
|
295
|
-
</body>
|
296
|
-
</html>
|
@@ -1,321 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: NewRelic::Agent::Samplers::MemorySampler</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">NewRelic::Agent::Samplers::MemorySampler</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../../../files/lib/new_relic/agent/samplers/memory_sampler_rb.html">
|
59
|
-
lib/new_relic/agent/samplers/memory_sampler.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
<a href="../Sampler.html">
|
69
|
-
NewRelic::Agent::Sampler
|
70
|
-
</a>
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
</table>
|
74
|
-
</div>
|
75
|
-
<!-- banner header -->
|
76
|
-
|
77
|
-
<div id="bodyContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<div id="contextContent">
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
</div>
|
86
|
-
|
87
|
-
<div id="method-list">
|
88
|
-
<h3 class="section-bar">Methods</h3>
|
89
|
-
|
90
|
-
<div class="name-list">
|
91
|
-
<a href="#M000142">new</a>
|
92
|
-
<a href="#M000144">platform</a>
|
93
|
-
<a href="#M000145">platform</a>
|
94
|
-
<a href="#M000147">poll</a>
|
95
|
-
<a href="#M000146">stats</a>
|
96
|
-
<a href="#M000143">supported_on_this_platform?</a>
|
97
|
-
</div>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
|
103
|
-
<!-- if includes -->
|
104
|
-
|
105
|
-
<div id="section">
|
106
|
-
|
107
|
-
<div id="class-list">
|
108
|
-
<h3 class="section-bar">Classes and Modules</h3>
|
109
|
-
|
110
|
-
Class <a href="MemorySampler/Base.html" class="link">NewRelic::Agent::Samplers::MemorySampler::Base</a><br />
|
111
|
-
Class <a href="MemorySampler/JavaHeapSampler.html" class="link">NewRelic::Agent::Samplers::MemorySampler::JavaHeapSampler</a><br />
|
112
|
-
Class <a href="MemorySampler/ProcStatus.html" class="link">NewRelic::Agent::Samplers::MemorySampler::ProcStatus</a><br />
|
113
|
-
Class <a href="MemorySampler/ShellPS.html" class="link">NewRelic::Agent::Samplers::MemorySampler::ShellPS</a><br />
|
114
|
-
|
115
|
-
</div>
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
<div id="attribute-list">
|
121
|
-
<h3 class="section-bar">Attributes</h3>
|
122
|
-
|
123
|
-
<div class="name-list">
|
124
|
-
<table>
|
125
|
-
<tr class="top-aligned-row context-row">
|
126
|
-
<td class="context-item-name">sampler</td>
|
127
|
-
<td class="context-item-value"> [RW] </td>
|
128
|
-
<td class="context-item-desc"></td>
|
129
|
-
</tr>
|
130
|
-
</table>
|
131
|
-
</div>
|
132
|
-
</div>
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
<!-- if method_list -->
|
137
|
-
<div id="methods">
|
138
|
-
<h3 class="section-bar">Public Class methods</h3>
|
139
|
-
|
140
|
-
<div id="method-M000142" class="method-detail">
|
141
|
-
<a name="M000142"></a>
|
142
|
-
|
143
|
-
<div class="method-heading">
|
144
|
-
<a href="#M000142" class="method-signature">
|
145
|
-
<span class="method-name">new</span><span class="method-args">()</span>
|
146
|
-
</a>
|
147
|
-
</div>
|
148
|
-
|
149
|
-
<div class="method-description">
|
150
|
-
<p><a class="source-toggle" href="#"
|
151
|
-
onclick="toggleCode('M000142-source');return false;">[Source]</a></p>
|
152
|
-
<div class="method-source-code" id="M000142-source">
|
153
|
-
<pre>
|
154
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/memory_sampler.rb, line 8</span>
|
155
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
|
156
|
-
<span class="ruby-keyword kw">super</span> <span class="ruby-operator">:</span><span class="ruby-identifier">memory</span>
|
157
|
-
<span class="ruby-comment cmt"># macos, linux, solaris</span>
|
158
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">defined?</span> <span class="ruby-constant">JRuby</span>
|
159
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">JavaHeapSampler</span>.<span class="ruby-identifier">new</span>
|
160
|
-
<span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">platform</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/linux/</span>
|
161
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">ProcStatus</span>.<span class="ruby-identifier">new</span>
|
162
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@sampler</span>.<span class="ruby-identifier">can_run?</span>
|
163
|
-
<span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">Agent</span>.<span class="ruby-identifier">instance</span>.<span class="ruby-identifier">warn</span>.<span class="ruby-identifier">debug</span> <span class="ruby-node">"Error attempting to use /proc/#{$$}/status file for reading memory. Using ps command instead."</span>
|
164
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">ShellPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">"ps -o rsz"</span>)
|
165
|
-
<span class="ruby-keyword kw">else</span>
|
166
|
-
<span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">Agent</span>.<span class="ruby-identifier">instance</span>.<span class="ruby-identifier">log</span>.<span class="ruby-identifier">debug</span> <span class="ruby-node">"Using /proc/#{$$}/status for reading process memory."</span>
|
167
|
-
<span class="ruby-keyword kw">end</span>
|
168
|
-
<span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">platform</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/darwin9/</span> <span class="ruby-comment cmt"># 10.5</span>
|
169
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">ShellPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">"ps -o rsz"</span>)
|
170
|
-
<span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">platform</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/darwin10/</span> <span class="ruby-comment cmt"># 10.6</span>
|
171
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">ShellPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">"ps -o rss"</span>)
|
172
|
-
<span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">platform</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/freebsd/</span>
|
173
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">ShellPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">"ps -o rss"</span>)
|
174
|
-
<span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">platform</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/solaris/</span>
|
175
|
-
<span class="ruby-ivar">@sampler</span> = <span class="ruby-constant">ShellPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value str">"/usr/bin/ps -o rss -p"</span>)
|
176
|
-
<span class="ruby-keyword kw">end</span>
|
177
|
-
|
178
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">Unsupported</span>, <span class="ruby-node">"Unsupported platform for getting memory: #{platform}"</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@sampler</span>.<span class="ruby-identifier">nil?</span>
|
179
|
-
<span class="ruby-identifier">raise</span> <span class="ruby-constant">Unsupported</span>, <span class="ruby-node">"Unable to run #{@sampler}"</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@sampler</span>.<span class="ruby-identifier">can_run?</span>
|
180
|
-
<span class="ruby-keyword kw">end</span>
|
181
|
-
</pre>
|
182
|
-
</div>
|
183
|
-
</div>
|
184
|
-
</div>
|
185
|
-
|
186
|
-
<div id="method-M000144" class="method-detail">
|
187
|
-
<a name="M000144"></a>
|
188
|
-
|
189
|
-
<div class="method-heading">
|
190
|
-
<a href="#M000144" class="method-signature">
|
191
|
-
<span class="method-name">platform</span><span class="method-args">()</span>
|
192
|
-
</a>
|
193
|
-
</div>
|
194
|
-
|
195
|
-
<div class="method-description">
|
196
|
-
<p><a class="source-toggle" href="#"
|
197
|
-
onclick="toggleCode('M000144-source');return false;">[Source]</a></p>
|
198
|
-
<div class="method-source-code" id="M000144-source">
|
199
|
-
<pre>
|
200
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/memory_sampler.rb, line 39</span>
|
201
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">platform</span>
|
202
|
-
<span class="ruby-keyword kw">if</span> <span class="ruby-constant">RUBY_PLATFORM</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/java/</span>
|
203
|
-
<span class="ruby-value">%x[uname -s]</span>.<span class="ruby-identifier">downcase</span>
|
204
|
-
<span class="ruby-keyword kw">else</span>
|
205
|
-
<span class="ruby-constant">RUBY_PLATFORM</span>.<span class="ruby-identifier">downcase</span>
|
206
|
-
<span class="ruby-keyword kw">end</span>
|
207
|
-
<span class="ruby-keyword kw">end</span>
|
208
|
-
</pre>
|
209
|
-
</div>
|
210
|
-
</div>
|
211
|
-
</div>
|
212
|
-
|
213
|
-
<div id="method-M000143" class="method-detail">
|
214
|
-
<a name="M000143"></a>
|
215
|
-
|
216
|
-
<div class="method-heading">
|
217
|
-
<a href="#M000143" class="method-signature">
|
218
|
-
<span class="method-name">supported_on_this_platform?</span><span class="method-args">()</span>
|
219
|
-
</a>
|
220
|
-
</div>
|
221
|
-
|
222
|
-
<div class="method-description">
|
223
|
-
<p><a class="source-toggle" href="#"
|
224
|
-
onclick="toggleCode('M000143-source');return false;">[Source]</a></p>
|
225
|
-
<div class="method-source-code" id="M000143-source">
|
226
|
-
<pre>
|
227
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/memory_sampler.rb, line 35</span>
|
228
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">supported_on_this_platform?</span>
|
229
|
-
<span class="ruby-keyword kw">defined?</span>(<span class="ruby-constant">JRuby</span>) <span class="ruby-keyword kw">or</span> <span class="ruby-identifier">platform</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/linux|darwin9|darwin10|freebsd|solaris/</span>
|
230
|
-
<span class="ruby-keyword kw">end</span>
|
231
|
-
</pre>
|
232
|
-
</div>
|
233
|
-
</div>
|
234
|
-
</div>
|
235
|
-
|
236
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
237
|
-
|
238
|
-
<div id="method-M000145" class="method-detail">
|
239
|
-
<a name="M000145"></a>
|
240
|
-
|
241
|
-
<div class="method-heading">
|
242
|
-
<a href="#M000145" class="method-signature">
|
243
|
-
<span class="method-name">platform</span><span class="method-args">()</span>
|
244
|
-
</a>
|
245
|
-
</div>
|
246
|
-
|
247
|
-
<div class="method-description">
|
248
|
-
<p><a class="source-toggle" href="#"
|
249
|
-
onclick="toggleCode('M000145-source');return false;">[Source]</a></p>
|
250
|
-
<div class="method-source-code" id="M000145-source">
|
251
|
-
<pre>
|
252
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/memory_sampler.rb, line 46</span>
|
253
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">platform</span>
|
254
|
-
<span class="ruby-constant">NewRelic</span><span class="ruby-operator">::</span><span class="ruby-constant">Agent</span><span class="ruby-operator">::</span><span class="ruby-constant">Samplers</span><span class="ruby-operator">::</span><span class="ruby-constant">MemorySampler</span>.<span class="ruby-identifier">platform</span>
|
255
|
-
<span class="ruby-keyword kw">end</span>
|
256
|
-
</pre>
|
257
|
-
</div>
|
258
|
-
</div>
|
259
|
-
</div>
|
260
|
-
|
261
|
-
<div id="method-M000147" class="method-detail">
|
262
|
-
<a name="M000147"></a>
|
263
|
-
|
264
|
-
<div class="method-heading">
|
265
|
-
<a href="#M000147" class="method-signature">
|
266
|
-
<span class="method-name">poll</span><span class="method-args">()</span>
|
267
|
-
</a>
|
268
|
-
</div>
|
269
|
-
|
270
|
-
<div class="method-description">
|
271
|
-
<p><a class="source-toggle" href="#"
|
272
|
-
onclick="toggleCode('M000147-source');return false;">[Source]</a></p>
|
273
|
-
<div class="method-source-code" id="M000147-source">
|
274
|
-
<pre>
|
275
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/memory_sampler.rb, line 53</span>
|
276
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">poll</span>
|
277
|
-
<span class="ruby-identifier">sample</span> = <span class="ruby-ivar">@sampler</span>.<span class="ruby-identifier">get_sample</span>
|
278
|
-
<span class="ruby-identifier">stats</span>.<span class="ruby-identifier">record_data_point</span> <span class="ruby-identifier">sample</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">sample</span>
|
279
|
-
<span class="ruby-identifier">stats</span>
|
280
|
-
<span class="ruby-keyword kw">end</span>
|
281
|
-
</pre>
|
282
|
-
</div>
|
283
|
-
</div>
|
284
|
-
</div>
|
285
|
-
|
286
|
-
<div id="method-M000146" class="method-detail">
|
287
|
-
<a name="M000146"></a>
|
288
|
-
|
289
|
-
<div class="method-heading">
|
290
|
-
<a href="#M000146" class="method-signature">
|
291
|
-
<span class="method-name">stats</span><span class="method-args">()</span>
|
292
|
-
</a>
|
293
|
-
</div>
|
294
|
-
|
295
|
-
<div class="method-description">
|
296
|
-
<p><a class="source-toggle" href="#"
|
297
|
-
onclick="toggleCode('M000146-source');return false;">[Source]</a></p>
|
298
|
-
<div class="method-source-code" id="M000146-source">
|
299
|
-
<pre>
|
300
|
-
<span class="ruby-comment cmt"># File lib/new_relic/agent/samplers/memory_sampler.rb, line 50</span>
|
301
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">stats</span>
|
302
|
-
<span class="ruby-identifier">stats_engine</span>.<span class="ruby-identifier">get_stats</span>(<span class="ruby-value str">"Memory/Physical"</span>, <span class="ruby-keyword kw">false</span>)
|
303
|
-
<span class="ruby-keyword kw">end</span>
|
304
|
-
</pre>
|
305
|
-
</div>
|
306
|
-
</div>
|
307
|
-
</div>
|
308
|
-
|
309
|
-
|
310
|
-
</div>
|
311
|
-
|
312
|
-
|
313
|
-
</div>
|
314
|
-
|
315
|
-
|
316
|
-
<div id="validator-badges">
|
317
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
318
|
-
</div>
|
319
|
-
|
320
|
-
</body>
|
321
|
-
</html>
|