This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



hostinfo(8)                              BSD System Manager's Manual                             hostinfo(8)

NAME
     hostinfo -- host information

SYNOPSIS
     hostinfo

DESCRIPTION
     The hostinfo command displays information about the host system on which the command is executing.  The
     output includes a  kernel version description, processor configuration data, available physical memory,
     and various scheduling statistics.

OPTIONS
     There are no options.

DISPLAY
           Mach kernel version:
           The version string compiled into the kernel executing on the host system.

           Processor Configuration:
           The maximum possible processors for which the kernel is configured, followed by the number of
           physical and logical processors available.

           Note: on Intel architectures, physical processors are referred to as cores, and logical proces-sors processors
           sors are referred to as hardware threads; there may be multiple logical processors per core and
           multiple cores per processor package.  This command does not report the number of processor pack-ages. packages.
           ages.

           Processor type:
           The host's processor type and subtype.

           Processor active:
           A list of active processors on the host system.  Active processors are members of a processor set
           and are ready to dispatch threads.  On a single processor system, the active processor, is pro-cessor processor
           cessor 0.

           Primary memory available:
           The amount of physical memory that is configured for use on the host system.

           Default processor set:
           Displays the number of tasks currently assigned to the host processor set, the number of threads
           currently assigned to the host processor set, and the number of processors included in the host
           processor set.

           Load average:
           Measures the average number of threads in the run queue.

           Mach factor:
           A variant of the load average which measures the processing resources available to a new thread.
           Mach factor is based on the number of CPUs divided by (1 + the number of runnablethreads) or the
           number of CPUs minus the number of runnable threads when the number of runnable threads is less
           than the number of CPUs.  The closer the Mach factor value is to zero, the higher the load.  On
           an idle system with a fixed number of active processors, the mach factor will be equal to the
           number of CPUs.

SEE ALSO
     sysctl(8)

Mac OS X                                      October 30, 2003                                      Mac OS X

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...