1 .\" Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
3 .\" The contents of this file constitute Original Code as defined in and
4 .\" are subject to the Apple Public Source License Version 1.1 (the
5 .\" "License"). You may not use this file except in compliance with the
6 .\" License. Please obtain a copy of the License at
7 .\" http://www.apple.com/publicsource and read it before using this file.
9 .\" This Original Code and all software distributed under the License are
10 .\" distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
11 .\" EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
12 .\" INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
13 .\" FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
14 .\" License for the specific language governing rights and limitations
15 .\" under the License.
18 .Dd October 30, 2003 \" DATE
19 .Dt hostinfo 8 \" Program name and manual section number
21 .Sh NAME \" Section Header - required - don't modify
23 .\" The following lines are read in generating the apropos(man -k) database. Use only key
24 .\" words here as the database is built based on the words here and in the .ND line.
25 .\" Use .Nm macro to designate other names for the documented program.
27 .Sh SYNOPSIS \" Section Header - required - don't modify
29 .Sh DESCRIPTION \" Section Header - required - don't modify
32 command displays information about the host system on which the command is executing.
34 a kernel version description,
35 processor configuration data,
36 available physical memory,
37 and various scheduling statistics.
43 .Bl -ohang -width Primary_memory_available_ -offset indent
44 .It Mach kernel version:
45 The version string compiled into the kernel executing on the host system.
47 .It Processor Configuration:
48 The maximum possible processors for which the kernel is configured,
49 followed by the number of processors physically available.
52 The host's processor type and subtype.
55 A list of active processors on the host system.
56 Active processors are members of a processor set and are ready to
58 On a single processor system, the active processor, is processor 0.
60 .It Primary memory available:
61 The amount of physical memory that is configured for use on the host system.
63 .It Default processor set:
64 Displays the number of tasks currently assigned to the host processor set,
65 the number of threads currently assigned to the host processor set,
66 and the number of processors included in the host processor set.
69 Measures the average number of threads in the run queue.
72 A variant of the load average which measures
73 the processing resources available to a new thread.
74 Mach factor is based on the number of CPUs divided by (1 + the number of runnablethreads)
76 the number of CPUs minus the number of runnable threads when the number of runnable threads
77 is less than the number of CPUs.
78 The closer the Mach factor value is to zero, the higher the load.
79 On an idle system with a fixed number of active processors, the mach factor will be equal to the number of CPUs.
82 .\" List links in ascending order by section, alphabetically within a section.
84 .\" .Sh BUGS \" Document known, unremedied bugs