8 lines
71 B
Plaintext
Executable File
8 lines
71 B
Plaintext
Executable File
get_netstats ()
|
|
{
|
|
# Save the network adapter statistics
|
|
|
|
netstat -i
|
|
}
|
|
|