You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Support more special characters in username and password when exporting client configuration.
2. Aggregate users in "mita get metrics" command output.
3. Expose session info and memory statistics as gRPC API.
4. Update dependency versions.
Copy file name to clipboardexpand all lines: docs/operation.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
You can run `mieru get connections` command on the client to view the current connections between client and server. An example of the command output is as follows.
6
6
7
7
```
8
-
Session ID Protocol Local Remote StateRecv Q+Buf Send Q+Buf Last Recv Last Send
9
-
2187011369 UDP [::]:59998 1.2.3.4:5678 ESTABLISHED 0+0 0+1 1s 1s
10
-
1466481848 UDP [::]:59999 1.2.3.4:5678 ESTABLISHED 0+0 0+13s 3s
8
+
SessionID Protocol Local Remote State RecvQ+Buf SendQ+Buf LastRecv LastSend
9
+
3078661580 UDP [::]:34453 12.34.123.45:5852 ESTABLISHED 0+0 0+00s (31)0s (28)
10
+
3408448183 UDP [::]:34453 12.34.123.45:5852 ESTABLISHED 0+0 0+0 3s (22)3s (21)
11
11
```
12
12
13
13
Similarly, you can run `mita get connections` command on the server to view the current connections between the server and all clients.
0 commit comments