Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rs_stats Struct Reference

Performance statistics from a librsync encoding or decoding operation. More...

#include </home/clem/local/src/opie/rsync/rsync.h>

List of all members.

Public Attributes

char const * op
int lit_cmds
rs_long_t lit_bytes
rs_long_t lit_cmdbytes
rs_long_t copy_cmds
rs_long_t copy_bytes
rs_long_t copy_cmdbytes
rs_long_t sig_cmds
rs_long_t sig_bytes
int false_matches
rs_long_t sig_blocks
size_t block_len
rs_long_t in_bytes
rs_long_t out_bytes


Detailed Description

Performance statistics from a librsync encoding or decoding operation.

See also:
rs_format_stats(), rs_log_stats()

Definition at line 168 of file rsync.h.


Member Data Documentation

size_t rs_stats::block_len
 

Definition at line 183 of file rsync.h.

rs_long_t rs_stats::copy_bytes
 

Definition at line 176 of file rsync.h.

rs_long_t rs_stats::copy_cmdbytes
 

Definition at line 176 of file rsync.h.

rs_long_t rs_stats::copy_cmds
 

Definition at line 176 of file rsync.h.

int rs_stats::false_matches
 

Definition at line 178 of file rsync.h.

rs_long_t rs_stats::in_bytes
 

Total bytes read from input.

Definition at line 185 of file rsync.h.

rs_long_t rs_stats::lit_bytes
 

Number of literal bytes.

Definition at line 172 of file rsync.h.

rs_long_t rs_stats::lit_cmdbytes
 

Number of bytes used in literal command headers.

Definition at line 173 of file rsync.h.

int rs_stats::lit_cmds
 

Number of literal commands.

Definition at line 171 of file rsync.h.

char const* rs_stats::op
 

Human-readable name of current operation. For example, "delta".

Definition at line 169 of file rsync.h.

rs_long_t rs_stats::out_bytes
 

Total bytes written to output.

Definition at line 186 of file rsync.h.

rs_long_t rs_stats::sig_blocks
 

Number of blocks described by the signature.

Definition at line 180 of file rsync.h.

rs_long_t rs_stats::sig_bytes
 

Definition at line 177 of file rsync.h.

rs_long_t rs_stats::sig_cmds
 

Definition at line 177 of file rsync.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 5 17:51:01 2005 for OPIE by  doxygen 1.4.2