OSTree.RepoTransactionStats¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
content_bytes_written |
r/w |
The amount of data added to the repository, in bytes, counting only content objects. |
|
content_objects_total |
r/w |
The total number of content objects in the repository after this transaction has completed. |
|
content_objects_written |
r/w |
The number of content objects that were written to the repository in this transaction. |
|
devino_cache_hits |
r/w |
||
metadata_objects_total |
r/w |
The total number of metadata objects in the repository after this transaction has completed. |
|
metadata_objects_written |
r/w |
The number of metadata objects that were written to the repository in this transaction. |
|
padding1 |
r/w |
reserved |
|
padding2 |
r/w |
reserved |
|
padding3 |
r/w |
reserved |
|
padding4 |
r/w |
reserved |
Methods¶
None
Details¶
- class OSTree.RepoTransactionStats¶
A list of statistics for each transaction that may be interesting for reporting purposes.