3 kas_statistics - Displays statistics from an Authentication Server process
11 S<<< [B<-admin_username> <I<admin principal to use for authentication>>] >>>
12 S<<< [B<-password_for_admin> <I<admin password>>] >>> S<<< [B<-cell> <I<cell name>>] >>>
13 S<<< [B<-servers> <I<explicit list of authentication servers>>+] >>>
14 [B<-noauth>] [B<-help>]
16 B<kas sta> S<<< [B<-a> <I<admin principal to use for authentication>>] >>>
17 S<<< [B<-p> <I<admin password>>] >>> S<<< [B<-c> <I<cell name>>] >>>
18 S<<< [B<-s> <I<explicit list of authentication servers>>+] >>> [B<-n>] [B<-h>]
25 The B<kas statistics> command displays statistics from the Authentication
26 Server running on one of the cell's database server machines. Use the
27 B<-servers> argument to name a specific machine, or the command
28 interpreter chooses one at random from all the database server machines
29 with which it has established connections.
33 The B<-servers> argument is not available in interactive mode, making it
34 impossible to specify a certain machine.
40 =item B<-admin_username> <I<admin principal>>
42 Specifies the user identity under which to authenticate with the
43 Authentication Server for execution of the command. For more details, see
46 =item B<-password_for_admin> <I<admin password>>
48 Specifies the password of the command's issuer. If it is omitted (as
49 recommended), the B<kas> command interpreter prompts for it and does not
50 echo it visibly. For more details, see L<kas(8)>.
52 =item B<-cell> <I<cell name>>
54 Names the cell in which to run the command. For more details, see
57 =item B<-servers> <I<authentication servers>>+
59 Names each machine running an Authentication Server with which to
60 establish a connection. For more details, see L<kas(8)>.
64 Assigns the unprivileged identity C<anonymous> to the issuer. For more
65 details, see L<kas(8)>.
69 Prints the online help for this command. All other valid options are
76 The information in the output includes:
82 The number of allocation and freeing operations the Authentication Server
83 has performed, and how many password change requests it has processed.
87 An indication of its hash table use.
91 The server machine's IP address in hexadecimal and the date when the
92 current instance of the Authentication Server started.
96 The number of requests and aborted requests for various services:
97 authentication, ticket granting, password setting, entry listing, and so
102 The amount of CPU time that the Authentication Server has used to process
103 requests since it started. The amount is not accurate on all system types,
108 The number of entries in the Authentication Database that are marked with
115 In the following example, an administrator using the admin account gathers
116 statistics from the Authentication Server running on the machine
119 % kas statistics -servers fs1.example.com
120 56 allocs, 46 frees, 0 password changes
121 Hash table utilization = 0.100000%
122 From host bfff21a7 started at Tue Mar 23 12:42:02 1999:
123 of 88 requests for Authenticate, 18 were aborted.
124 of 14 requests for GetTicket, 0 were aborted.
125 of 4 requests for CreateUser, 1 were aborted.
126 of 12 requests for SetFields, 4 were aborted.
127 of 3 requests for DeleteUser, 0 were aborted.
128 of 23 requests for GetEntry, 4 were aborted.
129 of 18 requests for ListEntry, 0 were aborted.
130 of 2 requests for GetStats, 1 were aborted.
131 of 2 requests for GetRandomKey, 0 were aborted.
132 Used 6.015 seconds of CPU time.
135 =head1 PRIVILEGE REQUIRED
137 The issuer must have the C<ADMIN> flag set on his or her Authentication
146 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
148 This documentation is covered by the IBM Public License Version 1.0. It was
149 converted from HTML to POD by software written by Chas Williams and Russ
150 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.