hi,
i am looking for locking related info in windows. is there a utility that
would be able to give me the spin locks, mutex, hold events, contention etc
that are being experienced by all the functions in the kernel at any given
point in time. i would like to use this info to see if there are any locking
contention that is causing the software to respond slower than expected.
basically i am looking for an equivalent of lockstat in SUN Solaris. I would
appreciate if you could give me a pointer to any available utility or any
API calls that one can use to query the kernel if at all it maintains any
information.
thx
RB
Try “!locks -p -v -d” in windbg.
-Jeff
-----Original Message-----
From: RB [mailto:xxxxx@softhome.net]
Sent: Monday, February 03, 2003 2:29 AM
To: File Systems Developers
Subject: [ntfsd] Locking information
hi,
i am looking for locking related info in windows. is there a utility that
would be able to give me the spin locks, mutex, hold events, contention etc
that are being experienced by all the functions in the kernel at any given
point in time. i would like to use this info to see if there are any locking
contention that is causing the software to respond slower than expected.
basically i am looking for an equivalent of lockstat in SUN Solaris. I would
appreciate if you could give me a pointer to any available utility or any
API calls that one can use to query the kernel if at all it maintains any
information.
thx
RB
You are currently subscribed to ntfsd as: xxxxx@concord.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
the latest virus scan software available for the presence of computer
viruses.
**********************************************************************
Not sure how you’d do it programmatically, but WinDbg and SoftICE do that.
RB wrote:
hi,
i am looking for locking related info in windows. is there a utility that
would be able to give me the spin locks, mutex, hold events, contention etc
that are being experienced by all the functions in the kernel at any given
point in time. i would like to use this info to see if there are any locking
contention that is causing the software to respond slower than expected.
basically i am looking for an equivalent of lockstat in SUN Solaris. I would
appreciate if you could give me a pointer to any available utility or any
API calls that one can use to query the kernel if at all it maintains any
information.
thx
RB
You are currently subscribed to ntfsd as: xxxxx@alfasp.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
–
Kind regards, Dejan M. www.alfasp.com
E-mail: xxxxx@alfasp.com
Alfa Transparent File Encryptor - Transparent file encryption services.
Alfa File Protector - File protection and hiding library for Win32 developers.
Alfa File Monitor - File monitoring library for Win32 developers.
The kernel does not maintain this information.
----- Original Message -----
From: “RB”
To: “File Systems Developers”
Sent: Monday, February 03, 2003 10:28 AM
Subject: [ntfsd] Locking information
> hi,
> i am looking for locking related info in windows. is there a utility
that
> would be able to give me the spin locks, mutex, hold events,
contention etc
> that are being experienced by all the functions in the kernel at any
given
> point in time. i would like to use this info to see if there are any
locking
> contention that is causing the software to respond slower than
expected.
> basically i am looking for an equivalent of lockstat in SUN Solaris.
I would
> appreciate if you could give me a pointer to any available utility
or any
> API calls that one can use to query the kernel if at all it
maintains any
> information.
>
> thx
> RB
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
This is for ERESOURCE locks only.
----- Original Message -----
From: “Curless, Jeffrey”
To: “File Systems Developers”
Sent: Monday, February 03, 2003 4:55 PM
Subject: [ntfsd] RE: Locking information
> Try “!locks -p -v -d” in windbg.
>
> -Jeff
>
> -----Original Message-----
> From: RB [mailto:xxxxx@softhome.net]
> Sent: Monday, February 03, 2003 2:29 AM
> To: File Systems Developers
> Subject: [ntfsd] Locking information
>
>
> hi,
> i am looking for locking related info in windows. is there a utility
that
> would be able to give me the spin locks, mutex, hold events,
contention etc
> that are being experienced by all the functions in the kernel at any
given
> point in time. i would like to use this info to see if there are any
locking
> contention that is causing the software to respond slower than
expected.
> basically i am looking for an equivalent of lockstat in SUN Solaris.
I would
> appreciate if you could give me a pointer to any available utility
or any
> API calls that one can use to query the kernel if at all it
maintains any
> information.
>
> thx
> RB
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@concord.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please
notify
> the system manager.
>
> This footnote also confirms that this email message has been swept
by
> the latest virus scan software available for the presence of
computer
> viruses.
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>