User bio
404 bio not found
Member since Nov 11, 2015
Posts:
Replies:
Thank you Dmitry for response.
I need to detect only all mutual dependence of locks and locks attempts of different processes.
Dead lock sample:
1 process: Lock +^Glb(1)
2 process: Lock +^Glb(2)
1 process: Lock +^Glb(2)
2 process: Lock +^Glb(1)
1 process waiting for unlocking of ^Glb(2). But it's impossible because 2 processes is waiting unlocking of 1 process node.
^$LOCK contain information only about successful locks. Do detect 'dead' locks we need information about lock attempts too (%SYS.LockQuery:WebList query result that SMP displays).
SMP 'View Lock' mode can display thousands of records. But I need to filter only mutual dependence of locks.
Certifications & Credly badges:
Sergey has no Certifications & Credly badges yet.
Global Masters badges:
Sergey has no Global Masters badges yet.
Followers:
Sergey has no followers yet.
Following:
Sergey has not followed anybody yet.
Many thanks John for idea. It's more easier to use WaiterPID values.
One correction to your code:
WaiterPID values are separated by "," not by " "