From owner-p4-projects@FreeBSD.ORG Wed Feb 2 17:02:59 2011 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5BF2D1065697; Wed, 2 Feb 2011 17:02:59 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DF1A10656B3 for ; Wed, 2 Feb 2011 17:02:59 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 09C188FC2E for ; Wed, 2 Feb 2011 17:02:59 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id p12H2w7B084013 for ; Wed, 2 Feb 2011 17:02:58 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id p12H2wAp084010 for perforce@freebsd.org; Wed, 2 Feb 2011 17:02:58 GMT (envelope-from trasz@freebsd.org) Date: Wed, 2 Feb 2011 17:02:58 GMT Message-Id: <201102021702.p12H2wAp084010@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to trasz@freebsd.org using -f From: Edward Tomasz Napierala To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 188460 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2011 17:02:59 -0000 http://p4web.freebsd.org/@@188460?ac=10 Change 188460 by trasz@trasz_victim on 2011/02/02 17:01:54 Improve rctl manual page. Affected files ... .. //depot/projects/soc2009/trasz_limits/usr.bin/rctl/rctl.8#6 edit Differences ... ==== //depot/projects/soc2009/trasz_limits/usr.bin/rctl/rctl.8#6 (text+ko) ==== @@ -148,6 +148,23 @@ .It pctcpu %cpu time .El .Pp +.Sh ACTIONS +.Bl -column -offset 3n "msgqqueued" +.It deny deny the allocation; not supported for cpu and wallclock +.It log log a warning to the console +.It sig* e.g. sigterm; send a signal to the offending process +.El +.Pp +See +.Xr signal 3 +for a list of supported signals. +.Pp +Not all actions are supported for all resources. +Attempt to add rule with action not supported by a given resouce will result +in error. +.Pp +Note that limiting RSS may kill the machine due to thrashing. +.Pp .Sh EXIT STATUS .Ex -std .Sh SEE ALSO