a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: script that quickly measures network device throughput
ethstats works by parsing the /proc/net/dev file that the Linux kernel
maintains, and thus utilizes a negligible amount of CPU time. ethstats
shows the throughput of each device in both megabits per second and
packets per second.
Description: script that quickly measures network device throughput.
ethstats works by parsing the /proc/net/dev file that the Linux kernel
maintains, and thus utilizes a negligible amount of CPU time. ethstats
shows the throughput of each device in both megabits per second and
packets per second.
--- 59717 Thu Jan 1 00:00:00 1970
+++ 2295 Thu Jan 1 00:00:00 1970
@@ -1,4 +1,4 @@
-script that quickly measures network device throughput
+script that quickly measures network device throughput.
ethstats works by parsing the /proc/net/dev file that the Linux kernel
maintains, and thus utilizes a negligible amount of CPU time. ethstats
shows the throughput of each device in both megabits per second and