Skip to content

Commit d82d41c

Browse files
Update migrate-appliance.md
1 parent 3010bc8 commit d82d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/migrate/migrate-appliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Here's the Linux server performance data that the appliance collects and sends t
368368

369369
**Data** | **Linux**
370370
--- | ---
371-
CPU usage | cat /proc/stat/|grep 'cpu' /proc/stat
371+
CPU usage | cat /proc/stat/|grep 'cpu' \/proc/stat
372372
Memory usage | free \| grep Mem \| awk '{print $3/$2 * 100.0}'
373373
NIC count | lshw -class network \| grep eth[0-60] \| wc -l
374374
Data received per NIC | cat /sys/class/net/eth$nic/statistics/rx_bytes

0 commit comments

Comments
 (0)