network_transmit_recieve
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
network_transmit_recieve [2015/10/20 09:57] – created luke7858 | network_transmit_recieve [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
<sxh bash>sar -n DEV</ | <sxh bash>sar -n DEV</ | ||
This will show you the history of networking. | This will show you the history of networking. | ||
+ | <sxh bash> | ||
+ | sar -n DEV -s `date -d '-3 hour' +%T` |awk '{if ($3 == " | ||
+ | </ | ||
\\ | \\ | ||
You can then use the following tools to get an understanding of which service is using the most networking traffic and what IP address it is coming from or going to: | You can then use the following tools to get an understanding of which service is using the most networking traffic and what IP address it is coming from or going to: | ||
Line 13: | Line 16: | ||
<sxh bash> | <sxh bash> | ||
nethogs | nethogs | ||
+ | </ | ||
Currently trying to figure out how to copy and paste from it | Currently trying to figure out how to copy and paste from it | ||
network_transmit_recieve.1445335065.txt.gz · Last modified: 2024/05/23 07:26 (external edit)