kdocs
GitHub
SC - Software Architecture
SC - Software Architecture
  • About
    • Architectural Requirements (RAs)
    • Architectural Perspectives
  • Software Design
    • Microservices
      • Patterns
    • Monolithic
    • C4 Model
  • Software Architectures
    • Clean Architecture
    • DDD (Domain Driven Design)
      • Strategic Modeling
      • Tactical Modeling
    • Event Driven Architecture
      • CAP Theorem
    • Hexagonal Architecture (Ports and Adapters)
  • Design Patterns
    • Behavioral
    • Creational
    • Data Access
    • Structural
  • Practices
    • Clean Code
    • SOLID
  • Others
    • CQRS
Powered by GitBook
On this page
  • Performance
  • Performance Metrics
  1. About

Architectural Perspectives

Performance

How can performance affect the software and how to measure it.

Performance is the measure for a software to complete a certain workload.

A performatic software is NOT the same as scalable software.

Performance Metrics

Latency (Response Time)

  • How long does it take for the software to complete the workload.

  • Usually in ms.

  • It is affected by processing time of application, network and external calls.

Throughput

How many requests the software can take.

PreviousArchitectural Requirements (RAs)NextMicroservices

Last updated 6 months ago