git: kernel - Enhanced reporting by process killer

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Mar 26 23:43:16 PDT 2017


commit d081ceacbfef74a495f666b33fd33265936228ff
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Mar 26 23:04:34 2017 -0700

    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.

Summary of changes:
 sys/vm/vm_pageout.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d081ceacbfef74a495f666b33fd33265936228ff


-- 
DragonFly BSD source repository



More information about the Commits mailing list