Define "performance issues"
It would also help if you shared the specification(s) of your threw servers - CPU, RAM, disk (size and type), etc.
👍 2
s
salmon-city-57654
10/23/2023, 8:56 AM
Agree @witty-jelly-95845.
Hi @wonderful-whale-89752 could you describe it in more detailed?
Like CPU usage, Memory usage, or IO issues? Thanks!
w
wonderful-whale-89752
10/24/2023, 5:18 AM
I want to show cpu/memory/io and but I am difficult to gather the network usage.....
If you want to show for perf, I think it's good start point
• network : sar -n DEV 1 | grep -e IFACE -e mgmt-bo
• process : pidstat -d 1
• cpu and disk : vmstat 2
• disk : iostat 2
wonderful-whale-89752
10/24/2023, 5:19 AM
and I found there were some bottleneck in network. someitmes network traffice is about 200MB . but I use the 1G network..there are showed by iowait.....and block queue....