Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

rs_stats Struct Reference

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

#include <rsync.h>


Data Fields

char const* op
 Human-readable name of current operation. More...

int lit_cmds
 Number of literal commands. More...

rs_long_t lit_bytes
 Number of literal bytes. More...

rs_long_t lit_cmdbytes
 Number of bytes used in literal command headers. More...

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 in_bytes
 Total bytes read from input. More...

rs_long_t out_bytes
 Total bytes written to output. More...


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::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 at Sun Mar 18 16:54:50 2001 for librsync by doxygen 1.2.5 written by Dimitri van Heesch, © 1997-2001