Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 47784 invoked from network); 3 Feb 2005 10:37:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Feb 2005 10:37:23 -0000 Received: (qmail 43246 invoked by uid 500); 3 Feb 2005 10:37:23 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 43128 invoked by uid 500); 3 Feb 2005 10:37:22 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 43077 invoked by uid 99); 3 Feb 2005 10:37:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 03 Feb 2005 02:37:21 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j13AbJCW013154 for ; Thu, 3 Feb 2005 11:37:19 +0100 Message-ID: <526729367.1107427039030.JavaMail.jira@ajax.apache.org> Date: Thu, 3 Feb 2005 11:37:19 +0100 (CET) From: "Mark Whitlock (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-406) Make AxisTrace work better with TraceAnalyzer Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Make AxisTrace work better with TraceAnalyzer --------------------------------------------- Key: AXISCPP-406 URL: http://issues.apache.org/jira/browse/AXISCPP-406 Project: Axis-C++ Type: Bug Components: Trace Utility Versions: 1.5 Alpha Reporter: Mark Whitlock Assigned to: Mark Whitlock Priority: Minor I have formatted axis trace so that it is compatible with the free trace analyzer available from http://alphaworks.ibm.com/tech/ta4was. However there are some unresolved issues. There are.... - the timestamp on every line does not include milliseconds because struct tm does not support milliseconds. This might require platform specific functions. Timestamps without milliseconds don't make much sense since many calls happen in every second. - the environment variable section at the top of the trace easily blew the tool's limit. When there was too much data in that section, the tool failed to read in the trace file. - The thread id is not output in the trace because the client library is not currently linked with pthreads (it should be). - Character strings that contain newline characters are split over several lines in the trace. This is OK, but it looks a little odd. I can't think of a better solution. - Object ids (value of the this pointer) appears in the trace, but are they output so that the tool can show all methods acting on a particular instance of a particular class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira