Title: StatsD WordPress Client
Author: Aaron Edwards
Published: <strong>2014년 4월 29일</strong>
Last modified: 2020년 8월 18일

---

플러그인 검색

![](https://ps.w.org/statsd/assets/banner-772x250.jpg?rev=905061)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/statsd_131313.svg)

# StatsD WordPress Client

 작성자: [Aaron Edwards](https://profiles.wordpress.org/uglyrobot/)

[다운로드](https://downloads.wordpress.org/plugin/statsd.0.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/statsd/#description)
 * [평가](https://ko.wordpress.org/plugins/statsd/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/statsd/#installation)
 * [개발](https://ko.wordpress.org/plugins/statsd/#developers)

 [지원](https://wordpress.org/support/plugin/statsd/)

## 설명

For live environment no-latency massively-scalable application metric tracking and
code profiling via [Etsy’s StatsD](http://codeascraft.com/2011/02/15/measure-anything-measure-everything/)
+ Graphite.

Tracks everything in WordPress and Multisite:

 * Logins (success, fails, logout)
 * Password resets (attempts/successes)
 * User count (guage)
 * Users (registrations, spam, ham)
 * Posting (publish, trash, delete)
 * Commenting (received, approved, trashed, spam, unspam)
 * Attachments (Add, edit, delete)
 * XML-RPC (every command individually, you can rollup)
 * Multisite blog count (guage)
 * Multiiste blog actions (new, spam, ham, archive, unarchive, delete, undelete)
 * Page generation times
 * Query count (type + time when SAVEQUERIES defined)
 * Remote HTTP requests (count, time – by host)
 * WP Cron calls
 * WP Emails
 * and more!

Requires [StatsD](https://github.com/etsy/statsd) on localhost or a server on your
private network.

You can also call the $statsd global class in other plugin/theme code for instant
tracking of any application metric. See API usage instructions: https://github.com/
domnikl/statsd-php/blob/develop/README.md

Contribute at [GitHub](https://github.com/uglyrobot/wordpress-statsd).

### To Do

Want to implement batch collection and send of metrics via one or minimal UDP packets
required based on connection time.

## 스크린샷

 * [[
 * Example dashboard created in Graphite with data collected from this plugin.
 * [[
 * Track any other application stat in your WordPress site with 1 line of code in
   your plugin/theme.

## 설치

 1. Install [StatsD](https://github.com/etsy/statsd) on localhost or a server on your
    private network.
 2. If StatsD is not on localhost, define the local daemon IP in wp-config.php: `define('
    STATSD_IP', 'x.x.x.x' );`
 3. Install the plugin
 4. Activate or Network Activate on multisite
 5. That’s it!

See the FAQ for more advanced configuration.

## FAQ

By default the parent namespace used for stats is “yourdomain_yourpath.wordpress._”
where yourdomain\_yourpath would be “www\_domain\_com\_blog” if your site is http://
www.domain.com/blog/. You can override the parent namespace via the `define('STATSD\
_NAMESPACE', 'mysite.myserver');` define in wp-config.php. This one is very important,
controls how it shows up in Graphite stats.
 This should be segmented, left to right
general to specific. All “.” trigger segments. For example: applicationname.server
like ‘wpmudev.app1’ or ‘edublogs.web4’. That allows for drilling down, but can still
wrapup in graphs with ‘edublogs.‘ etc.

Can also be run as an mu-plugin by dropping statsd.php in `/wp-content/mu-plugins/`.

If needed you can overide the default UDP port of 8125 via `define('STATSD_PORT',
xxxx);` define.

If you have a very high traffic site you can lower the default 0.5 sample rate for
per-pageload calls via `STATSD_SAMPLE_RATE`.

If you don’t want to send HTTP metrics per page URL, you can disable this via SKIP_URL_METRICS

Contribute at [GitHub](https://github.com/uglyrobot/wordpress-statsd).

## 후기

![](https://secure.gravatar.com/avatar/76b74b052c98504b5989e983d0c5fbe671c1535ec3b01024f520f0709cb9b2d9?
s=60&d=retro&r=g)

### 󠀁[Proven to work well](https://wordpress.org/support/topic/proven-to-work-well/)󠁿

 [WPMU DEV – Your All-in-One WordPress Platform](https://profiles.wordpress.org/wpmudev/)
2016년 9월 3일

We use on hundreds of high traffic websites and it’s quite useful for monitoring
and debugging.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/statsd/reviews/)

## 기여자 & 개발자

“StatsD WordPress Client”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Aaron Edwards ](https://profiles.wordpress.org/uglyrobot/)

[자국어로 “StatsD WordPress Client”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/statsd)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/statsd/)는, [SVN 저장소](https://plugins.svn.wordpress.org/statsd/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/statsd/)을 [RSS](https://plugins.trac.wordpress.org/log/statsd/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.2

 * Ability to disable per url metrics for HTTP calls via SKIP_URL_METRICS define–
   props @Sophie Haskins

#### 0.1

 * Initial Release

## 기초

 *  버전 **0.2**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.7 또는 그 이상 **
 *  다음까지 시험됨: **4.6.30**
 *  언어
 * [English (US)](https://wordpress.org/plugins/statsd/)
 * 태그:
 * [graphite](https://ko.wordpress.org/plugins/tags/graphite/)[metrics](https://ko.wordpress.org/plugins/tags/metrics/)
   [multisite](https://ko.wordpress.org/plugins/tags/multisite/)[stats](https://ko.wordpress.org/plugins/tags/stats/)
 *  [고급 보기](https://ko.wordpress.org/plugins/statsd/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/statsd/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/statsd/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/statsd/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/statsd/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/statsd/reviews/?filter=1)

[리뷰 추가하기](https://wordpress.org/support/plugin/statsd/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/statsd/reviews/)

## 기여자

 *   [ Aaron Edwards ](https://profiles.wordpress.org/uglyrobot/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/statsd/)