rs_stats Struct Reference

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


Data Fields

char const * op
 Human-readable name of current operation.
int lit_cmds
 Number of literal commands.
rs_long_t lit_bytes
 Number of literal bytes.
rs_long_t lit_cmdbytes
 Number of bytes used in literal command headers.
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
 Number of blocks described by the signature.
size_t block_len
rs_long_t in_bytes
 Total bytes read from input.
rs_long_t out_bytes
 Total bytes written to output.


Detailed Description

Performance statistics from a librsync encoding or decoding operation.

See also:
rs_format_stats(), rs_log_stats()

Field Documentation

char const* rs_stats::op

Human-readable name of current operation.

For example, "delta".

int rs_stats::lit_cmds

Number of literal commands.

rs_long_t rs_stats::lit_bytes

Number of literal bytes.

rs_long_t rs_stats::lit_cmdbytes

Number of bytes used in literal command headers.

rs_long_t rs_stats::sig_blocks

Number of blocks described by the signature.

rs_long_t rs_stats::in_bytes

Total bytes read from input.

rs_long_t rs_stats::out_bytes

Total bytes written to output.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 25 16:29:51 2008 for librsync by  doxygen 1.5.4