apache / skywalking-cli
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

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 5 components.
  • 230 files, 9,964 LOC (100.0% vs. main code).
  • "internal" is biggest, containing 46.58% of LOC.
  • "ROOT" is smallest, containing 0.49% of LOC.


internal4641 LOC (46%) 117 files
pkg3358 LOC (33%) 47 files
assets1728 LOC (17%) 64 files
cmd188 LOC (1%) 1 file
ROOT49 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 7 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 7 links contain 86 dependencies.
  • There are 2 places (4 links) with cyclic dependencies (70 file dependencies).
G cmd cmd internal internal cmd->internal 1 pkg pkg cmd->pkg 1 ROOT ROOT assets assets internal->assets 2 internal->pkg 58 assets->internal 1 pkg->internal 9 pkg->assets 14


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
assets52 commits (25%)
internal47 commits (23%)
pkg41 commits (20%)
cmd20 commits (9%)
ROOT2 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020
internal
19
74
129
33
assets
20
66
13
13
pkg
14
28
54
29
cmd
1
5
13
1
ROOT
1
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G pkg pkg pkg--pkg 3 assets assets pkg--assets 6 internal internal pkg--internal 6 cmd cmd pkg--cmd 1 assets--assets 5 internal--assets 6 internal--internal 5 internal--cmd 1 cmd--assets 1


2023-08-10 22:26