Lantronix EDS2100 Linux SDK - User Guide - Page 67

iperf, Other Profiling and Debugging Utilities, Utility, Description

Page 67 highlights

12 Profiling & Debugging iperf The iperf program measures networking throughput between two systems. The program can be run on the target in either client or server mode. If client mode is chosen, iperf must first be run in server mode on the second system. With server mode, iperf must first be started on the target, and then run in client mode on the second system. Command Syntax: Server Mode: iperf -s Client Mode: iperf -c Other Profiling and Debugging Utilities Below is a list of other profiling and debugging utilities supported on the target. Table 12-1. Other Profiling and Debugging Utilities Utility df dmesg free mount netstat ping ps top Description Displays partition usage information. Displays kernel ring buffer. Displays available memory statistics. Set or display active partitions. Displays network connection statistics. Tests network connectivity to a remote host. Display list of active processes Displays cpu and memory usage in real time. (Enable with make menuconfig) Linux Software Developers Kit (SDK) User Guide 67

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

12 Profiling & Debugging
Linux Software Developers Kit (SDK) User Guide
67
iperf
The iperf program measures networking throughput between two systems. The program can be
run on the target in either client or server mode. If client mode is chosen, iperf must first be run in
server mode on the second system. With server mode, iperf must first be started on the target,
and then run in client mode on the second system.
Command Syntax:
Server Mode:
iperf -s
Client Mode:
iperf -c <server_ip>
Other Profiling and Debugging Utilities
Below is a list of other profiling and debugging utilities supported on the target.
Table 12-1. Other Profiling and Debugging Utilities
Utility
Description
df
Displays partition usage information.
dmesg
Displays kernel ring buffer.
free
Displays available memory statistics.
mount
Set or display active partitions.
netstat
Displays network connection statistics.
ping
Tests network connectivity to a remote host.
ps
Display list of active processes
top
Displays cpu and memory usage in real time. (Enable with make menuconfig)