Add MB/s and GB/s view modes
- Refactored units presentation into a lookup table - Other minor refactoring - Updated man page - Cleaned up trailing white space in the vicinity
This commit is contained in:
@@ -93,6 +93,8 @@ public:
|
||||
|
||||
void gettotal(u_int64_t *recvd, u_int64_t *sent);
|
||||
void getkbps(float *recvd, float *sent);
|
||||
void getmbps(float *recvd, float *sent);
|
||||
void getgbps(float *recvd, float *sent);
|
||||
void gettotalmb(float *recvd, float *sent);
|
||||
void gettotalkb(float *recvd, float *sent);
|
||||
void gettotalb(float *recvd, float *sent);
|
||||
|
||||
Reference in New Issue
Block a user