Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




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

NAME
     kextstat -- display status of loaded kernel extensions (kexts)

SYNOPSIS
     kextstat [-h] [-k] [-l] [-b identifier] ...

DESCRIPTION
     The kextstat utility displays the status of any kexts currently loaded in the kernel.  The following
     information is shown for each loaded kext:

     Index     The load index of the kext (used to track linkage references).  Gaps in the list indicate
               kexts that have been unloaded.

     Refs      The number of references to this kext by others.  If nonzero, the kext cannot be unloaded.

     Address   The address in kernel space where the kext has been loaded.

     Size      The number of bytes of kernel memory that the kext occupies.  If this is zero, the kext is a
               built-in part of the kernel that has a record as a kext for resolving dependencies among
               kexts.

     Wired     The number of wired bytes of kernel memory that the kext occupies.

     Name      The CFBundleIdentifier of the kext.

     (Version)
               The CFBundleVersion of the kext.

     <Linked Against>
               The index numbers of all other kexts that this kext has a reference to.

OPTIONS
     These options are available:

     -b identifier, -bundle-id identifier
               Display the status of only the kext with the given bundle identifier.  This option trumps the
               -no-kernel option; if both are given and a kernel component is specified, its information is
               shown.

     -h, -help
               Print a help message describing each option flag and exit with a success result, regardless
               of any other options on the command line.

     -k, -no-kernel
               Don't show information for built-in components of the kernel.

     -l, -list-only
               Print the list of loaded kexts only and omit the header (useful for running output through
               text-analysis tools).

DIAGNOSTICS
     The kextstat utility exits with a status of 0 on success and with a nonzero status if an error occurs.

SEE ALSO
     kextcache(8), kextd(8), kextload(8), kextunload(8), kextutil(8)

Darwin                           March 6, 2009                          Darwin

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.