Study Notes
search
Ctrlk
  • Introduction
  • Architecture & System Design
    • Messaging Systems
    • RPC Frameworks
    • Scalable Web Application Architecture
    • Parallel vs Concurrent
    • Concurrency
    • Load Balancing - Nginx
    • REST API
    • WebSockets
    • Streaming
    • Serialization
  • Programming Language
    • JavaScript & Node.jschevron-right
      • Node.js Promises
      • Node.js Async Flow Control
      • Node.js Profiling
    • Java
    • Erlang
    • Python
    • Golangchevron-right
  • Software Engineering
    • Design Patterns
    • Unit Testing
    • Legacy Code
    • Agile & Scrum
  • Database
    • NoSQL
    • SQL
  • DevOps & Tools
    • Version Control - Git
    • Shell - zsh, bash
    • Docker
    • Linux Package Management - YUM
    • Linux Command Line Tools
  • Security
    • OWASP Security
  • AI, ML, DL, CV, NLP
    • Deep Learning
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Programming Languagechevron-right
  2. JavaScript & Node.js

Node.js Profiling

hashtag
Memory Profiling

  • 淘宝FED:如何定位 Node.js 的内存泄漏arrow-up-right

  • Google Developers: Memory Profiling with Chrome DevToolsarrow-up-right

  • Google Developers: Memory Diagnosisarrow-up-right

hashtag
CPU Profiling

  • Nodejs Profiling Toolsarrow-up-right

PreviousNode.js Async Flow Controlchevron-leftNextJavachevron-right

Last updated 5 years ago

Was this helpful?

  • Memory Profiling
  • CPU Profiling

Was this helpful?