diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-21 09:07:12 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-21 09:07:12 +0800 |
commit | d40521326877c3f1bd6236abd212f1d24987d151 (patch) | |
tree | c21405a42048f45678e9d982bc0a81387ee901a2 /net/tptest/pkg-descr | |
parent | 054f24d49b803280ad980cec00a7c7697fdc5e3b (diff) | |
download | freebsd-ports-gnome-d40521326877c3f1bd6236abd212f1d24987d151.tar.gz freebsd-ports-gnome-d40521326877c3f1bd6236abd212f1d24987d151.tar.zst freebsd-ports-gnome-d40521326877c3f1bd6236abd212f1d24987d151.zip |
add tptest
The TPTEST is a software suite for testing network throughput and
Internet services.
PR: 47523
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'net/tptest/pkg-descr')
-rw-r--r-- | net/tptest/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tptest/pkg-descr b/net/tptest/pkg-descr new file mode 100644 index 000000000000..5cbfcf716366 --- /dev/null +++ b/net/tptest/pkg-descr @@ -0,0 +1,19 @@ +The purpose with TPTEST is to allow users to measure the speed of +their Internet connection in a simple way. TPTEST measures the +throughput speed to and from various reference servers on the +Internet. The use of TPTEST may help increase the consumer/end user +knowledge of how Internet services work. + +TPTEST was originally developed by the Swedish ICT-commission, then +later by the Foundation for Internet Infrastructure (iis.se), the +Swedish Consumer Agency (konsumentverket.se), and the Swedish National +Post- and Telecom Agency (pts.se). The latest development has been to +separate the platform-independent test method software (the test +engine) from the platform-dependent user interface software in order +to make it easier for anyone to write a test client or server that +uses the TPTEST testing method. The test engine code is to be regarded +as a library module and is released under the LGPL license while the +reference client/server applications is released under the GPL +license. + +WWW: http://tptest.sourceforge.net/ |