Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SFTestConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-admins
SFTestConfig
Commits
5529c6f7
Commit
5529c6f7
authored
8 years ago
by
Henning Fehrmann
Committed by
Henning Fehrmann
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
want always time output
parent
b47301ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fio.sh
+1
-1
1 addition, 1 deletion
fio.sh
with
1 addition
and
1 deletion
fio.sh
+
1
−
1
View file @
5529c6f7
...
@@ -42,7 +42,7 @@ function run_write {
...
@@ -42,7 +42,7 @@ function run_write {
dir
=
$MDIR
/fio/
$HOST
dir
=
$MDIR
/fio/
$HOST
[
-d
$dir
]
&&
rm
-rf
$dir
[
-d
$dir
]
&&
rm
-rf
$dir
mkdir
-p
$dir
mkdir
-p
$dir
/usr/bin/timeout 300
/usr/bin/time
--format
"%E"
--output
=
$LOGD
/write
dd
if
=
/dev/zero
of
=
$dir
/file
bs
=
1M
count
=
$3
/usr/bin/time
--format
"%E"
--output
=
$LOGD
/write
/usr/bin/timeout 300
dd
if
=
/dev/zero
of
=
$dir
/file
bs
=
1M
count
=
$3
ls
-s
$dir
/file | gawk
'{print $1}'
>>
$LOGD
/write
ls
-s
$dir
/file | gawk
'{print $1}'
>>
$LOGD
/write
#/usr/bin/timeout 10 /usr/bin/time --format "%E" --output=$LOGD/sync /bin/sync
#/usr/bin/timeout 10 /usr/bin/time --format "%E" --output=$LOGD/sync /bin/sync
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment