- or download this
ARENA COUNTS:
475641 REF
...
1 REF-Protocol::WebSocket::Handshake::Server
1 REF-Protocol::WebSocket::Request
1 REF-Protocol::WebSocket::Response
- or download this
tie %clients, 'Tie::RefHash::Weak';
tie %users, 'Tie::RefHash::Weak';
...
tie %hs, 'Tie::RefHash::Weak';
tie %frame, 'Tie::RefHash::Weak';
tie %rooms, 'Tie::RefHash::Nestable';
- or download this
print FILE '%clients: ' . scalar(keys %clients) . ' ' . total_size
+(\%clients) . "\n";
print FILE '%users: ' . scalar(keys %users) . ' ' . total_size(\%u
+sers) . "\n";
...
print FILE '%hs: ' . scalar(keys %hs) . ' ' . total_size(\%hs) . "
+\n";
print FILE '%frame: ' . scalar(keys %frame) . ' ' . total_size(\%f
+rame) . "\n";
print FILE '%rooms: ' . scalar(keys %rooms) . ' ' . total_size(\%r
+ooms) . "\n";
- or download this
%clients: 1035 2919225
%users: 1038 2919225
...
%hs: 1 2919225
%frame: 1 2919225
%rooms: 213 3292324