jrenner/java-glances

Check if data is really bits/bytes on calls to getNetwork()... something is strange

Closed this issue · 1 comments

Check if data is really bits/bytes on calls to getNetwork()... something is strange

data was indeed bytes, but 'rx' was equal to the amount of data passed since last call to the API. I discovered the server doesn't update unless an API call is passed, which is smart.
see:
jrenner/glances@837446e
and
e7af109