Other Alias
ns_server, ns_statsSYNOPSIS
ns_info addressns_info argv0
ns_info boottime
ns_info builddate
ns_info config
ns_info home
ns_info hostname
ns_info interp
ns_info label
ns_info log
ns_info name
ns_info pageroot
ns_info platform
ns_info server
ns_info tcllib
ns_info uptime
ns_info version
ns_server option ?arg arg ...?
ns_stats option ?arg arg ...?
DESCRIPTION
ns_info boottime
- Returns the server boot time in seconds.
- Returns the configuration file name.
- Returns the directory where the AOLserver was installed.
- Returns the name of the host on which server is running (e.g., www.myhost.com).
- Returns the number of the Tcl interpreter currently being used.
- Returns the source code label for the server. If no label was used, "unlabeled" is returned.
- Returns the location of the server log file (e.g., /home/myserver/log/server.log).
- Returns the name of the AOLserver. It's usually "AOLserver."
-
returns the directory containing the HTML pages for this virtual server.
- Returns the name of the platform that the server is running on (e.g., Solaris).
- returns the name of this virtual server.
ns_info uptime returns the time in seconds that the server has been up.
ns_info version returns the version of the AOLserver.
KEYWORDS