Steps to Install & Setup Eclipse IDE on Ubuntu 20.04 LTS

Eclipse is a free & open source integrated development environment (IDE). It is used for JAVA application development & developing applications in various programming languages such as C, C++, Perl, PHP, Python, R,& Ruby. It is basically designed to build integrated web and application development tooling. There are some steps to install & setup Eclipse …

7 Steps to Install & Setup Apache ActiveMQ on Ubuntu 20.04 LTS

Apache ActiveMQ is a free & open source message broker tool,written in Java. It helps to send messages between different client applications, but includes additional features like STOMP, JMS, and OpenWire. It provides advanced features including message load-balancing and high-availability for data. There are some steps to install & setup Apache ActiveMQ on ubuntu: Step …

How to Install SMEM Memory Usage Tool in Ubuntu

Smem is a free & open source memory reporting tool. It is a command line utility. It gives the numerous reports on memory usage on systems. Using Smem, we can listings or filtering the memory usage by using process, mapping,& user. There are some steps to setup Smem on ubuntu: Step 1: Update the System. …

Step to Step Guide to Install Dstat on Ubuntu 20.04 LTS

dstat is a free & open source system monitoring tool. It is a command line utility. Using dstat, we can monitor system resources such as cpu, memory, disk & network stats. There are few steps to install dstat on ubuntu: Step 1: Update the System. apt-get update Step 2: Install dstat on system. apt-get install …

Step by Step to Install bonnie++ System Performance Testing Tool on Ubuntu

bonnie++ is a free & open source .It is used for testing the performance of file system & hard disk performance. It allow we can test how file systems perform with respect to data read and write speed & the operation performed by files per seconds. There are few steps to install bonnie++ on ubuntu: …