Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
client Add source files 4 years ago
inc Add source files 4 years ago
server Add source files 4 years ago
dirs Add source files 4 years ago
readme.txt Add source files 4 years ago
relstat.acf Add source files 4 years ago
relstat.idl Add source files 4 years ago

readme.txt


RelStat Service

This service provides a way to remotely gather data about the state of a system.

Currently, it provides:

1. Per process information like size, handles, threads (like memsnap.exe)
2. Kernel pool tag information (like poolsnap.exe)


You must install and start the service on the machine under test:

1. Copy the RelStat.exe file from the release server's \idw directory
2. From the command line, type 'relstat -install'. This will install and start the service.


We also have a client app that can gather information from the service remotely into text files. It is intended to replace the usage of memsnap.exe and poolsnap.exe.


1. Copy the RelClnt.exe file from the release server's dump directory.
2. To get the current command line parameters, type 'relclnt -?'

For example, to do a memsnap for the \\ntstress machine, you would type:

relclnt -m -n ntstress memsnap.log



Appendix:

1. If you need to install a new version of relstat, you will need to turn off the service. Use the control panel or net stop "relstat rpc service". Then type 'relstat -remove'.

2. If you want to write your own client, the C and H files are checked into \nt\private\sdktools\relstat