Generate Bulk XML files for Load testing using JMeter

Posted on July 04, 2021 in Performance • Tagged with Jmeter, Performance, Loadtesting

Generate Bulk XML files for Load testing

UseCase : One of the very common use cases while performing loading testing an backend applications /services that rely on XML's as input is to generate 1000's of XMLs with minor differences and feed in to the application in order to gather the metrics …


Continue reading

Splunk Query Reference guide

Posted on June 21, 2021 in Splunk • Tagged with Splunk, Reference, Cheat Sheet

Simple Search with various AND index=index_name sourcetype=source_type host=host_nam source=source

Count of search criteria "LifecycleException" per day index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | bucket _time span=day |stats count by _time

Count of search criteria "LifecycleException" by app index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | stats …


Continue reading

Install Chrome on Amazon Linux2 WorkSpaces

Posted on July 03, 2020 in aws • Tagged with AWS, Workspace, Chrome, Linux

Install Chrome on Amazon Linux2 WorkSpaces

I recently started playing with Amazon workspace as my personal development environment and choose Standard with Amazon Linux 2 as my AMI.

Below quick steps to setup Chrome

Note : Amazon Linux 2 seems to be based on Centos RHEL Fedora based on the /etc …


Continue reading

Install Docker on Amazon Linux WorkSpaces

Posted on July 03, 2020 in aws • Tagged with AWS, Workspace, Docker, Linux

Install Docker on Amazon Linux WorkSpaces

This is continuous to the post here , using Amazon Linux2 as my virtual desktop.

Amazon Linux doesnt come with docker pre installed so we need install required packages

Installing Docker And Starting the Service
$ sudo yum install -y docker

$ sudo service docker start

//Notice …

Continue reading

Splunk Core Certified User Certification Quick Tips

Posted on February 19, 2020 in Splunk • Tagged with Splunk, Certification, Cheat Sheet

Simple Search with various AND I’m happy to share with you all that i have successfully completed Splunk Core Certified User certification. My personal take on the exam.

  • My background i have been using Splunk at job for day today activities, so if you have experience with Splunk then …

Continue reading