Next | Prev | Up | Top | Contents | Index

rstat--Kernel Statistics

The rstat library is a Tcl interface to the rstatd kernel statistics daemon; see rstatd(1M) for details. This library is self-initializing: the first time you call an rstat procedure, SGITCL does a dlopen of librstat.so. The rstat library offers two commands that can be used to gather remote statistics from within Tcl programs:

nfsping

Returns 1 if NFS daemons are running on the given hostname, 0 if not

rstat

Returns a value pair list of kernel statistics on the remote hostname
For more information about the rstat library, try the Tcl help facility:

sgitcl> help rstat/rstat



Next | Prev | Up | Top | Contents | Index