---
description: 검증된 사용 후기를 확인하고 Klocwork 사용성, 특징, 가격, 장점과 단점에 대한 자세한 정보를 확인해보세요! 비슷한 경쟁 제품도 확인이 가능합니다.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Klocwork 가격, 사용 후기, 평점 | 켑테라 Capterra
---

Breadcrumb: [홈](/) > [애플리케이션 개발 소프트웨어](/directory/30082/application-development/software) > [Klocwork](/software/136486/klocwork)

# Klocwork

Canonical: https://www.capterra.co.kr/software/136486/klocwork

Page: 1 / 2\
다음: [Next page](https://www.capterra.co.kr/software/136486/klocwork?page=2)

> 지속적 통합, 보고서 등을 사용하여 코드 품질과 생산 시간을 최적화하는 데 도움을 주는 정적 코드 분석기입니다.
> 
> Verdict: Rated **4.6/5** by 8 users. Top-rated for **추천 가능성**.

-----

## Overview

### Klocwork은(는) 누가 사용하나요?

원격 통신, 항공 우주, 생명 과학 및 제조 산업을 위해 설계된 이 도구는 프로그램에서 자동 테스트를 실행하는 데 도움을 주는 정적 코드 분석 도구입니다.

## Quick Stats & Ratings

| Metric | Rating | Detail |
| **종합** | **4.6/5** | 8 리뷰 |
| 사용 편의성 | 3.9/5 | Based on overall reviews |
| 고객 지원 | 4.4/5 | Based on overall reviews |
| 비용 대비 가치 | 4.5/5 | Based on overall reviews |
| 특징 | 4.5/5 | Based on overall reviews |
| Recommendation percentage | 80% | (8/10 추천 가능성) |

## 공급업체 정보

- **회사**: Perforce
- **Location**: Minneapolis, 미국
- **Founded**: 2000

## Commercial Context

- **Pricing model**:  (Free version available) (무료 체험판)
- **Target Audience**: 51~200, 201~500, 501~1,000, 1,001~5,000, 5,001~10,000, 10,000+
- **Deployment & Platforms**: 클라우드, SaaS, 웹 기반
- **Supported Languages**: 영어
- **Available Countries**: 미국

## 특징

- API
- Real-Time Analytics
- 감사 내역
- 대시보드
- 디버깅
- 문제 추적
- 애플리케이션 보안
- 워크플로 관리
- 취약성 스캔
- 통합 개발 환경
- 프로젝트 관리
- 협업 도구

## Integrations (6 total)

- Helix QAC
- Incredibuild
- Jenkins
- Microsoft Visual Studio
- Perforce ALM
- Secure Code Warrior

## Support Options

- 채팅

## Category

- [애플리케이션 개발 소프트웨어](https://www.capterra.co.kr/directory/30082/application-development/software)

## 관련 범주

- [애플리케이션 개발 소프트웨어](https://www.capterra.co.kr/directory/30082/application-development/software)
- [버그 추적 소프트웨어](https://www.capterra.co.kr/directory/30090/bug-tracking/software)
- [정적 애플리케이션 보안 테스트(SAST) 소프트웨어](https://www.capterra.co.kr/directory/32818/static-application-security-testing-%28sast%29/software)

## 대안

1. [SonarQube](https://www.capterra.co.kr/software/210481/sonarqube) — 4.5/5 (66 reviews)
2. [GitHub](https://www.capterra.co.kr/software/129067/github) — 4.8/5 (6155 reviews)
3. [Coverity](https://www.capterra.co.kr/software/163552/coverity-static-code-analysis) — 3.5/5 (6 reviews)
4. [Jira](https://www.capterra.co.kr/software/19319/jira) — 4.4/5 (15314 reviews)

## 리뷰

### "It's a source code analysis tool. You can feed it either a piece of code up to a full build with tho" — 4.0/5

> **Fred** | *2018년 2월 2일*
> 
> **장점**: Klocwork is great at finding software defects such as array and buffer out of bounds violations, Null pointer dereferences, unreachable code, memory leaks, unused variables, etc. If the build is setup correctly, the tool often produces accurate results. Customers have complimented us with our findings as we were able to point out significant issues in their software. Klocwork can be used on incremental builds and it will determine which warnings are new, unchanged, or fixed since the last run. The tool has very descriptive warnings and great documentation with examples to use. Their website also contains mappings from their checker warnings to industry coding standards such as MISRA and others.
> 
> **단점**: It doesn't have a user friendly interface for running the tool. Although it won't prevent you from running it on any piece of code or software build, the tool produces much less false positives when the input build is setup properly, which often requires some effort. Klocwork is run via command line, so the user must have knowledge of the necessary commands, command line arguments, and configuration setup. Although the results can be viewed through the Klocwork Insight Review web interface, there is no easy way for the user to export the data to a spreadsheet for offline viewing and analysis.

-----

### "Great at finding true positive issues in source code without needing to compile" — 5.0/5

> **Randall** | *2018년 1월 15일* | Recommendation rating: 9.0/10
> 
> **장점**: Klocwork works great with source code whether a complete or partial build. Easy to run the tool with minimal setup work. Tool has a higher chance of producing true positives vs false positives if setup right. Checker warnings are easy to understand and there is decent documentation explaining what each checker does. Klocwork Insight's web interface is easy to work with and provides a little help for tracing issues. Klocwork's Checker Studio enables users to create their own custom checkers, which are easy to deploy. The tool is great at finding critical issues in code, especially for buffer overflows, array out of bounds, null pointer dereferences, and dead code. The tool also maintains history of builds run and does build comparisons on each run for it to flag what warnings are new or not.
> 
> **단점**: Running the tool for us is usually done on a Unix server via command line, which users have expressed they would not prefer to a GUI. There is no easy way to extract the results from the tool to an Excel spreadsheet, but there are ways around it via scripting. There is no good documentation on Checker Studio, on how to create checkers, especially on how to program in KAST, even more so for Path checkers.
> 
> This tool provided my company an easy means to find code defects on partial and full source code builds. The results of the tool have been very good. Although manual analysis is still required to determine which issues the customer are interested in, the time invested in setting up, running the tool, and manually analyzing the results, is well worth it.

-----

### "Powerful tool, but..." — 4.0/5

> **검증된 리뷰어** | *2020년 5월 2일* | 컴퓨터 및 네트워크 보안 | Recommendation rating: 5.0/10
> 
> **장점**: Klocwork is a powerful static code checker. It helps to improve code global quality and to early detect errors.
> 
> **단점**: But it is a litte bit tricky to customize. Learning curve is not so short.

-----

### "Klocwork SAST REVIEW" — 5.0/5

> **akash** | *2023년 1월 20일* | 정보 서비스 | Recommendation rating: 10.0/10
> 
> **장점**: less false positive and on the fly analysis
> 
> **단점**: interface of the dashboard and few extra added features
> 
> very good

-----

### "Very good in checking run time problems \!\!" — 5.0/5

> **Devendra** | *2018년 12월 26일* | 정보 기술 및 서비스 | Recommendation rating: 9.0/10
> 
> **장점**: For our project we would like check run time issues like Divided by Zero, Array out of Bounds, Null pointer issues and so on. Klocwork is very good in this and has some good number of checkers for these problems. In addition to this Klocwork has direct plugin availability to lot of IDE's which will be helpful for all the developers.
> 
> **단점**: I would say that Klocwork has almost all good features as per my experience.
> 
> As our main case is to detect some run time issues and using Klocwork we are getting these issues.

-----

Page: 1 / 2\
다음: [Next page](https://www.capterra.co.kr/software/136486/klocwork?page=2)

## Links

- [View on Capterra](https://www.capterra.co.kr/software/136486/klocwork)

## This page is available in the following languages

| Locale | URL |
| de | <https://www.capterra.com.de/software/136486/klocwork> |
| de-AT | <https://www.capterra.at/software/136486/klocwork> |
| de-CH | <https://www.capterra.ch/software/136486/klocwork> |
| en | <https://www.capterra.com/p/136486/Klocwork/> |
| en-AE | <https://www.capterra.ae/software/136486/klocwork> |
| en-AU | <https://www.capterra.com.au/software/136486/klocwork> |
| en-CA | <https://www.capterra.ca/software/136486/klocwork> |
| en-GB | <https://www.capterra.co.uk/software/136486/klocwork> |
| en-IE | <https://www.capterra.ie/software/136486/klocwork> |
| en-IL | <https://www.capterra.co.il/software/136486/klocwork> |
| en-IN | <https://www.capterra.in/software/136486/klocwork> |
| en-NZ | <https://www.capterra.co.nz/software/136486/klocwork> |
| en-SG | <https://www.capterra.com.sg/software/136486/klocwork> |
| en-ZA | <https://www.capterra.co.za/software/136486/klocwork> |
| es | <https://www.capterra.es/software/136486/klocwork> |
| es-AR | <https://www.capterra.com.ar/software/136486/klocwork> |
| es-CL | <https://www.capterra.cl/software/136486/klocwork> |
| es-CO | <https://www.capterra.co/software/136486/klocwork> |
| es-CR | <https://www.capterra.co.cr/software/136486/klocwork> |
| es-DO | <https://www.capterra.do/software/136486/klocwork> |
| es-EC | <https://www.capterra.ec/software/136486/klocwork> |
| es-MX | <https://www.capterra.mx/software/136486/klocwork> |
| es-PA | <https://www.capterra.com.pa/software/136486/klocwork> |
| es-PE | <https://www.capterra.pe/software/136486/klocwork> |
| fr | <https://www.capterra.fr/software/136486/klocwork> |
| fr-BE | <https://fr.capterra.be/software/136486/klocwork> |
| fr-CA | <https://fr.capterra.ca/software/136486/klocwork> |
| fr-LU | <https://www.capterra.lu/software/136486/klocwork> |
| ja | <https://www.capterra.jp/software/136486/klocwork> |
| ko | <https://www.capterra.co.kr/software/136486/klocwork> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra 한국","address":{"@type":"PostalAddress","addressLocality":"서울특별시","addressRegion":"서울특별시","postalCode":"06167","streetAddress":"대한민국 서울특별시 강남구 삼성동 159-1 번지 무역센터트레이드타워 2407호"},"description":"Capterra는 수백만 명의 사람들이 자신에게 가장 적합한 비즈니스 소프트웨어를 찾을 수 있도록 돕고 있습니다. 소프트웨어 제품 리뷰, 평점, 인포그래픽 등 다양한 종류의 비즈니스 소프트웨어 리스트를 제공하고 비교합니다.","email":"info@capterra.co.kr","url":"https://www.capterra.co.kr/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://www.capterra.co.kr/#organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra","https://www.instagram.com/capterra/","https://www.youtube.com/user/CapterraTV"]},{"name":"Klocwork","description":"지속적 통합, 보고서 등을 사용하여 코드 품질과 생산 시간을 최적화하는 데 도움을 주는 정적 코드 분석기입니다.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/733dee6e-ad79-4482-a5de-c4ba8f7e979c.png","url":"https://www.capterra.co.kr/software/136486/klocwork","@type":"SoftwareApplication","@id":"https://www.capterra.co.kr/software/136486/klocwork#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.co.kr/#organization"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.6,"bestRating":5,"ratingCount":8},"operatingSystem":"Cloud"},{"@type":"FAQPage","@id":"https://www.capterra.co.kr/software/136486/klocwork#faqs","mainEntity":[{"name":"Klocwork은(는) 무엇인가요?","@type":"Question","acceptedAnswer":{"text":"지속적 통합, 보고서 등을 사용하여 코드 품질과 생산 시간을 최적화하는 데 도움을 주는 정적 코드 분석기입니다.","@type":"Answer"}},{"name":"Klocwork은(는) 누가 사용하나요?","@type":"Question","acceptedAnswer":{"text":"원격 통신, 항공 우주, 생명 과학 및 제조 산업을 위해 설계된 이 도구는 프로그램에서 자동 테스트를 실행하는 데 도움을 주는 정적 코드 분석 도구입니다.","@type":"Answer"}}]},{"@type":"BreadcrumbList","itemListElement":[{"name":"홈","position":1,"item":"/","@type":"ListItem"},{"name":"애플리케이션 개발 소프트웨어","position":2,"item":"/directory/30082/application-development/software","@type":"ListItem"},{"name":"Klocwork","position":3,"item":"/software/136486/klocwork","@type":"ListItem"}],"@id":"https://www.capterra.co.kr/software/136486/klocwork#breadcrumblist"}]}
</script>
