kern.epoch.stats

Home

Up: kern.epoch

Property Value
OID 1.7ffffc3e.7ffffc3d
Description epoch stats
Label
Type node
Format N
Flags
  • RD, Can read the value
  • WR, Can write the value
  • RW, RD and WR
  • MPSAFE, Multiprocessor safe


Children:
Child Description
kern.epoch.stats.epoch_call_tasks # of times a callback task was run
kern.epoch.stats.epoch_calls # of times a callback was deferred
kern.epoch.stats.switches # of times a thread voluntarily context switched in epoch_wait
kern.epoch.stats.ncontended # of times a thread was blocked on a lock in an epoch during an epoch_wait
kern.epoch.stats.migrations # of times thread was migrated to another CPU in epoch_wait
kern.epoch.stats.nblocked # of times a thread was in an epoch when epoch_wait was called