SlideShare uma empresa Scribd logo
1 de 3
We Implement Big Data.

Webinar: Performance Testing Approach for Big Data Applications
Recorded version available at http://lf1.me/cqb/
Questions and Answers from the session

Q. I request some more explanation on what technical grounds you proposed
the SandStorm tool in the case study presented during the webinar.
A. One of the critical requirements in the project was to determine the maximum throughput of the
Kafka servers and suggest production deployment. In order to achieve this, we had to simulate incoming
message flow and monitor the Kafka resources. We chose SandStorm as it provides user interface to
define message types and sizes and load Kafka servers for incoming message load. It also provides
monitoring of Kafka servers during test execution to identify the parameters that were not optimally
tuned. This resulted in identifying an optimum configuration for the Kafka cluster in production.

Q. Will the test approaches be any different for wireless platforms?
A. If you want to test applications on wireless platforms like mobile applications, one of the critical
factors is to simulate various network conditions in which the application will be used. The test
approach should take care of executing the tests under conditions with varying bandwidth, n/w
conditions like 3G, 4G etc. to measure end user performance and identify any potential issues in the
infrastructure.

Q. What is the short coming of using traditional tools such as loadrunner to
model and test application performance?
A. I would answer this question within the scope of big data performance testing. As of today,
traditional tools such as LoadRunner do not support Big Data technologies. These tools provide a record
and playback functionality to record the communication like Http or any other for a target application
and generate test scripts. As presented in webinar, big data applications involve multiple technologies
and components which might use different protocols to communicate. So, scripts cannot be recorded.
They need to be developed using the API interface or user interface. These tools do not provide any user
interface for such technologies. Hence, we need specific tools to test the underlying big data
components.

© 2013 Impetus Technologies
We Implement Big Data.

Q. SandStorm Vs JMeter ... any interesting difference?
A. SandStorm provides inherent support for Big Data and mobile applications. It has extensive
monitoring abilities to monitor the target application across different components to identify
performance bottlenecks. For mobile performance, it provides ability to simulate varying network
conditions like 3G, 4G, WIFI etc. for realistic testing. It has an intuitive user interface to develop test
scripts and design test scenarios. Another major difference lies in the extensive reporting capabilities
that help in identifying performance issues and detailed test analysis.

Q. I am not sure if "Going to the cloud" can be a good idea - test results from a
shared infrastructure cloud such as Amazon EC2 cannot usually be repeated, so
how would you manage this?
A. One of the biggest challenges that teams face today is setting up a performance environment. It
involves significant costs and efforts to maintain the environment. Setting up the environment in cloud
helps in lowering the total cost and provides elasticity to scale the environment up and down depending
on the test results and analysis. Though, I agree that cloud uses virtualization but we have seen
repeatable results while running the tests in cloud. As a best practice we do monitor the resource
consumption of our instances and trigger alerts if we see any abnormal activity.

Q. Do we have any profiling tools for Big Data technologies like Hadoop,
Cassandra, Kafka etc.?
A. Yes, there are profiling tools available for different technologies. For e.g. Mongo DB comes up with
their own profiling utility that can be used to profile a running Mongo database instance. The database
profiler collects fine grained data about MongoDB write operations, cursors, database commands on a
running MongoDB instance. Similarly, other Java based technologies like Apache Hadoop, Kafka etc. can
be profiled using profilers and diagnostic tools like VisualVM. Many APM vendors have started
developing agent for Cassandra, Hadoop that can help in identifying performance bottlenecks in these
components.

Q. What are the critical performance parameters that we should monitor or
keep track of for messaging servers and NoSQL databases?
A. Each technology has its own set of parameters critical for optimum performance. For e.g. The most
important server configurations for performance are those that control the disk flush rate. The more
often data is flushed to disk, the more "seek-bound" component will be and the lower the throughput.
However very low application flush rates can lead to high latency when the flush finally does occur

© 2013 Impetus Technologies
We Implement Big Data.

(because of the volume of data that must be flushed). You need sufficient memory to buffer active
readers and writers. The disk throughput is important. In general disk throughput is the performance
bottleneck, and more disks are better. If you configure multiple data directories partitions will be
assigned in a round-robin fashion to data directories. Each partition will be entirely in one of the data
directories. If data is not balanced among partitions this can lead to load imbalance between disks. Disk
writing is usually a bottleneck in database systems. Therefore, write to disk frequency and initial storage
allocation can highly effect your system performance. Notice that delaying disk writing can affect your
system recovery. Disabling some of unused services, may help you save some CPU cycles. Make sure
your commit log and data directories (sstables) are on different disks. Compression maximizes the
storage capacity of Cassandra nodes by reducing the volume of data on disk and disk I/O, particularly for
read-dominated workloads. Cassandra quickly finds the location of rows in the SSTable index and
decompresses the relevant row chunks.

