kernel - Enhanced reporting by process killer
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 27 Mar 2017 06:04:34 +0000 (23:04 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 27 Mar 2017 06:43:09 +0000 (23:43 -0700)
commitd081ceacbfef74a495f666b33fd33265936228ff
tree7c4d46c5b32ab4b679af3e69335aec317c9c50ca
parent0baf00684b86029ecc285439ef7e5399648cb1d9
kernel - Enhanced reporting by process killer

* Issue a kprintf() when trying to kill a process so we know when
  the attempt is made.  The 'killed' message we already have only
  prints when the attempt succeeds.

* Additional metrics when reporting 'low on memory+swap' now available
  with bootverbose.
sys/vm/vm_pageout.c