hcimsiutil

This command displays the information usually found in a thread’s status from Network Monitor. There is also an option to reset only the error count.

hcimsiutil [-D] [-dh] [-dt] [-da] [-dd thread] [-pd] [-f] [-R] [-rs] [-ur] [-ut thread] 
[-E][-ep proc] [-et thread] [-X] [-xt thread] [-xp proc] [-Z] 
[-zt thread] [-zp proc] 
  • -D enables debug output.
  • -dh dumps region header.
  • -dt dumps region Table of Contents.
  • -da dumps all. This includes the region header and table of contents.
  • -dd thread dumps data section for thread.
  • -E clears all of the thread's error count.
  • -ep proc clears all of the thread's error count within a specified process.
  • -et thread clears the error count of a specified thread.
  • -f removes/resets thread data. This is used with -E/e, -R/-rs, -X/x or -Z/z.
  • -pd proc marks all threads in process as dead.
  • -R removes the region.
  • -rs removes the semaphores only.
  • -ur unlocks the region control semaphore.
  • -ut thread unlocks thread section semaphore.
  • -X keeps the times but resets all other thread section data.
  • -xt thread keeps the times but resets other thread section data.
  • -xp proc keeps the times but resets all other thread section data of one process.
  • -Z resets all thread section data.
  • -zt thread resets thread section data.
  • -zp proc resets all thread section data of one process.