From owner-freebsd-pf@FreeBSD.ORG Tue Jan 13 22:24:26 2009 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A511065670 for ; Tue, 13 Jan 2009 22:24:26 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3124E8FC08 for ; Tue, 13 Jan 2009 22:24:25 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so120764yxb.13 for ; Tue, 13 Jan 2009 14:24:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=cSd6PN4FractWQf2cafWT8UwCjBmMHziHA46edRsX8E=; b=X5ABXCvMgPHARu4LZUISxSPFS3iTXgF+1lr13+EowczOM31745OXbe+tYmXraDgZAP vhxASvnpKaBBRkOVB2cWI4ZVF+rJNm2FwFMN5aI5PjIl/vUiN33eVrhC8Gu7/fg+T1C+ 4/64faIVaGi1vofnpaDWnr3gwpxe926+/HlQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=XdOdNKSgWWosIc2ImXFeXjiDSdWZeLJu++Kc+BHpZQoMS5caScg2jD7gmehH0i9Oav FmL6thvuVHrZfVAdtF3YXPIMz2Gmv+wBnUz7FveDwfWksdaZYt+xJzaKLUF3KWMRwT6o n7/dkP/hdpMjyOzsu3GmGt1/yhbm0wBo/EdWI= Received: by 10.100.125.12 with SMTP id x12mr16984382anc.4.1231884212687; Tue, 13 Jan 2009 14:03:32 -0800 (PST) Received: from ?192.168.0.100? (CPE-65-29-54-222.wi.res.rr.com [65.29.54.222]) by mx.google.com with ESMTPS id c14sm4522012ana.18.2009.01.13.14.03.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Jan 2009 14:03:31 -0800 (PST) From: Mitja To: freebsd-pf@freebsd.org Date: Tue, 13 Jan 2009 16:03:26 -0600 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901131603.26659.lumiwa@gmail.com> Subject: pflog X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 22:24:26 -0000 Hi! When I check my system with "vmstat" I got: vmstat procs memory page disks faults cpu r b w avm fre flt re pi po fr sr ad0 da0 in sy cs us sy id 0 1 0 425M 434M 62 0 0 0 68 0 0 0 111 838 861 1 1 ******** In the procs section I have all the time b:1 When I check my settings I found that happened after pflog_enable="YES" in rc.conf. I red man pflog but I don't know how to save this "problem". I have FreeBSD 7.1 but the same was on FreeBSD 7.0 too. Thanks in advance...