Changes between Version 13 and Version 14 of Tutorials/a0Basic/Tutorial3


Ignore:
Timestamp:
Jan 18, 2006, 9:00:08 PM (18 years ago)
Author:
faiyaz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/a0Basic/Tutorial3

    v13 v14  
    22
    33= Analyzing Results =
    4 It is important to understand how measurements were collected and organized to be able to interpret them. The [wiki:OML ORBIT Measurement Framework] provides tools to insert points to tap available information and to effectively collect that information in a timely manner. And after the experiment is done, the user would get access to the exprimenet database generated. In general, the results of the experiment is in one [http://www.mysql.com MySQL] database. Different participating nodes populate different tables of this database. Usually, user would like to post-process or visualize those raw measurements for further analysis.
     4It is important to understand how measurements were collected and organized to be able to interpret them. The [wiki:Documentation/OML ORBIT Measurement Framework] provides tools to insert points to tap available information and to effectively collect that information in a timely manner. And after the experiment is done, the user would get access to the exprimenet database generated. In general, the results of the experiment is in one [http://www.mysql.com MySQL] database. Different participating nodes populate different tables of this database. Usually, user would like to post-process or visualize those raw measurements for further analysis.
    55
    66A number of different tools are available to interpret experimental results.  The choice of tools depends upon availability and the nature of the measurements.  Excel and Matlab connections from your local laptop to our database server is blocked by the firewall.  We are working on a system to safely and securely export databases to experimenters.  Until then, please use any of the following approaches to retreive your data.
     
    9494== Using Matlab ==
    9595
    96 Matlab is another tool can be used.  It should be noted that the this assumes you have [http://www.die.net/doc/linux/man/man1/mysqldump.1.html exported] the database off of ORBIT and imported to your own MySQL server.
     96Matlab is another tool can be used.  It should be noted that this assumes you have [http://www.die.net/doc/linux/man/man1/mysqldump.1.html exported] the database off of ORBIT and imported to your own MySQL server.
    9797{{{
    9898function nsf(dbServer, dbUser, dbPW, database);