Mar 29, 2024

About

Traces

Tools

Links

edit SideBar

Search

Processing

Tools.Processing History

Hide minor edits - Show changes to output

November 20, 2009, at 01:33 AM by 129.88.69.214 -
Changed line 36 from:
The toolbox is basic on Matlab, and has been used with version 7.6.0.324 (R2008a).
to:
The toolbox is based on Matlab, and has been used with version 7.6.0.324 (R2008a).
November 20, 2009, at 01:33 AM by 129.88.69.214 -
Changed line 3 from:
We implemented a FTA toolbox to facilitate the
to:
We have implemented a FTA toolbox to facilitate the
Added lines 8-9:

%center% http://fta.inria.fr/apache2-default/pmwiki/pub/fta_toolbox.png
November 20, 2009, at 12:59 AM by 129.88.69.214 -
Changed lines 34-37 from:
You can check out the latest versions of the toolbox from the svn repository with the following command:

@@svn checkout svn://scm
.gforge.inria.fr/svn/fta/toolbox@@
to:
The toolbox is basic on Matlab, and has been used with version 7.6.0.324 (R2008a).
Added lines 40-44:

You can check out the latest versions of the toolbox from the svn repository with the following command:

@@svn checkout svn://scm.gforge.inria.fr/svn/fta/toolbox@@
November 20, 2009, at 12:57 AM by 129.88.69.214 -
Changed lines 41-42 from:
To print to tables in different formats, users should install the [[http://www.mathworks.com/matlabcentral/fileexchange/24766|DataTable]]
package.
to:
To print to tables in different formats, users should install the [[http://www.mathworks.com/matlabcentral/fileexchange/24766|DataTable]] package.
November 20, 2009, at 12:57 AM by 129.88.69.214 -
Added lines 37-43:

To connect to the database, users must first install a
the [[http://www.mmf.utoronto.ca/resrchres/mysql/|matlab-mysql interface]].

To print to tables in different formats, users should install the [[http://www.mathworks.com/matlabcentral/fileexchange/24766|DataTable]]
package.
November 20, 2009, at 12:55 AM by 129.88.69.214 -
Added lines 1-2:
!! FTA Toolbox
Added lines 32-33:
!!! Installation
Changed lines 38-41 from:
Some other useful processing scripts are provided here.
to:

!!! Scripts

Some
useful processing scripts are provided here.
November 20, 2009, at 12:53 AM by 129.88.69.214 -
Changed lines 30-32 from:
to:
You can check out the latest versions of the toolbox from the svn repository with the following command:

@@svn checkout svn://scm.gforge.inria.fr/svn/fta/toolbox@@
November 20, 2009, at 12:51 AM by 129.88.69.214 -
Changed lines 1-32 from:
Some useful processing scripts are provided here.
to:
We implemented a FTA toolbox to facilitate the
comparative analysis of failure traces (see
Figure). The toolbox is implemented in
Matlab, and uses several open-source Matlab packages, such
as the Mysql and DataTable packages.

The toolbox takes as input four functions for initializing,
querying, processing, and finalizing the data analysis. The
initialization and query stages allow one to extract the
necessary data from traces located in the MySQL database
into Matlab in-memory data structures. By contrast to
loading entire data sets into memory from large files, this
method allows one to extract into memory only the data that
is needed for processing.

Initialization and querying is separated from processing to
allow expensive initialization queries to be conducted only
once, after which any amount of processing can be done.
Also this separation allows the same initialization and
queries to be used for many different processing functions.
This facilitates code reuse.

The results of initializing and querying are then passed to
the processing function. This function is run across each
of those results. The processing output is then fed into
the finalize function, which can produce tables
automatically in latex, HTML, text, and wiki formats using the
DataTable module



Some other useful processing scripts are provided here.
July 30, 2009, at 09:02 AM by 128.32.98.9 -
Changed lines 3-36 from:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of the tabbed FTA format.
to:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of the tabbed FTA format.

(:html:)
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=4932734;
var sc_invisible=1;
var sc_partition=57;
var sc_click_stat=1;
var sc_security="d6ef0c3a";
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="joomla 1.5 stats"
href="http://www.statcounter.com/joomla/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/4932734/0/d6ef0c3a/1/"
alt="joomla 1.5 stats" ></a></div></noscript>
<!-- End of StatCounter Code -->
(:htmlend:)


(:html:)
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4677301-2");
pageTracker._trackPageview();
} catch(err) {}</script>
(:htmlend:)
July 28, 2009, at 07:15 AM by 128.32.98.9 -
Changed line 3 from:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: a python script to return a few information about event_trace.tab file of the tabbed FTA format.
to:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of the tabbed FTA format.
July 28, 2009, at 07:15 AM by 128.32.98.9 -
Changed line 3 from:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of tabbed FTA format.
to:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: a python script to return a few information about event_trace.tab file of the tabbed FTA format.
July 25, 2009, at 08:08 AM by 128.32.98.9 -
Changed line 3 from:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/ tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of tabbed FTA format.
to:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of tabbed FTA format.
July 25, 2009, at 08:04 AM by 128.32.98.9 -
Changed line 3 from:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/ tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of FTA format.
to:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/ tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of tabbed FTA format.
July 25, 2009, at 08:03 AM by 128.32.98.9 -
Changed lines 1-3 from:
# a python script to return a few information about event_trace.tab file of FTA format.

** [[http:
//fta.inria.fr/apache2-default/pmwiki/pub/scripts/ tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: perl script to convert SETI@home raw data into tabbed FTA format.
to:
Some useful processing scripts are provided here.

** [[http://fta
.inria.fr/apache2-default/pmwiki/pub/scripts/ tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: python script to return a few information about event_trace.tab file of FTA format.
July 25, 2009, at 08:01 AM by 128.32.98.9 -
Changed lines 1-2 from:
** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/seti2tab.pl|''seti2tab.pl'']]: perl script to convert SETI@home raw data into tabbed FTA format.
to:
# a python script to return a few information about event_trace.tab file of FTA format.

** [[http:
//fta.inria.fr/apache2-default/pmwiki/pub/scripts/ tab_event_trace_read-print.py|'' tab_event_trace_read-print.py'']]: perl script to convert SETI@home raw data into tabbed FTA format.
July 25, 2009, at 07:59 AM by 128.32.98.9 -
Added lines 1-2:

** [[http://fta.inria.fr/apache2-default/pmwiki/pub/scripts/seti2tab.pl|''seti2tab.pl'']]: perl script to convert SETI@home raw data into tabbed FTA format.

Page Actions

Recent Changes

Group & Page

Back Links