Remstats Home


  About remstats
  Release Notes
  FAQ
  Conventions
  Prerequisites
  Installation
  Configuration
  Configuration Tools
  Servers
      log-server
      nt-status-server
      remoteping-server
      unix-status-server
  Collectors
  Updater
  Monitors
  pagemakers
  run-remstats2
  CGIs
  troubleshooting
  do-traceroutes
  Miscellany
  Thank-you
  Index


Live Data

Remstats was written by Thomas Erskine at the CRC in Canada and now looking for work.

[Top] [Prev] [Next]

nt-status-server - allow remote gathering of Windows NT data

Usage:

	usage: nt-status-server [options]
	where options are:
	    -a      show all available performance counters
	    -d ddd  enable debugging at level 'ddd' [$main::debug]
	    -h      show this help message
	    -i [ppp sss] install this as an NT service, using 'ppp' as
		    as perl and 'sss' as this script.  Defaults to
			perl=C:\Perl\bin\perl.exe
			script=wherever-it's-invoked-from
	    -p ppp  run server on port 'ppp' [1957]
	    -s      run stand-alone, i.e. not as a service
		-t ttt  trust hosts 'ttt' (comma-separated) [127.0.0.1]
		-T      show status in title-bar of window
	    -u      un-install this service

Description:

The nt-status-server allows the nt-status-collector to get data from a remote machine running some flavour of NT and possibly Windows 2000. It runs various programs from the NT Resource Kit, for some information and examines the NT performance counters for other information.

For details on installation, look at the server installation docs.

Protocol:

The nt-status-collector connects to the nt-status-server and sends a series of commands, ending with 'GO'. Then the server sends back the data it obtained and closes the connection. The commands are often the names of programs to run (in UPPERCASE) and the ones known currently are:

  • SRVINFO - runs SRVINFO and returns the version of NT
  • PERFCOUNTERS - examines the NT performance counters and returns information about memory, disk, processes, ...
  • PULIST - runs PULIST (from the NT ResKit) and shows counts for all the running processes.
  • MSDRPT - runs WINMSDP to show (currently) memory total and free.
  • USRSTAT - runs USRSTAT (from the NT ResKit) and shows when the various users in the specified NT domain last logged in, and which domain-controller authorized them.
  • NETVIEW - runs "NET VIEW" to list the computers currently visible.
  • TIME - compares local and remote times

If you want to see what it returns, you can simply start it up and telnet to it.

Bugs


[Top] [Remstats] [SourceWorks] [RRDtool] [SourceForge]
Last updated Fri May 30 13:51:01 PDT 2003 by <terskine@users.sourceforge.net>.