From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:13:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DCE16A4CE; Sun, 26 Dec 2004 00:13:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F0643D45; Sun, 26 Dec 2004 00:13:07 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0D7ll074475; Sun, 26 Dec 2004 00:13:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0D7AF074474; Sun, 26 Dec 2004 00:13:07 GMT (envelope-from jeff) Message-Id: <200412260013.iBQ0D7AF074474@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 00:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 00:13:07 -0000 jeff 2004-12-26 00:13:07 UTC FreeBSD src repository Added files: tools/sched schedgraph.py Log: - Add 'schedgraph' a scheduler trace visualization tool written with python and tkinter. Schedgraph takes input from files produces by ktrdump -ct when KTR_SCHED is compiled into the kernel. The output represents the states of each thread with colored line segments as well as colored points for non-state scheduler events. Each line segment and point is clickable to obtain extra detail. Revision Changes Path 1.1 +1209 -0 src/tools/sched/schedgraph.py (new)