Skip to content

NodeJS logic for computing how much in the way of infrastructure / system resources are required for deploying Etherpad at scale

Notifications You must be signed in to change notification settings

ether/scale-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Etherpad Scale Calculator

Placeholder logic that will be ported to be used in a web site.

Usage

node scale.js a b c

a = Max Concurrent Authors on a pad

b = Max Concurrent Lurkers on a pad

c = Max Concurrent Active Pads

Output

With 5 concurrent editing authors, 20 lurkers each replicated over 100 pads...

pi@loadtest:~/scale-calculator $ node scale.js 5 20 100
Required Cores: 6
Required RAM per core: 4096
Total Authors: 500
Total Lurkers: 2000

License

Apache 2

About

NodeJS logic for computing how much in the way of infrastructure / system resources are required for deploying Etherpad at scale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published