=== Test case: websockets_SUITE:metrics_test/1 (click for source code)

=== Config value:

    [{original_listeners,[#{module => ejabberd_cowboy,port => 5280,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mod_bosh,path => "/http-bind",
                                   host => '_'},
                                 #{timeout => 60000,module => mod_websockets,
                                   path => "/ws-xmpp",host => '_',
                                   max_stanza_size => infinity,
                                   backwards_compatible_session => true,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {0,0,0,0},
                            ip_address => "0",ip_version => 4,proto => tcp,
                            connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5285,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mod_bosh,path => "/http-bind",
                                   host => '_'},
                                 #{timeout => 60000,module => mod_websockets,
                                   path => "/ws-xmpp",host => '_',
                                   max_stanza_size => infinity,
                                   backwards_compatible_session => true,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {0,0,0,0},
                            ip_address => "0",ip_version => 4,proto => tcp,
                            tls =>
                                #{password => [],verify_mode => none,
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem"},
                            connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 8088,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_admin_api,
                                   path => "/api",host => "localhost",
                                   handlers =>
                                       [contacts,users,sessions,messages,
                                        stanzas,muc_light,muc,inbox,domain,
                                        metrics]}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {127,0,0,1},
                            ip_address => "127.0.0.1",ip_version => 4,
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 8089,
                            protocol => #{compress => true},
                            handlers =>
                                [#{module => mongoose_client_api,
                                   path => "/api",host => '_',
                                   handlers =>
                                       [sse,messages,contacts,rooms,
                                        rooms_config,rooms_users,
                                        rooms_messages],
                                   docs => true}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {0,0,0,0},
                            ip_address => "0",ip_version => 4,proto => tcp,
                            tls =>
                                #{password => [],verify_mode => none,
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem"},
                            connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5551,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => "localhost",
                                   username => <<"admin">>,
                                   password => <<"secret">>,
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {127,0,0,1},
                            ip_address => "127.0.0.1",ip_version => 4,
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5541,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => domain_admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {0,0,0,0},
                            ip_address => "0.0.0.0",ip_version => 4,
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5561,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => user}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_tuple => {0,0,0,0},
                            ip_address => "0.0.0.0",ip_version => 4,
                            proto => tcp,connection_type => undefined}]},
     {watchdog,<0.97099.0>},
     {preset,"odbc_mssql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/websockets_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@f0ebc8826ea0.2024-04-10_12.44.03/big_tests.tests.websockets_SUITE.logs/run.2024-04-10_13.03.08/websockets_suite.metrics_test.html"},
     {tc_group_properties,[]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/websockets_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@f0ebc8826ea0.2024-04-10_12.44.03/big_tests.tests.websockets_SUITE.logs/run.2024-04-10_13.03.08/log_private/"},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {geralt,[{username,<<"geralt">>},
                              {server,<<"localhost">>},
                              {password,<<"witcher">>},
                              {transport,escalus_ws},
                              {port,5280},
                              {wspath,<<"/ws-xmpp">>}]},
                     {geralt_s,[{username,<<"geralt_s">>},
                                {server,<<"localhost">>},
                                {password,<<"witcher_s">>},
                                {transport,escalus_ws},
                                {ssl,true},
                                {port,5285},
                                {wspath,<<"/ws-xmpp">>},
                                {ssl_opts,[{verify,verify_none}]}]},
                     {carol,[{username,<<"carol">>},
                             {server,<<"localhost">>},
                             {password,<<"jinglebells">>},
                             {transport,escalus_bosh},
                             {path,<<"/http-bind">>},
                             {port,5280}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@f0ebc8826ea0.2024-04-10_12.44.03"

=== Started at 2024-04-10 13:03:08


*** CT 2024-04-10 13:03:08.705 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_4686.html

*** User 2024-04-10 13:03:08.709 ***🔗
geralt@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-10 13:03:08.710 ***🔗
geralt@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='61319fef0d604d77' from='localhost' version='1.0' xml:lang='en'/>



*** User 2024-04-10 13:03:08.710 ***🔗
geralt@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-10 13:03:08.710 ***🔗
geralt@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdAB3aXRjaGVy</auth>



*** User 2024-04-10 13:03:08.711 ***🔗
geralt@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-10 13:03:08.711 ***🔗
geralt@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-10 13:03:08.711 ***🔗
geralt@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='b825c48f0583a682' from='localhost' version='1.0' xml:lang='en' to='geralt@localhost'/>



*** User 2024-04-10 13:03:08.711 ***🔗
geralt@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-10 13:03:08.711 ***🔗
geralt@localhost/res1 out
<iq type='set' id='b90724cbd9f485b3d188f8134d74d9ef'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-10 13:03:08.712 ***🔗
geralt@localhost/res1 in
<iq id='b90724cbd9f485b3d188f8134d74d9ef' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt@localhost/res1</jid>
	</bind>
</iq>



*** User 2024-04-10 13:03:08.712 ***🔗
geralt@localhost/res1 out
<iq type='set' id='4b1c0c5742203c82009854f6e557286b'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 13:03:08.712 ***🔗
geralt@localhost/res1 in
<iq from='localhost' to='geralt@localhost/res1' id='4b1c0c5742203c82009854f6e557286b' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 13:03:08.712 ***🔗
geralt@localhost/res1 out
<presence/>



*** User 2024-04-10 13:03:08.714 ***🔗
geralt@localhost/res1 in
<presence from='geralt@localhost/res1' to='geralt@localhost/res1' xmlns='jabber:client'/>



*** User 2024-04-10 13:03:08.759 ***🔗
geralt_s@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-10 13:03:08.760 ***🔗
geralt_s@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='d10a2adf103d8d67' from='localhost' version='1.0' xml:lang='en'/>



*** User 2024-04-10 13:03:08.760 ***🔗
geralt_s@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-10 13:03:08.760 ***🔗
geralt_s@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdF9zAHdpdGNoZXJfcw==</auth>



*** User 2024-04-10 13:03:08.762 ***🔗
geralt_s@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-10 13:03:08.762 ***🔗
geralt_s@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-10 13:03:08.762 ***🔗
geralt_s@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='bfe2e66db93be3f7' from='localhost' version='1.0' xml:lang='en' to='geralt_s@localhost'/>



*** User 2024-04-10 13:03:08.762 ***🔗
geralt_s@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-10 13:03:08.763 ***🔗
geralt_s@localhost/res1 out
<iq type='set' id='be6639bbfb0c9a7de4bf568ad72ed3e7'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-10 13:03:08.763 ***🔗
geralt_s@localhost/res1 in
<iq id='be6639bbfb0c9a7de4bf568ad72ed3e7' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt_s@localhost/res1</jid>
	</bind>
</iq>



*** User 2024-04-10 13:03:08.763 ***🔗
geralt_s@localhost/res1 out
<iq type='set' id='93c246199d58514ccba09368ee939c3c'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 13:03:08.764 ***🔗
geralt_s@localhost/res1 in
<iq from='localhost' to='geralt_s@localhost/res1' id='93c246199d58514ccba09368ee939c3c' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 13:03:08.764 ***🔗
geralt_s@localhost/res1 out
<presence/>



*** User 2024-04-10 13:03:08.765 ***🔗
geralt_s@localhost/res1 in
<presence from='geralt_s@localhost/res1' to='geralt_s@localhost/res1' xmlns='jabber:client'/>



*** User 2024-04-10 13:03:08.765 ***🔗
geralt_s@localhost/res1 out
<message type='chat' to='geralt@localhost/res1'>
	<body>Hi!</body>
</message>



*** User 2024-04-10 13:03:08.766 ***🔗
geralt@localhost/res1 in
<message from='geralt_s@localhost/res1' to='geralt@localhost/res1' type='chat' xmlns='jabber:client'>
	<body>Hi!</body>
</message>



*** User 2024-04-10 13:03:08.766 ***🔗
geralt@localhost/res1 out
<message type='chat' to='geralt_s@localhost/res1'>
	<body>Hello!</body>
</message>



*** User 2024-04-10 13:03:08.766 ***🔗
geralt_s@localhost/res1 in
<message from='geralt@localhost/res1' to='geralt_s@localhost/res1' type='chat' xmlns='jabber:client'>
	<body>Hello!</body>
</message>



*** User 2024-04-10 13:03:08.767 ***🔗
geralt_s@localhost/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-10 13:03:08.768 ***🔗
geralt_s@localhost/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-10 13:03:08.768 ***🔗
geralt@localhost/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-10 13:03:08.808 ***🔗
geralt@localhost/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>


*** CT 2024-04-10 13:03:08.810 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_4686.html



=== Ended at 2024-04-10 13:03:08
=== successfully completed test case
=== === Returned value: ok


Test run history | Top level test index | Latest test result