Return
Main page
Update
PDF
Online help
Desktop
Choice of period :
Day
Week
Month
Year
All
Customized
From
to
(m/d/yy)
Request
Hits by parent request
Mean time (ms)
Max time (ms)
Standard deviation
Mean cpu time (ms)
Mean allocated Kb
% of system error
Mean hits sql
Mean time sql (ms)
UploadService.registrarSucessoAoRealizarUploadParaUmArquivoDiretoParaS3
19
22
3
2
211
0.00
3
8
update
document_load_validations set status = ?
where
document_load_batch_request_id = ? and file_name = ? ;
1.00
3
4
0
0.00
SELECT
total = (
select
count(dvl.*)
from
document_load_validations dvl
where
dvl.document_load_batch_request_id = ? AND dvl.status = ?)
FROM
document_load_batch_request
WHERE
id = ? ;
1.00
2
3
0
0.00
update
document_load_batch_request set status = ?, last_updated = now()
where
id = ? ;
1.00
2
3
0
0.00
Find usages