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 |
---|
18 | athinfo \- Retrive information about a workstation |
---|
19 | .SH SYNOPSIS |
---|
20 | .B athinfo \fIhost\fP \fIquery\fP |
---|
21 | .SH DESCRIPTION |
---|
22 | .B athinfo |
---|
23 | retrieves information from a workstation running the athinfo daemon |
---|
24 | (see |
---|
25 | .BR athinfod (8)). |
---|
26 | Standard queries implemented on Athena workstations are: |
---|
27 | .RS |
---|
28 | .TP 17 |
---|
29 | .B queries |
---|
30 | The athinfo queries defined on the workstation |
---|
31 | .TP 17 |
---|
32 | .B uname |
---|
33 | The workstation's "uname -a" output |
---|
34 | .TP 17 |
---|
35 | .B machtype |
---|
36 | The platform name of the workstation |
---|
37 | .TP 17 |
---|
38 | .B sysname |
---|
39 | The Athena system name of the workstation |
---|
40 | .TP 17 |
---|
41 | .B cputype |
---|
42 | The CPU type of the workstation |
---|
43 | .TP 17 |
---|
44 | .B display |
---|
45 | The type of display on the workstation |
---|
46 | .TP 17 |
---|
47 | .B disks |
---|
48 | The types of disks attached to the workstation |
---|
49 | .TP 17 |
---|
50 | .B memory |
---|
51 | The amount of physical memory in the workstation |
---|
52 | .TP 17 |
---|
53 | .B swap |
---|
54 | The workstation's swap configuration and free swap space |
---|
55 | .TP 17 |
---|
56 | .B rc.conf |
---|
57 | The contents of the workstation's Athena rc.conf file |
---|
58 | .TP 17 |
---|
59 | .B version |
---|
60 | The contents of the workstation's Athena version file |
---|
61 | .TP 17 |
---|
62 | .B rvdinfo |
---|
63 | The contents of the .rvdinfo file on the workstation's system packs |
---|
64 | .TP 17 |
---|
65 | .B clusterinfo |
---|
66 | The contents of the workstation's cached cluster information in C |
---|
67 | shell format. |
---|
68 | .TP 17 |
---|
69 | .B clusterinfo.bsh |
---|
70 | The contents of the workstation's cached cluster information in Bourne |
---|
71 | shell format. |
---|
72 | .TP 17 |
---|
73 | .B services |
---|
74 | The contents of the workstation's .services file |
---|
75 | .TP 17 |
---|
76 | .B update.log |
---|
77 | The contents of the workstation's update log (only works if the |
---|
78 | workstation is set PUBLIC=true). |
---|
79 | .TP 17 |
---|
80 | .B date |
---|
81 | The workstation's local time |
---|
82 | .TP 17 |
---|
83 | .B uptime |
---|
84 | The workstation's uptime, number of users, and load average |
---|
85 | .TP 17 |
---|
86 | .B partitions |
---|
87 | The partition setup of the workstation's root disk |
---|
88 | .TP 17 |
---|
89 | .B df |
---|
90 | The disk usage on the Athena-defined partitions of the workstation. |
---|
91 | .TP 17 |
---|
92 | .B interfaces |
---|
93 | The status of the workstation's network interfaces |
---|
94 | .TP 17 |
---|
95 | .B routes |
---|
96 | The workstation's routing table |
---|
97 | .TP 17 |
---|
98 | .B listeners |
---|
99 | A list of the workstation's TCP server sockets |
---|
100 | .TP 17 |
---|
101 | .B login |
---|
102 | 0 if logins on the workstation are enabled; 1 if not |
---|
103 | .TP 17 |
---|
104 | .B hinv |
---|
105 | On IRIX workstations only, displays the workstation's verbose hardware |
---|
106 | profile |
---|
107 | .TP 17 |
---|
108 | .B instmach |
---|
109 | On IRIX workstations only, displays the machine variable settings |
---|
110 | determined by inst. |
---|
111 | .TP 17 |
---|
112 | .B instmachinv |
---|
113 | On IRIX workstations only, displays the machine variable settings used |
---|
114 | by inst the last time it ran. |
---|
115 | .TP 17 |
---|
116 | .B chkconfig |
---|
117 | On 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 |
---|
123 | Greg Hudson, MIT Information Systems |
---|
124 | .br |
---|
125 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|