Skip to content

Commit 16979cb

Browse files
[mq] working branch - merge 5eeb971 on top of main at 71c14f2
{"baseBranch":"main","baseCommit":"71c14f231eb91c77266453e4c9b8dfa1f1527462","createdAt":"2025-04-29T10:34:48.624904Z","headSha":"5eeb9717dbf454684b8f2c6ff691451dd2374d00","id":"de641d50-e7cd-491b-9f20-f780cb854f4c","priority":"200","pullRequestNumber":"1325","queuedAt":"2025-04-29T11:15:09.025578Z","retryAttempt":"2","status":"STATUS_QUEUED"}
2 parents 8c4a019 + 5eeb971 commit 16979cb

File tree

3 files changed

+206
-130
lines changed

3 files changed

+206
-130
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## Added
9+
- Compute the Working Set Size of the target thanks to the Linux Idle Page Tracking API.
10+
And expose it in the new `total_wss_bytes` metric.
11+
- Add a `max_lifetime` parameter to the `container` generator to make it generate
12+
a continuous stream of docker containers deletion and re-creation.
813

914
## [0.25.9]
1015
## Added
1116
- Introduce a `container` generator able to generate an arbitrary number
12-
of docker containers
13-
- Compute the Working Set Size of the target thanks to the Linux Idle Page Tracking API.
14-
And expose it in the new `total_wss_bytes` metric.
17+
of docker containers.
1518
## Changed
1619
- Lading's byte-unit crate is now updated to 5.x. This version of the crate is
1720
very strict about the difference between MiB, Mb etc.

examples/lading-container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ generator:
1919
network_disabled: false
2020
exposed_ports:
2121
- 5000/tcp
22+
max_lifetime_seconds: 20
2223
number_of_containers: 10

0 commit comments

Comments
 (0)