Load Testing the FTP Site with Open Source Apache Jmeter

Sometimes we might have to load test your website/ ftp site for reliability or to measure performance. The top listed open-sourced tools are:

  • The Grinder
  • Gatling
  • Tsung
  • JMeter

(item list from bazemeter.com)
Out of the top 4, I’ll use Apache JMeter which has a good reputation and is available for windows platform. Continue reading “Load Testing the FTP Site with Open Source Apache Jmeter”

Powershell: How to Shift Time Offset of a Movie’s Subtitle

I usually go through my holidays with good movies. Some of the subtitles I downloaded do not have a correct timing with the video soundtrack. And it makes me re-adjust the subtitle whenever I re-play old movies. Since I do not want to install extra software or use websites to change my file whenever I get this problem, I decided to make it work in powershell. Continue reading “Powershell: How to Shift Time Offset of a Movie’s Subtitle”

Find all SNMP Settings of Windows Machine in Powershell

SNMP has a long history with Microsoft Windows. And Microsoft now said that it has been deprecated (moreover, snmp v1 or v2 is less secure than the latest snmp v3, but windows natively doesn’t support version 3 till now) and recommend using CIM for managing hardware and software layers. In this article, we will find the SNMP community string by batch method and powershell method. Continue reading “Find all SNMP Settings of Windows Machine in Powershell”