0KnowledgeNetwork / opt

mixnet server plugins, client apps, and other components
GNU Affero General Public License v3.0
2 stars 1 forks source link

use golang pprof CPU profiling tool to figure out the problem with Mix Server high load #18

Closed david415 closed 3 months ago

david415 commented 3 months ago

The latest katzenpost mix server has a high CPU load problem. We need to understand why the CPU load is so high and if we can fix it. In order to do this we likely need to use the golang CPU profile tool to help us understand which goroutines are spinning fast and causing the high load.

xendarboh commented 3 months ago

moved