Displaying 20 results from an estimated 31 matches for "response_time".
2006 Jul 06
4
update_all Not Incrementing lock_version
...(:all, :conditions => [''id = 10''])
=> [#<Job:0xb73f9ea4 @attributes={"status"=>"1", "server_id"=>nil,
"running"=>"0", "poller_id"=>"10", "lock_version"=>"562",
"response_time"=>"8", "id"=>"10", "next_run_at"=>"2006-07-06 13:43:33",
"last_run_at"=>"2006-07-06 13:42:33", "late"=>"0.532686"}>]
>> puts jobs[0].running, jobs[0].lock_version
false
562
=>...
2004 Jun 30
2
Question about plotting related to roll-up
Hello R'ers,
I have a large set of data which has many y samples for each unit x. The data
might look like:
Seconds Response_time
---------- ----------------
0 0.150
0 0.202
0 0.065
1 0.110
1 0.280
2 0.230
2 0.156
3 0.070
3 0.185
3 0.255
3 0.311
3 0.120
4
.... and so on
When I do a basic plot with type=l or the default of points it obviously plots
every point. What I would like to do is genera...
2010 Jul 19
0
to extend data.frame or not ... that is the question
...ULL, optional=FALSE, ...){
#new("NFIRS", data=x)
new("CAD",
incidents=unique(from[,c("incident_num",
"incident_type")]),
responses=unique(from[,c("incident_num", "unit",
"response_time")]))
})
### define methods
setMethod("head", "CAD",
function(x, n=5, row.names=NULL, optional=FALSE, ...){
tdata = merge(x@responses, x@incidents, by="incident_num",
all.x=TRUE)
head(tdata, n=n, row.names=row.names, optiona...
2013 May 13
0
Middleware example from Railscast #151 doesn't work as expected. Need help.
...quot;ResponseTimer" doesn''t intercept a request. I don''t
know why (the example is from here
http://railscasts.com/episodes/151-rack-middleware?view=asciicast; I
changed my one a little for Rails 3.2.13 version, the original is for
Rails
2.x).
So I did as follows:
## in \lib\response_timer.rb
## this is the class of my custom middleware:
class ResponseTimer
def initialize(app)
@app = app
end
def call(env)
[200, {"Content-Type" => "text/html"}, "Hello, World!"]
end
end
## in \config\initializers\custom_middleware.rb
## this is an i...
2016 Jun 28
0
Buildbot numbers for the last week of 6/19/2016 - 6/25/2016
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160628/2ef9ebf6/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 3514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160628/2ef9ebf6/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2345 bytes
Desc:...
2018 Apr 28
0
Buildbot numbers for the week of 4/15/2018 - 4/21/2018
...s scrubbed...
Name: count_commits_by_prj.csv
Type: application/vnd.ms-excel
Size: 130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180427/7cf5c68e/attachment-0007.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: application/vnd.ms-excel
Size: 3808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180427/7cf5c68e/attachment-0008.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: application/vnd....
2018 May 08
0
Buildbot numbers for the week of 4/22/2018 - 4/28/2018
...s scrubbed...
Name: count_commits_by_prj.csv
Type: application/vnd.ms-excel
Size: 120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/6744103c/attachment-0007.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: application/vnd.ms-excel
Size: 3855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/6744103c/attachment-0008.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: application/vnd....
2016 Dec 20
0
Buildbot numbers for the week of 12/04/2016 - 12/10/2016
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161219/ddd5d472/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 3851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161219/ddd5d472/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2571 bytes
Desc:...
2018 Jan 11
0
Buildbot numbers for the week of 12/24/2017 - 12/30/2017
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180110/675fd308/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180110/675fd308/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2056 bytes
Desc:...
2018 May 08
0
Buildbot numbers for the week of 4/29/2018 - 5/5/2018
...s scrubbed...
Name: count_commits_by_prj.csv
Type: application/vnd.ms-excel
Size: 131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/af8d7cff/attachment-0007.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: application/vnd.ms-excel
Size: 3886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/af8d7cff/attachment-0008.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: application/vnd....
2016 Dec 20
0
buildbot numbers for the week of 12/11/2016 - 12/17/2016
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161219/69883fb8/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 3851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161219/69883fb8/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2862 bytes
Desc:...
2018 Jan 24
0
Buildbot numbers for the last week of 1/14/2018 - 1/20/2018
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180123/e3b1a049/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180123/e3b1a049/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2386 bytes
Desc:...
2018 Feb 28
0
Buildbot numbers for the week of 2/11/2018 - 2/17/2018
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/ff080be0/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/ff080be0/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2570 bytes
Desc:...
2018 Mar 30
0
Buildbot numbers for the week of 3/11/2018 - 3/17/2018
...s scrubbed...
Name: count_commits_by_prj.csv
Type: application/vnd.ms-excel
Size: 131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180330/1dae7614/attachment-0007.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: application/vnd.ms-excel
Size: 4174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180330/1dae7614/attachment-0008.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: application/vnd....
2018 Apr 13
0
Buildbot numbers for the week of 3/25/2018 - 3/31/2018
...s scrubbed...
Name: count_commits_by_prj.csv
Type: application/vnd.ms-excel
Size: 118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180412/3f42154a/attachment-0007.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: application/vnd.ms-excel
Size: 4217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180412/3f42154a/attachment-0008.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: application/vnd....
2018 Feb 28
0
Buildbot numbers for the week of 2/04/2018 - 2/10/2018
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/781f2238/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/781f2238/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2915 bytes
Desc:...
2018 Jan 24
0
Buildbot numbers for the week of 1/07/2018 - 1/13/2018
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180123/2d474999/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180123/2d474999/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2943 bytes
Desc:...
2018 Feb 10
0
Buildbot numbers for the last week of 1/28/2018 - 2/03/2018
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180209/d815cfdb/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180209/d815cfdb/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2956 bytes
Desc:...
2018 Jan 11
0
Buildbot numbers for the last week of 12/31/2017 - 1/06/2018
...xt attachment was scrubbed...
Name: count_commits_by_prj.csv
Type: text/csv
Size: 142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180110/cb49607b/attachment-0007.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: text/csv
Size: 4203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180110/cb49607b/attachment-0008.csv>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: text/csv
Size: 2739 bytes
Desc:...
2018 May 30
0
Buildbot numbers for the week of 5/6/2018 - 5/12/2018
...s scrubbed...
Name: count_commits_by_prj.csv
Type: application/vnd.ms-excel
Size: 119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/e0bff942/attachment-0007.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: response_time.csv
Type: application/vnd.ms-excel
Size: 4293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/e0bff942/attachment-0008.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_was_red.csv
Type: application/vnd....