Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 403 Bytes

logrus-coralogix-cpu

A reproduction of High CPU utilization with logrus and Coralogix Hook

During this test - make sure to run htop command or similar to see the CPU utilization.

  1. run:
make build
  1. On one terminal, run:
make run
  1. On another terminal, run:
make profile

Observe the CPU.

  1. Uncomment line 63 in main.go, and repeat steps 1-3

Observe the CPU.