Skip to content

Commit

Permalink
fix(docs): replace e.g. with for example
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed Oct 31, 2023
1 parent bc858a2 commit 7045826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You have questions about various results calculated by the `ktranslate` network

Interface utilization follows the industry standard approach of calculating the delta in bytes and dividing by the product of the interface's configured speed and the time delta since the last collection was made.

e.g.; assuming 1 is the previous data point and 2 is the most recent:
For example, assuming 1 is the previous data point and 2 is the most recent:

> ( ( ifInOctets_2 - ifInOctets_1 ) \* 8 \* 100 ) / ( (sysUptime_2 - sysUptime_1) \* ifSpeed )
Expand Down

0 comments on commit 7045826

Please sign in to comment.