rainit2006 / Cloud-knowledge

0 stars 0 forks source link

Testing and Troubleshooting #8

Open rainit2006 opened 7 years ago

rainit2006 commented 7 years ago
rainit2006 commented 7 years ago

Testing Techniques

・network latency: measure the amount of time between a networked device's request for data and the network's response from the requester. OR network's bandwidth, or speed. common test practice : transfer a large files. but this test cannot provide maximum bandwidth. more dedicated software: NetCPS, Iperf ・also need to test data replication between internal data center and cloud provider. ・test application or application server that are being migrated to the cloud -- test application's performance. -- Diagnostics tools be used to collect information: overall resources utilization (memory and CPU), the time to execute program or process ・Test the performance of the storage system ・Test the effectiveness of variety of characteristics on load balance : TCP connection per second, HTTP/HTTPS connection per second.

rainit2006 commented 7 years ago

Troubleshooting and tools