You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran it in centos7 container and opensuse 15 (baremetal), lslocks doesn't show the path of files being locked by p4d. These are locks caused by p4 stats. p4d version 2022.1/2361553
@hueyvle : we ran into this issue and patched monitor-metrics.py to collect lock info for p4d commands even if path is null. Would you be interested in that ? Happy to submit PR if so.
I ran it in centos7 container and opensuse 15 (baremetal), lslocks doesn't show the path of files being locked by p4d. These are locks caused by p4 stats. p4d version 2022.1/2361553
lsof actually displays correctly
R=full file read lock, W=full file write lock
You might consider using lsof as it is more reliable.
The text was updated successfully, but these errors were encountered: