host_info(2) — UNIX Programmer’s Manual
NAME
host_info − get information about a Mach host.
SYNOPSIS
#include <mach.h>
kernel_return_t host_info(task_t task, machine_info_data_t info)
DESCRIPTION
The host_info call returns the host information corresponding to the Mach host running the specified task. The information includes the maximum number of processors that the kernel is configured for and the actual number of processors in use. This information is displayed by the hostinfo(1) program.
NeXT, Inc. — March 24, 1989