We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82d41c commit 697034dCopy full SHA for 697034d
articles/migrate/migrate-appliance.md
@@ -368,7 +368,7 @@ Here's the Linux server performance data that the appliance collects and sends t
368
369
**Data** | **Linux**
370
--- | ---
371
-CPU usage | cat /proc/stat/|grep 'cpu' \/proc/stat
+CPU usage | cat /proc/stat/| grep 'cpu' /proc/stat
372
Memory usage | free \| grep Mem \| awk '{print $3/$2 * 100.0}'
373
NIC count | lshw -class network \| grep eth[0-60] \| wc -l
374
Data received per NIC | cat /sys/class/net/eth$nic/statistics/rx_bytes
0 commit comments