Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
24986b95
Commit
24986b95
authored
Feb 19, 2015
by
Björn Rabenstein
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #41 from prometheus/beorn7/doc-improve
Make the benchmark results more precise.
parents
e68df974
e56dddc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
faq.md
content/docs/introduction/faq.md
+7
-7
No files found.
content/docs/introduction/faq.md
View file @
24986b95
...
...
@@ -199,15 +199,15 @@ you an idea, here are some results from benchmarks:
*
On an older 8-core machine with Intel Core i7 CPUs and two spinning
disks (Samsung HD753LJ) in a RAID-1 setup, Prometheus sustained an
ingestion rate of
20k samples per second, belonging to 450
k time
series, scraped from
15
00 targets.
ingestion rate of
18k samples per second, belonging to 56
k time
series, scraped from
2
00 targets.
*
On a modern server with SSD, Prometheus sustained an ingestion rate
of
more than 100k samples per second, belonging to millions of
time
series, scraped from
thousands of
targets.
of
320k samples per second, belonging to 1.7M
time
series, scraped from
1100
targets.
In both cases, the
bottleneck was identified as insufficiently
p
arallelized hash calculation, which happens before samples even hit
the storage backend
.
In both cases, the
re were no obvious bottlenecks. Various stages of the
p
rocessing pipelines reached their limits more or less at the same
ingestion rate
.
Running out of inodes is highly unlikely in a usual set-up. There is a
possible downside: If you want to delete Prometheus's storage
...
...
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