SYNTAX

    kerninfo [options] <object-type> [<object-index>]


OPTIONS

-h (--help) bool

Display help.

-m (--match) string

Only display objects whose (non-verbose) info matches the specified string. TDesC::Match style wildcards are allowed. Only makes sense when listing all objects, ie when object-index is not specified.

-M (--regex-match) string

Like --match but allows a regular expression to be used rather than simple TDesC::Match.

-v (--verbose) bool

Displays full information for the objects.

-V (--verbosematch) bool

Makes --match (and --regex-match) match against the verbose info rather than the short info. Caution, this can be extremely slow particularly for threads. Implies --verbose.


ARGUMENTS

<object-type>

The type of object to list. [process, thread, chunk, server, codeseg, hal, windowgroup, mimetype, openfile, featurereg, msgq, mutex, semaphore, timer]

[<object-index>]

List information about a particular object. If not specified, list all objects of this type. For threads and processes, you can pass in a thread/process ID. For other object types, you must pass in the index obtained by running the command with no index argument. [int]


DESCRIPTION

Displays lists of useful things, such as processes, threads, feature registry settings, and the like.

For example to list all the chunks containing the word "fshell", do:

    kerninfo chunk --match *fshell*

To get detailed information about the thread with ID 27, do:

        kerninfo --verbose thread 27


SEE ALSO

ps, objinfo, chunkinfo, fuser, svrinfo, listapps, hal


COPYRIGHT

Copyright (c) 2008-2010 Accenture. All rights reserved.