Q. You mentioned a couple of performance testing solutions namely YCSB and
SandStorm. How do these two compare?
A. YCSB is a performance benchmark utility that is developed by Yahoo. This supports multiple NoSQL
databases and comes up with pre-built clients. You can define the workload and run the scripts in your
test environment. It will generate its own test data and report the performance statistics.
Impetus SandStorm is an enterprise performance testing tool that support NoSQL as well as messaging
servers along with web, mobile and cloud applications. It can be used to create custom test scripts
depending on your Big Data application and run with multiple users to measure the real performance of
the application. It also provides monitoring of big data applications and helps in quickly identifying
issues with the resource consumption in the underlying component or infrastructure.

Write to us at bigdata@impetus.com for more information

© 2013 Impetus Technologies

Mais conteúdo relacionado

Mais de Impetus Technologies

Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarImpetus Technologies
 
Building Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus WebinarBuilding Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus WebinarImpetus Technologies
 
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...Impetus Technologies
 
Impetus White Paper- Handling Data Corruption in Elasticsearch
Impetus White Paper- Handling  Data Corruption  in ElasticsearchImpetus White Paper- Handling  Data Corruption  in Elasticsearch
Impetus White Paper- Handling Data Corruption in ElasticsearchImpetus Technologies
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarImpetus Technologies
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarImpetus Technologies
 
Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...
Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...
Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...Impetus Technologies
 
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...Impetus Technologies
 
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...Impetus Technologies
 
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...Impetus Technologies
 
Enterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus WebcastEnterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus WebcastImpetus Technologies
 
Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...
Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...
Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...Impetus Technologies
 
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...Impetus Technologies
 
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...Impetus Technologies
 
Big Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLabBig Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLabImpetus Technologies
 
Webinar maturity of mobile test automation- approaches and future trends
Webinar  maturity of mobile test automation- approaches and future trendsWebinar  maturity of mobile test automation- approaches and future trends
Webinar maturity of mobile test automation- approaches and future trendsImpetus Technologies
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph labNext generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph labImpetus Technologies
 
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...Impetus Technologies
 
Real-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus WebinarReal-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus WebinarImpetus Technologies
 
Webinar real-time predictive analytics in manufacturing
Webinar  real-time predictive analytics in manufacturingWebinar  real-time predictive analytics in manufacturing
Webinar real-time predictive analytics in manufacturingImpetus Technologies
 

Mais de Impetus Technologies (20)

Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
 
Building Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus WebinarBuilding Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus Webinar
 
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
 
Impetus White Paper- Handling Data Corruption in Elasticsearch
Impetus White Paper- Handling  Data Corruption  in ElasticsearchImpetus White Paper- Handling  Data Corruption  in Elasticsearch
Impetus White Paper- Handling Data Corruption in Elasticsearch
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
 
Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...
Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...
Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus...
 
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
 
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
 
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...
 
Enterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus WebcastEnterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus Webcast
 
Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...
Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...
Real-time Streaming Analytics: Business Value, Use Cases and Architectural Co...
 
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
 
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
 
Big Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLabBig Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLab
 
Webinar maturity of mobile test automation- approaches and future trends
Webinar  maturity of mobile test automation- approaches and future trendsWebinar  maturity of mobile test automation- approaches and future trends
Webinar maturity of mobile test automation- approaches and future trends
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph labNext generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph lab
 
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
 
Real-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus WebinarReal-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus Webinar
 
Webinar real-time predictive analytics in manufacturing
Webinar  real-time predictive analytics in manufacturingWebinar  real-time predictive analytics in manufacturing
Webinar real-time predictive analytics in manufacturing
 

