ikshwak / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

more details in the CPU report #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of just this:

Host CPU Utilization:   99.2%
Remote CPU Utilization: 27.5%

to something like:

Sender CPU:
   stream 1: user N%:  system N%  
   stream 2: user N%:  system N%  

Receiver CPU:
   stream 1: user N%:  system N%  
   stream 2: user N%:  system N%  

Original issue reported on code.google.com by bltier...@es.net on 8 Nov 2013 at 11:26

GoogleCodeExporter commented 8 years ago
Don't think this one is possible. All the streams are handled in one process.

Original comment by jef.posk...@gmail.com on 26 Nov 2013 at 5:27

GoogleCodeExporter commented 8 years ago
OK, but could you at least separate the user vs system CPU % then.

Original comment by bltier...@es.net on 26 Nov 2013 at 7:02

GoogleCodeExporter commented 8 years ago
Ok, done.

Original comment by jef.posk...@gmail.com on 26 Nov 2013 at 10:49