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


Ignore:
Timestamp:
Jan 18, 2006, 8:58:46 PM (18 years ago)
Author:
faiyaz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/a0Basic/Tutorial3

    v12 v13  
    44It 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.
    55
    6 A 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 may be blocked by the firewall. Hence, until we are working on figuring out a proxy service to expose these databases based on user credentials, please use any of the following approaches.'''
     6A 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.
     7
     8''Note:  Currently all databases share the same credentials.''
     9
     10'''Username and Password: orbit'''
    711
    812== Using MySQL Client ==
     
    2428Standard MySQL queries can then be made to manipulate your data.  A brief tutorial on how to use MySQL can be found [http://dev.mysql.com/doc/refman/4.1/en/index.html here].
    2529
    26 At the moment, all experiment databases share the same user and password;  "orbit".  The database name is your experiment ID and is displayed by the nodehandler in the first few lines of your experiment run.  It will look something like this:
     30The database name is your experiment ID and is displayed by the nodehandler in the first few lines of your experiment run.  It will look something like this:
    2731{{{
    2832 INFO init: Experiment ID: sb5_2006_01_17_11_45_23
     
    9094== Using Matlab ==
    9195
    92 Matlab is another tool can be used.  Sample Matlab code is shown below
     96Matlab 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.
    9397{{{
    9498function nsf(dbServer, dbUser, dbPW, database);