Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
piloop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8b6d841f
...
8b6d841fe0f8f0f892b9a9403735c61b6eb13cc6
authored
2017-09-06 08:48:30 +0000
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
02ff1e14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletions
README.md
README.md
View file @
8b6d841
...
...
@@ -27,7 +27,25 @@ server always needs all available cpu resources given to the machine, minimizing
the risk of letting the hypervisor think that cpu resources can be shared with
some other virtual machines. This helps in for example performance testing,
where it is important to have the same amount of resources available each time
a performance test is run.
a performance test is run, in order to compare with previous results in the same
machine.
It is of corse better to change the virtual machines resources settings to get
dedicated CPU resources and high priority, but this is not always easy to
achieve, since some virtualization setups want to have the same settings on all
machines and let the hypervisor decide where to put what virtual machines. The
nature of performance testing, where one hour of the day can require all
available CPU resources and the rest of the day does not use any CPU at all, is
extremly difficult for the hypervisor to predict, and provide addequate CPU
resources when needed during a test.
For this reason, it is good practice to keep the piloop tool running a day or
two before the performance testing starts, in order for the hypervisor to make
room and provide CPU resources for all virtual CPU's. In order to not affect
other virtual machines by suddenly requireing all CPU's, its also good practice
to more slowly increase the number of CPU's being fully loaded with piloop. You
can start several piloop processes with a couple of hours in between, where each
piloop process loads 25-50% of the available logical CPU's.
## Compile
...
...
Please
register
or
sign in
to post a comment