Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netstack-exp
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Peter Cai
netstack-exp
Commits
6d1dd298
Commit
6d1dd298
authored
2 years ago
by
Peter Cai
Browse files
Options
Downloads
Patches
Plain Diff
move variable definition to experiment files
parent
f61a9c64
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/mutilate.sh
+0
-5
0 additions, 5 deletions
configs/mutilate.sh
experiments/memcached.shared.sh
+2
-0
2 additions, 0 deletions
experiments/memcached.shared.sh
experiments/memcached_qps_scan.sh
+4
-0
4 additions, 0 deletions
experiments/memcached_qps_scan.sh
with
6 additions
and
5 deletions
configs/mutilate.sh
+
0
−
5
View file @
6d1dd298
...
...
@@ -6,8 +6,3 @@ MEMCLIENTS=tilly03,tilly04,tilly05,tilly06,tilly07,tilly08
MUTILATE
=
"ssh tilly02 taskset -c 0-7 mutilate -T8"
MUTILATE+
=
" -s
$MEMSERVER_IP
-d1 -K fb_key -V fb_value -i fb_ia -r1000000"
MUTCLIENTS
=
$(
for
m
in
$(
echo
$MEMCLIENTS
|tr ,
' '
)
;
do
echo
" -a
$m
"
;
done
)
QPS_START_PER_THREAD
=
40000
QPS_END_PER_THREAD
=
110000
QPS_STEP_PER_THREAD
=
5000
CONNS
=
160
# Per mutilate agent thread
This diff is collapsed.
Click to expand it.
experiments/memcached.shared.sh
+
2
−
0
View file @
6d1dd298
CONNS
=
160
# per agent thread
load_config
()
{
source
"
$EXP_ROOT
/configs/memcached.sh"
source
"
$EXP_ROOT
/configs/mutilate.sh"
...
...
This diff is collapsed.
Click to expand it.
experiments/memcached_qps_scan.sh
+
4
−
0
View file @
6d1dd298
source
"
$EXP_ROOT
/experiments/memcached.shared.sh"
QPS_START_PER_THREAD
=
30000
QPS_END_PER_THREAD
=
120000
QPS_STEP_PER_THREAD
=
3000
pre_start
()
{
memcached_pre_start
}
...
...
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