monitoring - monitor kernel threads that are not bound to user processes -


how can know what's kernel charge threads not bound user processes ?
(typically top command doesn't show)
e.g.:

  • routing purpose (forwarding nic1 nic2 (iptables config))
  • error handling (device generating bad/wrong irqs)
  • task scheduling

thanks in advance.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -