可以通过request.log进行确认。
request.log中的默认记录有页面处理时间(request.page.time),可以确认上传的处理时间。
还可以根据请求的受理时间(request.accept.time)和页面处理时间确认开始、结束。
・开始:请求受理时间
・结束:请求受理时间+处理时间
此外,AccelDocuments的上传日志包含以下内容。
・http://"intra-mart的主页URL"/acceldocuments/rep/upload/upload/”文件柜ID”
请参考上述内容进行确认。
有关请求日志,请参阅下述式样书。
■intra-mart Accel Platform 日志式样书
请求日志
https://www.intra-mart.jp/document/library/iap/public/im_core/im_log_specification/texts/specific_log/request.html
-- 适用对象 -------------------------------------------------------------------------
iAP/Accel Applications/Accel Documents/所有更新
--------------------------------------------------------------------------------
FAQID:1057
关于文件上传时间的测量,是否可以通过日志判断文件上传的开始和结束?