Skip to content

Commit

Permalink
no more .hosts.erlang
Browse files Browse the repository at this point in the history
SVN Revision: 88
  • Loading branch information
nniclausse committed Oct 6, 2003
1 parent 67d07f3 commit 7e74774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
15 changes: 1 addition & 14 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,7 @@
cd obj
make

* SSL works fine, but IDX-tsunami still crash when I start it

do you have a ~/.hosts.erlang file ?
to test if it works, do the following thing:

> erl -sname test
Eshell V5.2 (abort with ^G)
1> net_adm:world()

If you see '** exited: {error,enoent} **', then something is wrong in
your ~/.hosts.erlang file or in /etc/hosts


* IDX-tsunami still crash !
* IDX-tsunami still crash

to see what happen, start IDX-Tsunami by hand (replace $prefix by the
directory where IDX-Tsunami is installed, /usr/local/idx-tsunami by
Expand Down
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@
1c/ For HTTP, session's descriptions are read from a file, using the
same format as httperf. See doc/http_sesslog.txt for an example.

1d/ add machines to be used in ~/.hosts.erlang

2/ use the script "idx-tsunami.pl --start" to launch the simulated clients.

2a/ use "idx-tsunami.pl --config" to create only the
Expand Down Expand Up @@ -135,6 +133,9 @@

HTTP specific stats:
- counter for each response status (200, 404, etc.)
- parse_error (error while parsing HTTP Headers and body)
- http_bad_content_length (Body is larger than expected)
- http_no_content_length

2.3. Problems/Bugs

Expand Down

0 comments on commit 7e74774

Please sign in to comment.