Difference between revisions of "Platform metrics"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 1: Line 1:
== Performance indicators ==
== Performance indicators ==
Tested on a standard small server year 2012:
Tested on a standard small server year 2012
 
Setup
* Topology: Seperate frontend / database server
* Hardware: 4 Core CPU, 2 Gb RAM
* Software: Windows, MySQL, Tomcat
* Usecases: login, list, item, update, export
 
Results
* Server CPU load: Average 80%
* Server CPU load: Average 80%
* Page throughput: 63 requests/second
* Page throughput: 63 requests/second
* Size throughput: 421 kB/second
* Size throughput: 421 kB/second
* User concurrent:  concurrent users
 
Results are equivilant to 500+ concurrent users


== Codebase metrics ==
== Codebase metrics ==

Revision as of 23:15, 12 February 2013

Performance indicators

Tested on a standard small server year 2012

Setup

  • Topology: Seperate frontend / database server
  • Hardware: 4 Core CPU, 2 Gb RAM
  • Software: Windows, MySQL, Tomcat
  • Usecases: login, list, item, update, export

Results

  • Server CPU load: Average 80%
  • Page throughput: 63 requests/second
  • Size throughput: 421 kB/second

Results are equivilant to 500+ concurrent users

Codebase metrics

Project metrics for latest build

  • Code version: 2090
  • Java codebase: 511.242 lines