Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For memory and CPU


top
iostat
vmstat
There's also an iotop, but I'm sure you'll find that PG is using most of the IO on a loaded db server.

For data throughput


You'll need a baseline for context.
iperf linux to linux)
ttcp (windows to linux)
whichever tool works between the source and destination. We don't need a super precise number to figure out what's going on. The difference between 80mb/s and 82mb/s isn't going to kill you, but if it's 80mb/s vs 8mb/s then you've got a problem.

  • No labels