File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ func getStressIoDescription() action_kit_api.ActionDescription {
30
30
return action_kit_api.ActionDescription {
31
31
Id : fmt .Sprintf ("%s.stress_io" , BaseActionID ),
32
32
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." ,
34
34
Version : extbuild .GetSemverVersionStringOrUnknown (),
35
35
Icon : extutil .Ptr (stressIOIcon ),
36
36
TargetSelection : & action_kit_api.TargetSelection {
@@ -96,7 +96,7 @@ func getStressIoDescription() action_kit_api.ActionDescription {
96
96
{
97
97
Name : "mbytes_per_worker" ,
98
98
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 ?" ),
100
100
Type : action_kit_api .Integer ,
101
101
DefaultValue : extutil .Ptr ("1024" ),
102
102
Required : extutil .Ptr (true ),
You can’t perform that action at this time.
0 commit comments