From owner-soc-status@FreeBSD.ORG Wed Jul 29 19:19:46 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBDD01065690; Wed, 29 Jul 2009 19:19:46 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 03EA48FC3B; Wed, 29 Jul 2009 19:19:45 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fxm24 with SMTP id 24so190890fxm.36 for ; Wed, 29 Jul 2009 12:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Z6xrq2Qe1xLgiQuR8Q1F+04wNZL+2fGtnbLTu01cr5o=; b=bppyLxS8+IEiNqoN9pBGGSR5xqjYDjmKxJCdH4uha/GpzrvT/AxpifjEqzaxTfzjWF Av+3XYDxBLx3r4KwsxTJqTUOzbrf6EAqKiaaBczP36aKw1/8/MkjV3lcHw0Y1O11ecsP fAR3k80qgV7kaZ8Zq4gsraPlOdTzTs1vw2D+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; b=ABthFWrThzCtCT7AT/pSAqGpAQJOqMmmbc/J0szIxEuAbig2iOr2zkslUhVnY+uU21 jzxremfAz6l1kk5+UWFXWbxzN1hxQioufT5hyfPK2hD8tPT3mRg93g1tHvJVCBPQLKXz ziX2Dnkl7Za2W5xCrubzrKDjQUPt9ae4xSMqw= MIME-Version: 1.0 Sender: pali.gabor@googlemail.com Received: by 10.223.104.140 with SMTP id p12mr166283fao.7.1248895184754; Wed, 29 Jul 2009 12:19:44 -0700 (PDT) Date: Wed, 29 Jul 2009 21:19:44 +0200 X-Google-Sender-Auth: 476e354181e695d7 Message-ID: <685a6ef80907291219v6ab2b688oc9ca360818e31f4f@mail.gmail.com> From: Gabor PALI To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Oleksandr Tymoshenko , Robert Watson Subject: libstat status 8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 19:19:47 -0000 Hi there, During the last week, I have worked on the following items: - Finish modification of netstat(1) to use libnetstat(3) for displaying network interfaces. - Add netstat_bpf() function for retrieving BPF statistics (bpf_type), and it also works for kvm(3) images. - Modify netstat(1) to use netstat_bpf(). - Establish a relatively general framework for handling (getting and resetting) protocol-dependent statistics (stat_type). - Modify netstat(1) and the kernel to pass and use libnetstatified statistics for tcp, udp, carp, ip, icmp, pim, igmp, ddp, sctp. Cheers, :g