Perfmon clear Flag that indicates if the local traces should be cleared and counts should be restarted.
When this flag is “true” the mbpsSendRate rises and when the flag is set “false” this rate falls drastically. Can someone please elaborate on the relation of the clear flag with mbpsSendRate.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Was there any interrupt between send() in your benchmark? mbpsSendRate is the average sending rate over time. If you set the flag to false, it calculated the average rate from the last time the flag was set to true, or the beginning of the connection.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Perfmon clear Flag that indicates if the local traces should be cleared and counts should be restarted.
When this flag is “true” the mbpsSendRate rises and when the flag is set “false” this rate falls drastically. Can someone please elaborate on the relation of the clear flag with mbpsSendRate.
Was there any interrupt between send() in your benchmark? mbpsSendRate is the average sending rate over time. If you set the flag to false, it calculated the average rate from the last time the flag was set to true, or the beginning of the connection.