[jboss-cvs] jboss-profiler/docbook/en ...
Clebert Suconic
csuconic at jboss.com
Fri Nov 10 12:40:23 EST 2006
User: csuconic
Date: 06/11/10 12:40:23
Added: docbook/en master.xml
Log:
Adding docbook under jboss-profiler tree
Revision Changes Path
1.1 date: 2006/11/10 17:40:23; author: csuconic; state: Exp;jboss-profiler/docbook/en/master.xml
Index: master.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"../docbook-support/support/docbook-dtd/docbookx.dtd" [
<!ENTITY concept SYSTEM "modules/concept.xml">
<!ENTITY runtime SYSTEM "modules/runtime.xml">
<!ENTITY memory SYSTEM "modules/memory.xml">
<!ENTITY webinterface SYSTEM "modules/webinterface.xml">
<!ENTITY jvmti SYSTEM "modules/jvmti.xml">
<!ENTITY compiling SYSTEM "modules/compiling.xml">
]>
<book lang="en">
<bookinfo>
<title>JBossProfiler Guide (Under review)</title>
<releaseinfo>2006, Clebert Suconic at JBoss Inc (Under review)</releaseinfo>
<pubdate>2006</pubdate>
</bookinfo>
<toc></toc>
<preface id="acknoledgements" revision="1">
<title>Acknowledgements</title>
<para>I have had an amazing support from my wife, who encourage me
investing part of my time in "the open source dream". I wouldn't be able
to create this without her support.</para>
<para>But at a first place also, I have to thank God who gave me the idea
during a prayer time. Yes, I'm religious although I don't like the
definition of the word religion. Someone told me that Thomas Edison always
did that before his investions. I only tried to immitate him on that nice
idea. I made a promise that I would say that in my acknoledgements at
first moment I had the idea.</para>
</preface>
<preface id="preface" revision="1">
<title>Preface</title>
<para>JBossProfiler uses an innovative way of profilling. It uses log
files instead of direct communication between the analysis tool and the
interceptor layer (the agent responsible to hook between method
calls).</para>
<para>Because of this approach, instead of having to turn of firewal
rules, to enable graphical terminals and other factors found in production
or QA systems, this gives more flexibility when analyzing applications in
high end servers.</para>
<para>Thinking about these difficulties we have constructed the analysis
toold as a WEB application. It would be pretty easy to create a Swing
application that analyses that data, but we have choosed primarly to
support the WEB application for those reasons. Of course if someone wants
to contribute with a swing version, we would be more than pleased in
accept such contribution.</para>
</preface>
&concept;
&runtime;
&memory;
&webinterface;
&jvmti;
&compiling;
</book>
More information about the jboss-cvs-commits
mailing list