Último

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Último (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

Performance Testing of Big Data Applications - Impetus Webcast Q&A

  • 1. We Implement Big Data. Webinar: Performance Testing Approach for Big Data Applications Recorded version available at http://lf1.me/cqb/ Questions and Answers from the session Q. I request some more explanation on what technical grounds you proposed the SandStorm tool in the case study presented during the webinar. A. One of the critical requirements in the project was to determine the maximum throughput of the Kafka servers and suggest production deployment. In order to achieve this, we had to simulate incoming message flow and monitor the Kafka resources. We chose SandStorm as it provides user interface to define message types and sizes and load Kafka servers for incoming message load. It also provides monitoring of Kafka servers during test execution to identify the parameters that were not optimally tuned. This resulted in identifying an optimum configuration for the Kafka cluster in production. Q. Will the test approaches be any different for wireless platforms? A. If you want to test applications on wireless platforms like mobile applications, one of the critical factors is to simulate various network conditions in which the application will be used. The test approach should take care of executing the tests under conditions with varying bandwidth, n/w conditions like 3G, 4G etc. to measure end user performance and identify any potential issues in the infrastructure. Q. What is the short coming of using traditional tools such as loadrunner to model and test application performance? A. I would answer this question within the scope of big data performance testing. As of today, traditional tools such as LoadRunner do not support Big Data technologies. These tools provide a record and playback functionality to record the communication like Http or any other for a target application and generate test scripts. As presented in webinar, big data applications involve multiple technologies and components which might use different protocols to communicate. So, scripts cannot be recorded. They need to be developed using the API interface or user interface. These tools do not provide any user interface for such technologies. Hence, we need specific tools to test the underlying big data components. © 2013 Impetus Technologies
  • 2. We Implement Big Data. Q. SandStorm Vs JMeter ... any interesting difference? A. SandStorm provides inherent support for Big Data and mobile applications. It has extensive monitoring abilities to monitor the target application across different components to identify performance bottlenecks. For mobile performance, it provides ability to simulate varying network conditions like 3G, 4G, WIFI etc. for realistic testing. It has an intuitive user interface to develop test scripts and design test scenarios. Another major difference lies in the extensive reporting capabilities that help in identifying performance issues and detailed test analysis. Q. I am not sure if "Going to the cloud" can be a good idea - test results from a shared infrastructure cloud such as Amazon EC2 cannot usually be repeated, so how would you manage this? A. One of the biggest challenges that teams face today is setting up a performance environment. It involves significant costs and efforts to maintain the environment. Setting up the environment in cloud helps in lowering the total cost and provides elasticity to scale the environment up and down depending on the test results and analysis. Though, I agree that cloud uses virtualization but we have seen repeatable results while running the tests in cloud. As a best practice we do monitor the resource consumption of our instances and trigger alerts if we see any abnormal activity. Q. Do we have any profiling tools for Big Data technologies like Hadoop, Cassandra, Kafka etc.? A. Yes, there are profiling tools available for different technologies. For e.g. Mongo DB comes up with their own profiling utility that can be used to profile a running Mongo database instance. The database profiler collects fine grained data about MongoDB write operations, cursors, database commands on a running MongoDB instance. Similarly, other Java based technologies like Apache Hadoop, Kafka etc. can be profiled using profilers and diagnostic tools like VisualVM. Many APM vendors have started developing agent for Cassandra, Hadoop that can help in identifying performance bottlenecks in these components. Q. What are the critical performance parameters that we should monitor or keep track of for messaging servers and NoSQL databases? A. Each technology has its own set of parameters critical for optimum performance. For e.g. The most important server configurations for performance are those that control the disk flush rate. The more often data is flushed to disk, the more "seek-bound" component will be and the lower the throughput. However very low application flush rates can lead to high latency when the flush finally does occur © 2013 Impetus Technologies
  • 3. We Implement Big Data. (because of the volume of data that must be flushed). You need sufficient memory to buffer active readers and writers. The disk throughput is important. In general disk throughput is the performance bottleneck, and more disks are better. If you configure multiple data directories partitions will be assigned in a round-robin fashion to data directories. Each partition will be entirely in one of the data directories. If data is not balanced among partitions this can lead to load imbalance between disks. Disk writing is usually a bottleneck in database systems. Therefore, write to disk frequency and initial storage allocation can highly effect your system performance. Notice that delaying disk writing can affect your system recovery. Disabling some of unused services, may help you save some CPU cycles. Make sure your commit log and data directories (sstables) are on different disks. Compression maximizes the storage capacity of Cassandra nodes by reducing the volume of data on disk and disk I/O, particularly for read-dominated workloads. Cassandra quickly finds the location of rows in the SSTable index and decompresses the relevant row chunks. Q. You mentioned a couple of performance testing solutions namely YCSB and SandStorm. How do these two compare? A. YCSB is a performance benchmark utility that is developed by Yahoo. This supports multiple NoSQL databases and comes up with pre-built clients. You can define the workload and run the scripts in your test environment. It will generate its own test data and report the performance statistics. Impetus SandStorm is an enterprise performance testing tool that support NoSQL as well as messaging servers along with web, mobile and cloud applications. It can be used to create custom test scripts depending on your Big Data application and run with multiple users to measure the real performance of the application. It also provides monitoring of big data applications and helps in quickly identifying issues with the resource consumption in the underlying component or infrastructure. Write to us at bigdata@impetus.com for more information © 2013 Impetus Technologies