kerninfo [options] <object-type> [<object-index>]
Display help.
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.
Like --match but allows a regular expression to be used rather than simple TDesC::Match.
Displays full information for the objects.
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.
The type of object to list. [process, thread, chunk, server, codeseg, hal, windowgroup, mimetype, openfile, featurereg, msgq, mutex, semaphore, timer]
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]
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
ps, objinfo, chunkinfo, fuser, svrinfo, listapps, hal
Copyright (c) 2008-2010 Accenture. All rights reserved.