thrift/test
David Reiss 2324871334 THRIFT-928. cpp: Thrift Server Client Stats
Add the ability for Thrift servers to monitor client connections.  It is
activated by #including server/TClientInfo.h and creating 1) a
TClientInfoCallHandler passed to the processor with setEventHandler()
and 2) a TClientInforServerHandler passed to the server with
setServerEventHandler().

The result vector, showing active connections, provides client address
and the thrift call it is executing (or last executed), the time
connected, and the number of calls made since connection.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1005139 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06 17:10:08 +00:00
..
cpp THRIFT-928. cpp: Thrift Server Client Stats 2010-10-06 17:10:08 +00:00
csharp/ThriftTest THRIFT-881. csharp: add csharp to the tutorial 2010-09-24 16:47:59 +00:00
erl erlang: Verify elt/key/val when reading list/set/map 2010-08-30 22:05:58 +00:00
hs THRIFT-932. hs: Haskell tests need to be run through 'make check' (and probably 'cabal check') too 2010-10-06 00:12:33 +00:00
ocaml THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
perl THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
php THRIFT-592. php: Make the test client work properly after r815878 2009-12-09 19:29:59 +00:00
py THRIFT-335. python: Initial implementation of TCompactProtocol 2010-09-27 17:28:15 +00:00
rb THRIFT-526. rb: Generated Ruby enums have no good way to get the names back out once you have a number. 2009-06-24 17:55:53 +00:00
threads THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
AnnotationTest.thrift THRIFT-564. Support arbitrary annotations on struct fields 2010-03-05 07:51:51 +00:00
BrokenConstants.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
ConstantsDemo.thrift THRIFT-918 : better haskell tests 2010-09-27 19:27:40 +00:00
DebugProtoTest.thrift THRIFT-870. java: Java constants don't get Javadoc comments 2010-09-13 16:28:53 +00:00
DenseLinkingTest.thrift THRIFT-420. Remove all negative structure field ids from the code 2009-04-02 19:24:02 +00:00
DocTest.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
FastbinaryTest.py THRIFT-420. Remove all negative structure field ids from the code 2009-04-02 19:24:02 +00:00
JavaBeansTest.thrift THRIFT-734. java: Can't use primitive types in service definitions for bean generated code 2010-03-16 03:13:26 +00:00
Makefile.am THRIFT-932. hs: Haskell tests need to be run through 'make check' (and probably 'cabal check') too 2010-10-06 00:12:33 +00:00
ManyTypedefs.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
OptionalRequiredTest.thrift THRIFT-622. Add appropriate licensing information to get Thrift ready for a release. 2009-12-07 00:42:38 +00:00
SmallTest.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
StressTest.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
ThriftTest.thrift make check wasn't working because python namespace was incorrect 2010-09-27 04:43:39 +00:00