netflix / chaosmonkey
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 22 components.
  • 52 files, 3,578 LOC (100.0% vs. main code).
  • "spinnaker" is biggest, containing 20.15% of LOC.
  • "schedstore" is smallest, containing 0.31% of LOC.


spinnaker721 LOC (20%) 5 files
command657 LOC (18%) 13 files
config350 LOC (9%) 3 files
deploy346 LOC (9%) 4 files
mysql287 LOC (8%) 1 file
mock259 LOC (7%) 8 files
eligible176 LOC (4%) 1 file
schedule174 LOC (4%) 2 files
grp163 LOC (4%) 1 file
term131 LOC (3%) 2 files
ROOT109 LOC (3%) 1 file
tracker31 LOC (<1%) 1 file
migration28 LOC (<1%) 1 file
outage21 LOC (<1%) 1 file
decryptor21 LOC (<1%) 1 file
errorcounter21 LOC (<1%) 1 file
env16 LOC (<1%) 1 file
constrainer16 LOC (<1%) 1 file
cal15 LOC (<1%) 1 file
cmd13 LOC (<1%) 1 file
clock12 LOC (<1%) 1 file
schedstore11 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 36 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 36 links contain 49 dependencies.
G eligible eligible deploy deploy eligible->deploy 1 grp grp eligible->grp 1 env env config config env->config 1 outage outage outage->config 1 deploy->grp 1 spinnaker spinnaker spinnaker->config 1 decryptor decryptor decryptor->config 1 mysql mysql mysql->config 1 schedstore schedstore mysql->schedstore 1 mysql->grp 1 cal cal mysql->cal 1 schedule schedule mysql->schedule 1 mock mock mock->config 1 clock clock mock->clock 1 schedstore->schedule 1 ROOT ROOT command command command->eligible 1 command->deploy 4 command->spinnaker 2 command->config 5 command->mysql 3 command->schedstore 3 command->clock 1 term term command->term 1 command->grp 1 command->schedule 2 constrainer constrainer constrainer->config 1 constrainer->schedule 1 term->eligible 1 term->deploy 1 term->grp 1 migration migration errorcounter errorcounter errorcounter->config 1 tracker tracker tracker->config 1 cmd cmd cmd->command 1 schedule->deploy 1 schedule->config 1 schedule->grp 1


Download: SVG DOT (open online Graphviz editor)

Open 2D force graph...
Open 3D force graph...

Show more details about dependencies...






2025-05-02 23:43