Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bpstats2(1) [debian man page]

BPSTATS2(1)							  BP executables						       BPSTATS2(1)

NAME
bpstats2 - Bundle Protocol (BP) processing statistics query utility via bundles SYNOPSIS
bpstats2 sourceEID [default destEID] [ct] DESCRIPTION
bpstats2 creates bundles containing the current values of all BP processing statistics accumulators. It creates these bundles when: o an interrogation bundle is delivered to sourceEID: the contents of the bundle are discarded, a new statistics bundle is generated and sent to the source of the interrogation bundle. The format of the interrogation bundle is irrelevant. o a SIGUSR1 signal is delivered to the bpstats2 application: a new statistics bundle is generated and sent to default destEID. EXIT STATUS
0 bpstats2 has terminated. Any problems encountered during operation will be noted in the ion.log log file. 1 bpstats2 failed to start up or receive bundles. Diagnose the issue reported in the ion.log file and try again. OPTIONS
[ct] If the string "ct" is appended as the last argument, then statistics bundles will be sent with custody transfer requested. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: bpstats2 can't bp_attach(). bpadmin has not yet initialized BP operations. bpstats2 can't open own endpoint. Another BP application has opened that endpoint; close it and try again. No space for ZCO extent. ION system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. Can't create ZCO extent. ION system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bpstats2 can't send stats bundle. Bundle Protocol service to the remote endpoint has been stopped. Can't send stats: bad dest EID (dest EID) The destination EID printed is an invalid destination EID. The destination EID may be specified in default destEID or the source EID of the interrogation bundle. Ensure that default destEID is an EID that is valid for ION, and that the interrogator is a source EID that is also a valid destination EID. Note that "dtn:none" is not a valid destination EID, but is a valid source EID. NOTES
A very simple interrogator is bpchat which can repeatedly interrogate bpstats2 by just striking the enter key. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpstats(1), bpchat(1) perl v5.14.2 2012-05-25 BPSTATS2(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