Viewing Network Traffic StatisticsIn Parallels Server Bare Metal, you can view the current network traffic statistics using the following utilities:
Viewing network statistics for Containers
To view the network statistics for Containers, execute the
# vznetstat CTID Net.Class Input(bytes) Input(pkts) Output(bytes) Output(pkts) 101 1 2202448 19527 9081832 19584 101 2 0 0 0 0 102 0 0 0 0 0 102 1 0 0 0 0
In this example, the traffic statistics for two Containers with IDs 101 and 102 is shown. Keep in mind that the
The command output displays the following information:
You can also view the network traffic statistics for a particular Container: # vznetstat -v 101 CTID Net.Class Input(bytes) Input(pkts) Output(bytes) Output(pkts) 101 1 2202448 19527 9081832 19584 101 2 0 0 0 0 The command above displays the network statistics for Container 101. Viewing network statistics for virtual machines
To view the network traffic statistics for virtual machines, use the
# pnetstat UUID Net.Class Input(bytes) Input(pkts) Output(bytes) Output(pkts) 5747d4a9-d4ed... 0 0 0 0 0 5747d4a9-d4ed... 1 0 0 0 0
The
Note: In the current version of Parallels Server Bare Metal, you cannot view network traffic statistics for individual virtual machines. |
||||
|