Changes between Version 11 and Version 12 of Old/orbitHandler


Ignore:
Timestamp:
Aug 23, 2006, 4:21:45 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v11 v12  
    9494   === Command: orbitGetFileMerged ===
    9595
     96This command is primarily used to gather up log files and merge them into a single file on the console for processing. For example, if your application on each node generates a file call 'logfile.csv' then you would use the following command to agregate all those files into a single file on the console for further analysis.
     97
     98{{{
     99joeuser@console.sb1:~$ ./orbitGetFileMerged nodeset logfile.csv mergedLogFile.csv
     100}}}
     101
     102   === Command: orbitCmd and orbitCmdSeq ===
     103