Skip to content

Commit 634ce9f

Browse files
committed
Add Bitrate speed
1 parent 5e91c92 commit 634ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/glacialrush/react/client/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ public void process()
657657
lblEntities.setText(Format.f(cache.latest("sample-entities")) + " Entities");
658658
lblDrops.setText(Format.f(cache.latest("sample-drops")) + " Drops");
659659
lblmsInterval.setText(Format.ms(ns, 1) + " Interval");
660-
lblkSize.setText(Format.f(sz) + " Bytes");
660+
lblkSize.setText(Format.f(sz) + " Bytes" + " (" + Format.dps((sz / ((ns/1000000))) * 1000) + ")");
661661
lblTotal.setText(Format.f(tot) + " Total");
662662
lblUsername.setText(username);
663663
lblConnectedWith.setText("Connected with " + (size - 1) + " Others.");

0 commit comments

Comments
 (0)