Skip to main content

Posts

Showing posts with the label server commands

What are the IOPS commands ? - Linux Performace Testing and debugging basic Commands

In this generation if you are using an Linux System then you should have basic knowledge to debugging on performance side, Hence here I am providing you few commands list with the information of how to use and how the output of that. As a QA Engineer in Networking domain I am very well aware of the how is hard and needed to know debug an Linux System Performance related problems are coming in the client side along with needed to check during the Performance Testing after being withing the 3 years in IT industry. These commands are available under all flavors of  Linux  and can be useful to monitor and find the actual causes of performance problem. 1. Top – Linux Process/Performance Monitoring Linux  Top  command is a performance monitoring program which is used frequently by many system administrators to monitor Linux performance and it is available under many  Linux/Unix  like operating systems. The top command used to dipslay all th...

What is snmpwalk command?

SNMP or the Simple Network Management Protocol first emerged as a solution for managing nodes within a network. Since then SNMP data has been used to measure the performance of devices across countless vendors to help ensure that networks stay up and running. Today SNMP is one of the most popular networking protocols in the world and snmpwalk has become a go-to method for scanning multiple nodes at once. How Does SNMP Work? You can go through my article for this as How snmp work. But still let me provides you some information here as with an SNMP-enabled devices, an SNMP agent collects information from the device and stores it within a Management Information Base (MIB) where this data is stored so that it can be accessed whenever the SNMP manager polls the SNMP agent. At that time the SNMP Manager queries the SNMP agent, data is taken from the MIB and sent to the SNMP Manager where it can be viewed with a network monitoring tool. There are many different commands that...