ConnStat organizes the output of the NtfrsUtl tool, specifically
the output generated when NtfrsUtl is run with the sets
parameter. This example creates output that will be used by
ConnStat. Type the following at the command line:
ntfrsutl sets >ntfrs_sets.txt
This command generates an output file called Ntfrs_sets.txt in
the current directory. The command must be run on a computer that
is a replica set member.
This example parses the data file generated in Example 1: Generating the NTFRS SETS Output and then
displays the results to the screen. Type the following at the
command line to save the ConnStat report to a file in the current
directory:
connstat.cmd ntfrs_sets.txt
>connstat_out.txt
This command runs the ConnStat script against the Ntfrs_sets.txt
file, which was generated by the NtfrsUtl sets command and
saves the resulting output in a file named Connstat_out.txt in the
current directory.