Author: jesus
Date: Tue Nov 16 18:35:47 2010
New Revision: 1035733

URL: http://svn.apache.org/viewvc?rev=1035733&view=rev
Log:
move stats to stats_over_http per request in IRC

Added:
    trafficserver/plugins/stats_over_http/
      - copied from r1035727, trafficserver/plugins/stats/
    trafficserver/plugins/stats_over_http/stats_over_http.c
      - copied unchanged from r1035727, trafficserver/plugins/stats/stats.c
Removed:
    trafficserver/plugins/stats/
    trafficserver/plugins/stats_over_http/stats.c
Modified:
    trafficserver/plugins/stats_over_http/README

Modified: trafficserver/plugins/stats_over_http/README
URL: 
http://svn.apache.org/viewvc/trafficserver/plugins/stats_over_http/README?rev=1035733&r1=1035727&r2=1035733&view=diff
==============================================================================
--- trafficserver/plugins/stats_over_http/README (original)
+++ trafficserver/plugins/stats_over_http/README Tue Nov 16 18:35:47 2010
@@ -1,10 +1,10 @@
 Compile:
-  tsxs -c stats.c -o stats.so
+  tsxs -c stats_over_http.c -o stats_over_http.so
 Install:
-  sudo tsxs -o stats.so -i
+  sudo tsxs -o stats_over_http.so -i
 
 Add to the plugin.conf:
 
-  stats.so
+  stats_over_http.so
 
 start traffic server and visit http://IP:port/_stats


Reply via email to