From owner-freebsd-stable@FreeBSD.ORG Sun Oct 13 07:30:31 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 367F33FA for ; Sun, 13 Oct 2013 07:30:31 +0000 (UTC) (envelope-from admin@3dr.org) Received: from futurehost.futurehost.pl (futurehost.futurehost.pl [91.200.185.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECE9026B7 for ; Sun, 13 Oct 2013 07:30:30 +0000 (UTC) Received: from user-94-254-145-82.play-internet.pl ([94.254.145.82]:31808 helo=com.flipdogsolutions) by futurehost.futurehost.pl with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.80) (envelope-from ) id 1VVG85-0005qG-SZ for freebsd-stable@freebsd.org; Sun, 13 Oct 2013 09:30:22 +0200 Date: Sun, 13 Oct 2013 09:30:18 +0200 From: admin@3dr.org To: freebsd-stable@freebsd.org Message-ID: <220e8bb5-1050-43d7-a58c-477cbba6ef56.maildroid@localhost> Subject: Trace process with high outgoing traffic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 07:30:31 -0000 Hello, I'm looking for a way to trace a PHP-FPM forked proces which has high outgoing traffic (user attacking some remote servers). Any ideas? Thank you Luke