Skip to content

Commit 87198ac

Browse files
committed
docs: reword the descriptions for stress container io
1 parent e5ecb51 commit 87198ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/extcontainer/action_stress_io.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func getStressIoDescription() action_kit_api.ActionDescription {
3030
return action_kit_api.ActionDescription{
3131
Id: fmt.Sprintf("%s.stress_io", BaseActionID),
3232
Label: "Stress Container IO",
33-
Description: "Stresses memory in the container cgroup for the given duration.",
33+
Description: "Stresses IO in the container using read/write/flush operations for the given duration.",
3434
Version: extbuild.GetSemverVersionStringOrUnknown(),
3535
Icon: extutil.Ptr(stressIOIcon),
3636
TargetSelection: &action_kit_api.TargetSelection{
@@ -96,7 +96,7 @@ func getStressIoDescription() action_kit_api.ActionDescription {
9696
{
9797
Name: "mbytes_per_worker",
9898
Label: "MBytes to write",
99-
Description: extutil.Ptr("How many megabytes should be written per worker?"),
99+
Description: extutil.Ptr("How many megabytes should be written per stress operation?"),
100100
Type: action_kit_api.Integer,
101101
DefaultValue: extutil.Ptr("1024"),
102102
Required: extutil.Ptr(true),

0 commit comments

Comments
 (0)