OSTree.RepoTransactionStats

Fields

Name

Type

Access

Description

content_bytes_written

int

r/w

The amount of data added to the repository, in bytes, counting only content objects.

content_objects_total

int

r/w

The total number of content objects in the repository after this transaction has completed.

content_objects_written

int

r/w

The number of content objects that were written to the repository in this transaction.

devino_cache_hits

int

r/w

metadata_objects_total

int

r/w

The total number of metadata objects in the repository after this transaction has completed.

metadata_objects_written

int

r/w

The number of metadata objects that were written to the repository in this transaction.

padding1

int

r/w

reserved

padding2

int

r/w

reserved

padding3

int

r/w

reserved

padding4

int

r/w

reserved

Methods

None

Details

class OSTree.RepoTransactionStats

A list of statistics for each transaction that may be interesting for reporting purposes.