Re: [Project Clearwater] Measuring Latency

2018-10-09 Thread Anne Boffey
Hi Michael,

Have you looked at our call latency stats - this will give you average call 
latency over a 5 second period.  Details of our stats are at 
https://clearwater.readthedocs.io/en/stable/Clearwater_SNMP_Statistics.html?highlight=snmp%20stats,
 and there are some scripts at 
https://github.com/Metaswitch/cpp-common/tree/master/scripts/stats.

Cheers,
Anne
___
Clearwater mailing list
Clearwater@lists.projectclearwater.org
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org


Re: [Project Clearwater] Measuring Latency

2018-10-09 Thread Anne Boffey
Hi Gabriel,

To upload shared configuration between nodes you need to have a healthy etcd 
cluster.
You can run clearwater-etcdctl cluster-health on a node to check on this.

When you install the first set of nodes in a Project Clearwater deployment, you 
need to make sure that each of the nodes in the deployment has the correct 
value of etcd_cluster in /etc/clearwater/local_settings. It should be set to a 
comma separated list that contains the IP address of each of the nodes in the 
cluster. You should put this local_config in place on each of your nodes before 
installing any of the software packages using apt-get.

You will find more information on how nodes automatically form clusters and 
share configuration with each other at 
https://clearwater.readthedocs.io/en/stable/Automatic_Clustering_Config_Sharing.html

I hope this helps.

Yours,
Anne
___
Clearwater mailing list
Clearwater@lists.projectclearwater.org
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org