All Projects → feiskyer → Linux Perf Examples

feiskyer / Linux Perf Examples

Licence: mit
极客时间《Linux 性能优化实战》案例

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Linux Perf Examples

Stackimpact Nodejs
DEPRECATED StackImpact Node.js Profiler - Production-Grade Performance Profiler: CPU, memory allocations, async calls, errors, metrics, and more
Stars: ✭ 46 (-93.65%)
Mutual labels:  performance-analysis, performance-tuning
Mind Map Set
Set of misc mind maps
Stars: ✭ 80 (-88.95%)
Mutual labels:  performance-analysis, performance-tuning
Ck Wa
Collective Knowledge workflow for ARM's workload automation tool: an open framework for gathering and sharing knowledge about system design and optimization using real-world workloads.
Stars: ✭ 24 (-96.69%)
Mutual labels:  performance-analysis, performance-tuning
Stackimpact Java
StackImpact Java Profiler - Production-Grade Performance Profiler: CPU, locks, runtime metrics, and more
Stars: ✭ 7 (-99.03%)
Mutual labels:  performance-analysis, performance-tuning
powerstation
A Tool for Detecting Performance Bugs in Rails Applications
Stars: ✭ 57 (-92.13%)
Mutual labels:  performance-tuning, performance-analysis
Inspectit
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
Stars: ✭ 513 (-29.14%)
Mutual labels:  performance-analysis, performance-tuning
Profimp
Python import profiler
Stars: ✭ 52 (-92.82%)
Mutual labels:  performance-analysis, performance-tuning
Deli
Stars: ✭ 148 (-79.56%)
Mutual labels:  performance-analysis, performance-tuning
Simple Pt
Simple Intel CPU processor tracing on Linux
Stars: ✭ 232 (-67.96%)
Mutual labels:  performance-analysis, performance-tuning
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+215.06%)
Mutual labels:  performance-analysis, performance-tuning
Sparklens
Qubole Sparklens tool for performance tuning Apache Spark
Stars: ✭ 345 (-52.35%)
Mutual labels:  performance-analysis, performance-tuning
Stackimpact Go
DEPRECATED StackImpact Go Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, errors, metrics, and more
Stars: ✭ 276 (-61.88%)
Mutual labels:  performance-analysis, performance-tuning
Goappmonitor
Golang application performance data monitoring.
Stars: ✭ 478 (-33.98%)
Mutual labels:  performance-analysis, performance-tuning
Apm Agent Dotnet
Elastic APM .NET Agent
Stars: ✭ 418 (-42.27%)
Mutual labels:  performance-analysis
Scalene
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python
Stars: ✭ 4,819 (+565.61%)
Mutual labels:  performance-analysis
Atop
System and process monitor for Linux
Stars: ✭ 381 (-47.38%)
Mutual labels:  performance-analysis
Perfplot
Performance plots for Python code
Stars: ✭ 629 (-13.12%)
Mutual labels:  performance-analysis
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (-31.35%)
Mutual labels:  performance-analysis
Exthouse
Analyze the impact of a browser extension on web performance.
Stars: ✭ 377 (-47.93%)
Mutual labels:  performance-analysis
Androidmonitor
Android开发辅助工具fps,topActivity,activity启动耗时,电量cpu内存分析。适配全机型悬浮窗权限。
Stars: ✭ 374 (-48.34%)
Mutual labels:  performance-analysis

《Linux 性能优化实战》案例

极客时间专栏《Linux 性能优化实战》案例源码。

introduction

部分案例列表

依赖环境

所有案例的编译运行都需要预先安装 Docker 以及必要的编译工具。以 Ubuntu 18.04 为例,可以运行以下命令来安装它们:

sudo apt-get install docker.io build-essential
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].