# Parca - eBPF 기반의 지속적인 CPU/메모리 프로파일러

> Clean Markdown view of GeekNews topic #6550. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6550](https://news.hada.io/topic?id=6550)
- GeekNews Markdown: [https://news.hada.io/topic/6550.md](https://news.hada.io/topic/6550.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-05-15T09:34:01+09:00
- Updated: 2022-05-15T09:34:01+09:00
- Original source: [github.com/parca-dev](https://github.com/parca-dev/parca)
- Points: 9
- Comments: 1

## Topic Body

- 비용 절감 / 성능 향상 / 각종 사고 분석  
- eBPF를 이용해서 매우 적은 오버헤드로 systemd/kubernetes 등 전체 적용 가능   
→ C, C++, Rust, Go 등 지원   
- pprof 표준 포맷을 지원해서 다양한 도구와 연동 가능   
- 효율적으로 프로파일 데이터를 저장하고, 검색을 최적화

## Comments



### Comment 10009

- Author: bus710
- Created: 2022-05-16T07:20:49+09:00
- Points: 1

프로젝트가 모양새가 잡혀가면서, 스케일이 커지고... 그러면서 성능 분석에 대한 요구가 커지는 마당에 이런 좋은 도구들에 대한 소식을 접하게 되어 반갑네요.
