aws-samples / unified-log-aggregation-and-analytics
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 834 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (180 lines of code)
    • 13 very small files (654 lines of code)
0% | 0% | 0% | 21% | 78%
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
ts0% | 0% | 0% | 22% | 77%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
lib/computes/eks0% | 0% | 0% | 54% | 45%
lib/computes0% | 0% | 0% | 0% | 100%
lib/common0% | 0% | 0% | 0% | 100%
lib0% | 0% | 0% | 0% | 100%
lib/computes/lambda/transformer0% | 0% | 0% | 0% | 100%
lib/computes/ec2/lambda0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
lib/computes/lambda/handler0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
aws-loadbalancer-controller.ts
in lib/computes/eks
180 -
ec2.ts
in lib/computes
99 1
eks.ts
in lib/computes
95 1
nginx-service.ts
in lib/computes/eks
89 -
utils.ts
in lib/common
84 1
lambda.ts
in lib/computes
75 1
cdk-unified-logs-stack.ts
in lib
54 1
ecs.ts
in lib/computes
46 1
eks-fargate-logging.ts
in lib/computes/eks
40 -
eks-deployments.ts
in lib/computes/eks
21 1
index.js
in lib/computes/lambda/transformer
20 -
index.js
in lib/computes/ec2/lambda
16 -
jest.config.js
in root
8 -
index.js
in lib/computes/lambda/handler
7 -
Files With Most Units (Top 7)
File# lines# units
utils.ts
in lib/common
84 1
eks.ts
in lib/computes
95 1
ecs.ts
in lib/computes
46 1
lambda.ts
in lib/computes
75 1
ec2.ts
in lib/computes
99 1
eks-deployments.ts
in lib/computes/eks
21 1
cdk-unified-logs-stack.ts
in lib
54 1
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 5 long lines.

File# lines# units# long lines
ec2.ts
in lib/computes
99 1 2
eks.ts
in lib/computes
95 1 1
ecs.ts
in lib/computes
46 1 1
lambda.ts
in lib/computes
75 1 1