Check XFS filesystem health and performance:
Analyzes XFS filesystem health, performance, and configuration to identify issues and optimization opportunities.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillhardware/Check XFS filesystem health and performance:
df -T | grep xfsdf -h | grep xfsxfs_info / (or relevant mount point)xfs_db -r -c "sb 0" -c "print" <device> (read-only)xfs_db -r -c "freesp -s" <device>dmesg | grep -i xfsmount | grep xfsiostat -x 1 3 | grep -A1 <device>sudo smartctl -a <device>Provide Daniel with: