Tagged Questions
The capacity-planning tag has no wiki summary.
31
votes
1answer
6k views
Caveats of select/poll vs. epoll reactors in Twisted
Everything I've read and experienced ( Tornado based apps ) leads me to believe that ePoll is a natural replacement for Select and Poll based networking, especially with Twisted. Which makes me ...
13
votes
3answers
332 views
Queuing theory for programmers?
After being burnt several times on things that seemed "obviously fast enough" but sucked performance-wise under load, I'm starting to think that my "gut feeling" might be not enough when doing ...
10
votes
3answers
1k views
Sizing and Capacity Planning Tips and How-to
I am often asked to perform sizing and capacity planning for our clients. When our clients buy our products (basically J2EE web applications), they often ask what hardware they will need to run those ...
9
votes
2answers
546 views
Theoretical minimum round-trip-time for a packet to travel over/under the North Atlantic Sea?
I'm doing some performance tuning and capacity planning for a low-latency application and have the following question:
What is the theoretical minimum round-trip time for a packet sent between a host ...
7
votes
8answers
2k views
Work out sprint capacity when carrying over story points in scrum
Let’s say story A is worth 10 story points. Development starts in sprint 100, but is not completed by they end of the sprint. I am then assuming that you do not claim any points. A story is done or ...
6
votes
4answers
954 views
Best way to determine the number of servers needed
How much traffic can one web server handle? What's the best way to see if we're beyond that?
I have an ASP.Net application that has a couple hundred users. Aspects of it are fairly processor ...
5
votes
1answer
139 views
What are the crucial key items in recording technical debt?
I'm setting up a technical debt register at The Office and want to make it a fairly comprehensive tool.
What are the key pieces of information that we should be recording?
4
votes
3answers
4k views
How do I enable FFMPEG logging and where can I find the FFMPEG log file?
I want to be able to log FFMPEG processes because I am trying to work out how long a minute of video takes to convert to help with capacity planning of my video encoding server. How do I enable ...
3
votes
1answer
207 views
How much memory does an inet stream socket use in Node.js?
Of course data can be buffered and grow if the client is too slow to read the server's writes [1].
But what is the default buffer size? I assume it's whatever is configured in ...
2
votes
1answer
58 views
Projecting simultaneous database queries
I’m after some thoughts on how people go about calculating database load for the purposes of capacity planning. I haven’t put this on Server Fault because the question is related to measuring just the ...
2
votes
2answers
331 views
Developer Capacity Planning
What product or tool do you use to do Resource Capacity planning for your development team? Currently managing a large group and trying to provide visibility into my resource availability. I am ...
1
vote
0answers
25 views
load test/compare various protocols for sharing read-only folder (e.g. sftp vs WebDAV) [closed]
I'm setting up a system where there will be a read-only shared folder containing pdfs of various sizes (averaging probably 5-7M), spread out in a hierarchy of folders/subfolders Total size will be ...
1
vote
2answers
191 views
capacity planning determine whether the system could handle load
Lets say a jee based e-commerce web site is performing well giving expected response time and throughput. The web site is undergoing major ui changes and it is expected to bring 3 times more traffic. ...
1
vote
3answers
199 views
Estimation of commodity hardware for an application
Suppose, I wanted to develop stack overflow website. How do I estimate the amount of commodity hardware required to support this website assuming 1 million requests per day. Are there any case studies ...
1
vote
0answers
84 views
Displaying access log analysis
I'm doing some work to analyse the access logs from a Catalyst web application. The data is from the load balancers in front of the web farm and totals about 35Gb per day. It's stored in a Hadoop HDFS ...
1
vote
2answers
2k views
Web server capacity planning: more cores versus more memory
We have an ASP.NET project (40 or so Web forms, 50 tables, pretty standard IO stuff with care taken to minimize when possible) that will soon need to be deployed. There will be about 100 concurrent ...
1
vote
3answers
970 views
Apache capacity planning tool?
Is there any tool specially designed to analyze Apache traffic logs and give some advices on future load (bandwidth & requests per second)?
I am searching for some tools to help me understand ...
1
vote
1answer
1k views
How do I estimate SQL Server index sizes
While estimating straight row and table sizes are fairly simple math, we find it challenging to guess just how much space each index will occupy (for a given table size). What areas can we learn to ...
0
votes
1answer
28 views
How do you do website capacity planning?
I just read the book The Art of Capacity planning (BTW, I liked it), and in it the author explains how important is measuring your services, finding out your ceilings, forecasting your needs, ensure a ...
0
votes
0answers
62 views
application database capacity planing
how is capacity planning done in a sql server 2008 database server. in our environemnt, the maximum data per year is is nearly 15 million records per table, and there are around 7 main tables that are ...
0
votes
0answers
22 views
users contents server storage (all contents in one folder or not)
I am designing a service for a high traffic web site with audio contents. What is the best approach with regard to technical considerations like cpu load, server cost, maintenance, security and ...
0
votes
0answers
66 views
is there any python binding to csim simulation library (or valuable alternative)?
I'd like to run some capacity-planning simulation experiments with http://www.csim.com/ or alike, and willing to do it in python: anybody had experiences with similar libs?
From the website:
"CSIM ...
0
votes
2answers
621 views
How can I do a capacity planning of my web application and decide the deployment architecture?
I have an ASP.net web application deployed on the small AWS instance (Dual Core AMD, 2.60 GHz, 1.7 GB RAM). I would like to perform load testing on this server for 300 concurrent users and for future, ...
0
votes
2answers
182 views
SQL Server maximum 8KB per row?
I just happened to read the Maximum Capacity Specification for SQL Server 2008 and saw a maximum of 8060bytes per row? What the... Only 8KB per row allowed? (Yes, I saw "row-overflow storage" special ...
0
votes
0answers
63 views
Windows 2008 server -hardware planning help
I am setting up a website on win2008/sql2008 (64 bit) on a dedicated server, which may get 50K to 100K users/visitors. Concurrent users at any time may be 1000 (max). Users will log in 4 to 6 times a ...
0
votes
4answers
283 views
How many megabytes per day are two nibbles per nanosecond?
One of my tables in my SQL database has a growth rate of two nibbles per nanosecond. I was wondering how many megabytes per day that is and should I be worried? My hard disk is 150 GB.