Project

General

Profile

Bug #40821

Updated by Patrick Donnelly almost 5 years ago

<pre> 
 $ ceph daemon mds.foo objecter_requests 
 { 
     "ops": [ 
         { 
             "tid": 23023746, 
             "pg": "2.a1013e54", 
             "osd": 2, 
             "object_id": "200.09aacbee", 
             "object_locator": "@2", 
             "target_object_id": "200.09aacbee", 
             "target_object_locator": "@2", 
             "paused": 0, 
             "used_replica": 0, 
             "precalc_pgid": 0, 
             "last_sent": "2.96351e+07s", 
             "attempts": 1, 
             "snapid": "head", 
             "snap_context": "0=[]", 
             "mtime": "2019-07-17 11:29:01.0.925253s", 
             "osd_ops": [ 
                 "write 312209~365182 [fadvise_dontneed]" 
             ] 
         }, 
 ... 
 </pre> 

 last_sent is printed in scientific format. I believe it's meant to be a UNIX epoch. Also, the age of the op should be included for easier filtering.

Back