RestComm / smscgateway

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Operators Network (GSM)
http://www.restcomm.com/
GNU Affero General Public License v3.0
126 stars 112 forks source link

Generate CSV file on client SMS app #99

Open jaimecasero opened 8 years ago

jaimecasero commented 8 years ago

different counters must be printed every X seconds. Seconds coming from command line with default value...

vetss commented 8 years ago

Hi @jaimecasero can you exaplain more which code update it is needed. SMSC GW has already some counter performent tool with logging. Do you mean to update it somehow ?

jaimecasero commented 8 years ago

I refer to load test client located at https://github.com/RestComm/smscgateway/blob/master/test/smpp-load/src/main/java/org/mobicents/protocols/smpp/load/Client.java

This client is been used on CI job performance testing. We would need periodic statistics of basic protocol information (attempts,good response,bad responses,latency,response time...) to assert on those...

vetss commented 7 years ago

@jaimecasero can you please update a state for this issue.

We have also separate issues for performanse and functional testing: https://github.com/RestComm/smscgateway/issues/229 https://github.com/RestComm/smscgateway/issues/230