/containersummitdebug

some material for containersummit SF September 21, 2015

Primary LanguageShell

Triton Container Seminar#

Introduction

Debugging docker applications

  • Linux Tools
    • strace, tcpdump, ip, etc.
  • Native tools
  • DTrace, mdb, snoop, etc.
    • trace system calls, syscall latency, show profiling
  • Lab Work
    • Compare performance impact of strace vs DTrace
    • Determine how load generator talks with the database cluster
    • Bugs

Performance Issues

  • Determine latency of requests to/from cluster and the load generator, and between nodes within the cluster