actimeo is a common NFS mount option in Linux. actimeo=0 can make a big performance difference in the production environment. What does actimeo mean in nfs mount? The “actimeo=0” option means turn attribute caching off. The actimeo option actually makes the time duration the nfs client holds the various cache attributes like “acregmin”,”acregmax”,”acdirmin” and “acdirmax” …
The default password for Cassandra is Cassandra. So we need to change it immediately after we install it. We can use this command to change it. Change default password for Cassandra user # cqlsh `hostname` -u cassandra Password: Connected to xxx at xxx-xxx-xxx-2.localdomain:9042. [cqlsh 5.0.1 | Cassandra 2.2.13 | CQL spec 3.3.1 | Native protocol …
This is a true story based on my own experience. For anyone who seriously needs a web hosting or a website, please take 2 minutes to read it. I am pretty sure that this will save you at least days even weeks, especially for new website starters. For 2020, it is a different time for …
This article is part of the following series. 6 performance tools you should know in Linux 5 Ways to Check disk size in Linux 4 Ways to Check Disk Partition with Examples in Linux How I Fixed a disk performance issue in Minutes – A Step by Step Guide to Optimize Linux System High …
Linux command nfsiostat can be used to determine the average Round Trip Time (avg RTT) in milliseconds which is a good measurement for storage performance issue. The nfsiostat command is available in later versions of the nfs-utils package. What does nfsiostat output mean? Understanding nfsiostat command output How to troubleshooting NFS performance? What does nfsiostat …
Troubleshooting a slow network issue on Linux is not an easy task. We are going to dive into this issue with network metrics. Setting up a monitor on each network metric can help us speed up the troubleshooting process. Hope this post can give you more ideas on how to fix a slow network issue …