aws-samples / eks-install-guide-for-multus
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 14 files with 2,039 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,260 lines of code)
    • 1 medium size files (222 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (363 lines of code)
    • 8 very small files (194 lines of code)
0% | 61% | 10% | 17% | 9%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
yaml0% | 93% | 0% | 0% | 6%
go0% | 0% | 82% | 0% | 17%
ts0% | 0% | 0% | 99% | <1%
py0% | 0% | 0% | 71% | 28%
yml0% | 0% | 0% | 100% | 0%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cfn/templates/nodegroup0% | 100% | 0% | 0% | 0%
cfn/templates/infra0% | 100% | 0% | 0% | 0%
controller/cmd0% | 0% | 82% | 0% | 17%
cdk/nodegroup/lib0% | 0% | 0% | 99% | <1%
cdk/nodegroup/lambda0% | 0% | 0% | 71% | 28%
controller0% | 0% | 0% | 100% | 0%
controller/deploy0% | 0% | 0% | 0% | 100%
cdk/nodegroup0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
eks-nodegroup-multus.yaml
in cfn/templates/nodegroup
717 -
eks-infra.yaml
in cfn/templates/infra
543 -
webhook.go
in controller/cmd
222 8
eks-nodegroup-multus.ts
in cdk/nodegroup/lib
131 1
attach-multus-eni.py
in cdk/nodegroup/lambda
116 7
golangci.yml
in controller
116 -
main.go
in controller/cmd
48 1
auto-reboot.py
in cdk/nodegroup/lambda
47 2
nginxconfigmap2.yaml
in controller/deploy
28 -
nginxconfigmap.yaml
in controller/deploy
28 -
mutatingwebhook.yaml
in controller/deploy
22 -
service.yaml
in controller/deploy
13 -
jest.config.js
in cdk/nodegroup
7 -
index.ts
in cdk/nodegroup/lib
1 -
Files With Most Units (Top 5)
File# lines# units
webhook.go
in controller/cmd
222 8
attach-multus-eni.py
in cdk/nodegroup/lambda
116 7
auto-reboot.py
in cdk/nodegroup/lambda
47 2
eks-nodegroup-multus.ts
in cdk/nodegroup/lib
131 1
main.go
in controller/cmd
48 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 21 long lines.

File# lines# units# long lines
eks-infra.yaml
in cfn/templates/infra
543 - 11
eks-nodegroup-multus.yaml
in cfn/templates/nodegroup
717 - 7
main.go
in controller/cmd
48 1 3