Document troubleshooting commands to check disk and memory health and performance #6859
Labels
A-db
Related to the database
C-docs
An addition or correction to our documentation
D-good-first-issue
Nice and easy! A great choice to get started
Describe the change
There is a bunch of tools users can run to help understand why the performance is degraded, if it's related to the hardware.
Reference numbers are from Latitude
c3.large.x86
.iozone -e -t1 -i0 -i2 -r1k -s1g /tmp
. Reference numbers:iozone -B -G -e -t1 -i0 -i2 -r1k -s1g /tmp
. Reference numbers:sudo lshw -short -C memory
. Reference numbers (see frequency):sudo memtester 10G
(will take a while, test withsudo memtester 1G 1
first). All checks should reportok
.We need to document this in the Troubleshooting section of the book.
Additional context
No response
The text was updated successfully, but these errors were encountered: