Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
4eaa1ad9
Commit
4eaa1ad9
authored
Oct 04, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8f293a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
go/neo/t/neotest
go/neo/t/neotest
+3
-3
No files found.
go/neo/t/neotest
View file @
4eaa1ad9
...
@@ -51,7 +51,7 @@ export PATH=$X/lmbench/lmbench3/bin/`cd $X/lmbench/lmbench3/src; ../scripts/os`:
...
@@ -51,7 +51,7 @@ export PATH=$X/lmbench/lmbench3/bin/`cd $X/lmbench/lmbench3/src; ../scripts/os`:
export PATH=
$X
/ioping:
$PATH
export PATH=
$X
/ioping:
$PATH
# XXX for mysqld, ethtool
# XXX for mysqld, ethtool
export PATH=
$PATH
:/usr/sbin
export PATH=
$PATH
:/
sbin:/
usr/sbin
EOF
EOF
# NOTE lmbench before env.sh becuase env.sh uses `scripts/os` from lmbench
# NOTE lmbench before env.sh becuase env.sh uses `scripts/os` from lmbench
...
@@ -482,7 +482,7 @@ header() {
...
@@ -482,7 +482,7 @@ header() {
idledump
idledump
test
"
$freqstable
"
=
y
||
echo
"# cpu: WARNING: frequency not fixed - benchmark timings won't be stable"
test
"
$freqstable
"
=
y
||
echo
"# cpu: WARNING: frequency not fixed - benchmark timings won't be stable"
test
"
$latmax
"
-
gt
10
&&
echo
"# cpu: WARNING: C-state exit-latency is max
${
latmax
}
μs - that can add to networked request-reply latency (?)"
test
"
$latmax
"
-
le
10
||
echo
"# cpu: WARNING: C-state exit-latency is max
${
latmax
}
μs - that can add to networked request-reply latency (?)"
# disk under .
# disk under .
...
@@ -540,7 +540,7 @@ header() {
...
@@ -540,7 +540,7 @@ header() {
# warn if rx latency is too high
# warn if rx latency is too high
rxlat
=
$((
$rxt
>
$rxt_irq
?
$rxt
:
$rxt_irq
))
rxlat
=
$((
$rxt
>
$rxt_irq
?
$rxt
:
$rxt_irq
))
test
"
$rxlat
"
-
gt
10
&&
echo
"#
$nicname
: WARNING: RX coalesce latency is max
${
rxlat
}
μs - that will add to networked request-reply latency"
test
"
$rxlat
"
-
le
10
||
echo
"#
$nicname
: WARNING: RX coalesce latency is max
${
rxlat
}
μs - that will add to networked request-reply latency"
done
done
echo
-n
"# "
;
python
--version
echo
-n
"# "
;
python
--version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment