From ef9c6150bb22c70c6b91f45fef8e56c80f733258 Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 20 Nov 2024 15:37:39 +0100 Subject: [PATCH] update --- services/admin-guide/ssh_gateways.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/admin-guide/ssh_gateways.md b/services/admin-guide/ssh_gateways.md index fe6037e6..ba829c07 100644 --- a/services/admin-guide/ssh_gateways.md +++ b/services/admin-guide/ssh_gateways.md @@ -90,6 +90,10 @@ Howto identify and kill high load sessions on the ssh gateway, useful commands f `w` will list all user connections (see manpage for details) `w ` will list connections for a specific user +### Show users most traffic +```bash +[ ~]# nethogs +``` ### Show heavy CPU consumers ```bash @@ -160,7 +164,7 @@ builder_b pts/41 pc9681.psi.ch Tue Oct 10 11:08 still logged in 32177 sshd: wally_e@pts/10 32286 sshd: wally_e@pts/68 ``` - + Terminate Sessions