Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

file2sdr(1) [debian man page]

FILE2SDR(1)							  ICI executables						       FILE2SDR(1)

NAME
file2sdr - SDR data ingestion test program SYNOPSIS
file2sdr configFlags fileName DESCRIPTION
file2sdr stress-tests SDR data ingestion by repeatedly writing all text lines of the file named fileName to one of a series of non-volatile linked lists created in a test SDR data store named "testsdrconfigFlags". By incorporating the data store configuration into the name (e.g., "testsdr14") we make it relatively easy to perform comparative testing on SDR data stores that are identical aside from their configuration settings. The operation of file2sdr is cyclical: a new linked list is created each time the program finishes copying the file's text lines and starts over again. If you use ^C to terminate file2sdr and then restart it, the program resumes operation at the point where it left off. After writing each line to the current linked list, file2sdr gives a semaphore to indicate that the list is now non-empty. This is mainly for the benefit of the complementary test program sdr2file(1). At the end of each cycle file2sdr appends a final EOF line to the current linked list, containing the text "*** End of the file ***", and prints a brief performance report: Processing I<lineCount> lines per second. EXIT STATUS
0 file2sdr has terminated. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
Diagnostic messages produced by file2sdr are written to the ION log file ion.log. Can't use sdr. ION system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. Can't create semaphore. ION system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. SDR transaction failed. ION system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. Can't open input file Operating system error. Check errtext, correct problem, and rerun. Can't reopen input file Operating system error. Check errtext, correct problem, and rerun. Can't read from input file Operating system error. Check errtext, correct problem, and rerun. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
sdr2file(1), sdr(3) perl v5.14.2 2012-05-25 FILE2SDR(1)

Check Out this Related Man Page

BPRECVFILE(1)							  BP executables						     BPRECVFILE(1)

NAME
bprecvfile - Bundle Protocol (BP) file reception utility SYNOPSIS
bprecvfile own_endpoint_ID DESCRIPTION
bprecvfile is intended to serve as the counterpart to bpsendfile. It uses bp_receive() to receive bundles containing file content. The content of each bundle is simply written to a file named "testfileN" where N is the total number of bundles received since the program began running. Use ^C to terminate the program. EXIT STATUS
0 bprecvfile has terminated. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: Can't attach to BP. bpadmin has not yet initialized BP operations. Can't open own endpoint. Another BP application task currently has own_endpoint_ID open for bundle origination and reception. Try again after that task has terminated. If no such task exists, it may have crashed while still holding the endpoint open; the easiest workaround is to select a different source endpoint. bprecvfile bundle reception failed. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bprecvfile: can't open test file File system error. bprecvfile terminates. bprecvfile: can't receive bundle content. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bprecvfile: can't write to test file File system error. bprecvfile terminates. bprecvfile cannot continue. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bprecvfile: can't handle bundle delivery. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpsendfile(1), bp(3) perl v5.14.2 2012-05-25 BPRECVFILE(1)
Man Page