source: trunk/athena/bin/athinfo/athinfo.1 @ 15089

Revision 15089, 3.3 KB checked in by ghudson, 24 years ago (diff)
Update.
Line 
1.\" $Id: athinfo.1,v 1.4 2000-09-15 18:50:30 ghudson Exp $
2.\"
3.\" Copyright 1998 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.TH ATHINFO 1 "3 Nov 1998"
17.SH NAME
18athinfo \- Retrive information about a workstation
19.SH SYNOPSIS
20.B athinfo \fIhost\fP \fIquery\fP
21.SH DESCRIPTION
22.B athinfo
23retrieves information from a workstation running the athinfo daemon
24(see
25.BR athinfod (8)).
26Standard queries implemented on Athena workstations are:
27.RS
28.TP 17
29.B queries
30The athinfo queries defined on the workstation
31.TP 17
32.B uname
33The workstation's "uname -a" output
34.TP 17
35.B machtype
36The platform name of the workstation
37.TP 17
38.B sysname
39The Athena system name of the workstation
40.TP 17
41.B cputype
42The CPU type of the workstation
43.TP 17
44.B display
45The type of display on the workstation
46.TP 17
47.B disks
48The types of disks attached to the workstation
49.TP 17
50.B memory
51The amount of physical memory in the workstation
52.TP 17
53.B swap
54The workstation's swap configuration and free swap space
55.TP 17
56.B rc.conf
57The contents of the workstation's Athena rc.conf file
58.TP 17
59.B version
60The contents of the workstation's Athena version file
61.TP 17
62.B rvdinfo
63The contents of the .rvdinfo file on the workstation's system packs
64.TP 17
65.B clusterinfo
66The contents of the workstation's cached cluster information in C
67shell format.
68.TP 17
69.B clusterinfo.bsh
70The contents of the workstation's cached cluster information in Bourne
71shell format.
72.TP 17
73.B services
74The contents of the workstation's .services file
75.TP 17
76.B update.log
77The contents of the workstation's update log (only works if the
78workstation is set PUBLIC=true).
79.TP 17
80.B date
81The workstation's local time
82.TP 17
83.B uptime
84The workstation's uptime, number of users, and load average
85.TP 17
86.B partitions
87The partition setup of the workstation's root disk
88.TP 17
89.B df
90The disk usage on the Athena-defined partitions of the workstation.
91.TP 17
92.B interfaces
93The status of the workstation's network interfaces
94.TP 17
95.B routes
96The workstation's routing table
97.TP 17
98.B listeners
99A list of the workstation's TCP server sockets
100.TP 17
101.B login
1020 if logins on the workstation are enabled; 1 if not
103.TP 17
104.B hinv
105On IRIX workstations only, displays the workstation's verbose hardware
106profile
107.TP 17
108.B instmach
109On IRIX workstations only, displays the machine variable settings
110determined by inst.
111.TP 17
112.B instmachinv
113On IRIX workstations only, displays the machine variable settings used
114by inst the last time it ran.
115.TP 17
116.B chkconfig
117On IRIX workstations only, displays the configuration settings set in
118.BR /etc/config .
119.RE
120.SH "SEE ALSO"
121.BR athinfod (8)
122.SH AUTHOR
123Greg Hudson, MIT Information Systems
124.br
125Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.