mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #86] Network Statistics display problem #3152
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LSOIVNE on GitHub (Mar 1, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/86
Problem
Network Total Receive value display as scientific notation after reach 1TB.
System Info
OS: ubuntu 20.04 (linux 5.4.0-139-generic x86_64)
Current Version: v1.7.6
Arch: amd64
Executable Path: /usr/local/bin/nginx-ui
ipconfig
root@localhost:~# ifconfigeth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500inet 205.xxx.xxx.xxx netmask 255.255.255.0 broadcast 205.xxx.xxx.255inet6 fe80::216:48ff:fe53:c34f prefixlen 64 scopeid 0x20<link>inet6 2605:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx prefixlen 48 scopeid 0x0<global>ether 00:16:48:53:c3:4f txqueuelen 1000 (Ethernet)RX packets 698314908 bytes 1095708028756 (1.0 TB)RX errors 0 dropped 256196 overruns 0 frame 0TX packets 267555078 bytes 648603774866 (648.6 GB)TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0@0xJacky commented on GitHub (Mar 1, 2023):
Thanks for your report.
It seems like a unit conversion issue. But it will become normal when the value increases.
I will try to optimize the conversion in next version.
@LSOIVNE commented on GitHub (Mar 1, 2023):
Ok, thank you.