Main

type

5 (blog/news article)

status

21 (imported old-v2, waiting for another import)

review version

0

cleanup version

0

pending deletion

0 (-)

created at

2025-12-08 07:39:47

updated at

2025-12-08 07:39:49

Address

url

https://www.delta.blue/blog/fix-high-cpu-usage-feqdjtiivrwp

url length

59

url crc

49271

url crc32

4234068087

location type

1 (url matches target location, page_location is empty)

canonical status

2 (missing canonical tag in html)

canonical page id

-

Source

domain id

39637244

domain tld

2116

domain parts

0

originating warc id

-

originating url

https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-33/segments/1754151279878.40/warc/CC-MAIN-20250805160447-20250805190447-00192.warc.gz

source type

11 (CommonCrawl)

Server response

server ip

141.94.209.246

Publication date

2025-08-05 16:44:24

Fetch attempts

0

Original html size

287568

Normalized and saved size

73378

Content

title

excerpt

content

At DeltaBlue we have been using Golang to create highly scalable and performant components with a very specific function in an application architecture, such as a data router to forward IOT data to a specific hub, a regulator to throttle and forward data harvesting requests or a websocket server with dedicated channels. Recently one of our binaries was taking up large amounts of CPU usage without processing actual requests. When it had been running for a while it would consume 80% of CPU resources even when it was functionally idling. The team got together and we soon found out that there were a lot of hanging threads, or processes that were once started but never stopped. The first thing we needed in order to find a solution, was a script that monitored how many active processes the code was actually generating. To do this we used the UNIX command LSOF, meaning "LIST OPEN FILES". For ease of development we wrote this script: #!/bin/bash OLD="" while true do PID="$(pidof bi...

author

updated

2026-01-08 03:44:06

Text analysis

block type

0

extracted fields

96

extracted bits

full content
content was extracted heuristically

detected location

0

detected language

1 (English)

category id

Other [en] (231)

index version

2025123101

paywall score

0

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

1229

text words

269

text unique words

171

text lines

1

text sentences

9

text paragraphs

1

text words per sentence

29

text matched phrases

0

text matched dictionaries

0