kamon.system

custom

package custom

Visibility
  1. Public
  2. All

Type Members

  1. class ContextSwitchesMetrics extends GenericEntityRecorder

    Context Switches metrics:

    Context Switches metrics:

    • process-voluntary: Total number of voluntary context switches related to the current process (one thread explicitly yield the CPU to another).
    • process-non-voluntary: Total number of involuntary context switches related to the current process (the system scheduler suspends and active thread, and switches control to a different thread).
    • global: Total number of context switches across all CPUs.
  2. class ContextSwitchesUpdater extends Actor

Ungrouped