diff options
author | Joseph Henry <joseph.henry@gmail.com> | 2015-10-21 16:56:39 -0700 |
---|---|---|
committer | Joseph Henry <joseph.henry@gmail.com> | 2015-10-21 16:56:39 -0700 |
commit | 8e7e409fcedd153987e6abc88909f91c9f8b9031 (patch) | |
tree | 71ddd7f6eb06c78fae92720416a3c0a84fb3a715 | |
parent | 1458dc83477363454cc3b0ce44d34dee0432cad2 (diff) | |
download | infinitytier-8e7e409fcedd153987e6abc88909f91c9f8b9031.tar.gz infinitytier-8e7e409fcedd153987e6abc88909f91c9f8b9031.zip |
Updated netcon README
-rw-r--r-- | netcon/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/netcon/README.md b/netcon/README.md index f4d1855e..3c239ae1 100644 --- a/netcon/README.md +++ b/netcon/README.md @@ -1,3 +1,31 @@ +Network Containers have been tested with the following: + +sshd [ WORKS as of 20151010] Long ~15-20s delay for client during connect +ssh [ WORKS as of 20151010] +curl [ WORKS as of 20151021] +apache (debug mode) [ WORKS as of 2015xxxx] +apache (prefork MPM) [ WORKS as of 20151021] +nginx [ WORKS as of 2015xxxx] +nodejs [ WORKS as of 20151021] +java [ WORKS as of 2015xxxx] +tomcat [ WORKS as of 2015xxxx] +thttpd [ WORKS as of 2015xxxx] +vsftpd [BROKEN as of 20151021] Server sends 500 when 220 is expected +mysql [BROKEN as of 20151021] +postresql [BROKEN as of 20151021] +MongoDB [BROKEN as of 20151021] +pure-ftpd [BROKEN as of 20151021] Socket operation on non-socket + +To Test: + + GET many different files via HTTP (web stress) + LARGE continuous transfer (e.g. /dev/urandom all night) + Open and close many TCP connections constantly + Simulate packet loss (can be done with iptables) + Many parallel TCP transfers + Multithreaded software (e.g. apache in thread mode) + + 20151021 Added Node.js support Notes: |