Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Siege aborted due to excessive socket failure #100

Open
ajaygk95 opened this issue Mar 12, 2020 · 0 comments
Open

Siege aborted due to excessive socket failure #100

ajaygk95 opened this issue Mar 12, 2020 · 0 comments

Comments

@ajaygk95
Copy link

I am trying to run the facebook mediawiki workload (tag - v2019.02.13.00. Master branch had build issues).

When i run the benchmark using --php5 or --php the mediawiki workload is working fine. But if i use --hhvm to run the benchmark I am getting the below siege error

++ hhvm perf.php --i-am-not-benchmarking --mediawiki --db-host=192.168.1.62 --db-username=root --db-password=root --hhvm=/usr/bin/hhvm

**************************************************
** 2020-03-12 21:03:25 UTC
** Configuration: MediaWikiTarget on /usr/bin/hhvm

**************************
** 2020-03-12 21:03:25 UTC
** Installing framework
mysql: [Warning] Using a password on the command line interface can be insecure.

**************************
** 2020-03-12 21:04:04 UTC
** There is no setUpTest

**************************
** 2020-03-12 21:04:04 UTC
** Starting Nginx

**************************
** 2020-03-12 21:04:05 UTC
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxlQ0052 ...
running hphp took 0'26" (26878957 us) wall time

**************************
** 2020-03-12 21:04:35 UTC
** Running sanity check

*******************************************
** 2020-03-12 21:04:38 UTC
** Starting Siege for single request warmup
[alert] Zip encoding disabled; siege requires zlib support to enable it
** SIEGE 4.0.3rc3
** Preparing 1 concurrent users for battle.
The server is now under siege...

Transactions:		           9 hits
Availability:		        3.00 %
Elapsed time:		       35.63 secs
Data transferred:	        2.29 MB
Response time:		        3.96 secs
Transaction rate:	        0.25 trans/sec
Throughput:		        0.06 MB/sec
Concurrency:		        1.00
Successful transactions:           9
Failed transactions:	         291
Longest transaction:	       26.76
Shortest transaction:	        0.01
 

******************************************
** 2020-03-12 21:05:14 UTC
** Starting Siege for multi request warmup
[alert] Zip encoding disabled; siege requires zlib support to enable it
** SIEGE 4.0.3rc3
** Preparing 200 concurrent users for battle.
The server is now under siege...
siege aborted due to excessive socket failure; you
can change the failure threshold in $HOME/.siegerc

Transactions:		           0 hits
Availability:		        0.00 %
Elapsed time:		        4.19 secs
Data transferred:	        0.29 MB
Response time:		        0.00 secs
Transaction rate:	        0.00 trans/sec
Throughput:		        0.07 MB/sec
Concurrency:		      190.49
Successful transactions:           0
Failed transactions:	        1223
Longest transaction:	        1.80
Shortest transaction:	        0.00
 

***************************************************
** 2020-03-12 21:05:18 UTC
** Extending warmup, server is not done warming up.
[alert] Zip encoding disabled; siege requires zlib support to enable it
** SIEGE 4.0.3rc3
** Preparing 200 concurrent users for battle.
The server is now under siege...
siege aborted due to excessive socket failure; you
can change the failure threshold in $HOME/.siegerc

Using the below config parameters:

net.ipv4.tcp_tw_reuse = 1
net.core.somaxconn = 2000
net.ipv4.ip_local_port_range = 1024 655350
net.inet.tcp.msl = 1000

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant