Hi all,
Anybody know how to measure lock contention in Linux? I know Solaris has lockstat command. Do we have similar tools?
Thank,
Compile with CONFIG_LOCK_STAT and look Documentation/lockstat.txt
Thanks. It is for kernel only? I'd like to to measure a user-level program written with Pthreads.
Compile with
Compile with CONFIG_LOCK_STAT and look Documentation/lockstat.txt
Thanks. It is for kernel
Thanks. It is for kernel only? I'd like to to measure a user-level program written with Pthreads.