Many people choose free open source software to monitor Cassandra cluster to save cost. In our env, we use telegraf/Influxdb/Grafana to monitor Cassandra performance. This monitoring package is open source. We can download and use them for free. Use TIG to monitor Cassandra performance Configuration file for Cassandra Monitoring Cassandra performance metrics Use TIG to …
Linux is very popular now. But what is Linux? To understand what Linux is, it is necessary to first explain what OS is and a little about its component parts. We collect 4 basic questions to help you understand what Linux is. What is an Operating System? An operating system consists primarily of three things: …
Linux commands are very important for Linux Beginners. These 20 important Linux Commands will be very useful for you. In this article, I will show you the 10 basic Linux commands and 10 advanced commands that every beginner must know. pwd – Print Working Directory ls – List files and directories cd – Change directory …
Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. Start multipath on Linux List multipath devices on Linux Get Disk WWID ( SCSI ID ) …
Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. How to get the HBA port name on Linux Show the existing multipath configuration in brief …
Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. Flush/Remove all the multipath device on Linux # multipath -F Flush/Remove selected multipath device First of …
Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. Without DM Multipath, each path from a server node to a storage controller is treated by …
Tcpdump is a very powerful Linux command to capture packets. CDP and LLDP protocol can be used to get upstream switch info like vlan id, port info, switch name etc from Linux servers. We can use tcpdump command on Linux to filter these CDP or LLDP packets to get this info. What is CDP and …
Are you tired of manually searching through countless files and directories to find what you need? Look no further than the find exec command! With this powerful tool, you can easily locate and take action on files that meet your specific criteria. Simply provide a directory and set your search conditions to quickly find what …
Linux find command is one of the most powerful tools in the Linux system administrators’ arsenal. The basic syntax for the find command in Linux is: find [path] [expression] where path is the starting directory for the find command, and expression is a set of conditions that must be satisfied for a file to be …