From 3e61baa4e7a471918e03f44fceef752b352cd153 Mon Sep 17 00:00:00 2001 From: dovela <33590269+dovela@users.noreply.github.com> Date: Tue, 26 Jun 2018 20:06:50 +0800 Subject: [PATCH] Update client-psutil.py --- clients/client-psutil.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/client-psutil.py b/clients/client-psutil.py index 6c501b2..168effc 100755 --- a/clients/client-psutil.py +++ b/clients/client-psutil.py @@ -5,10 +5,10 @@ # 支持操作系统: Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures # 时间: 20180312 -SERVER = "127.0.0.1" +SERVER = "sserver" PORT = 35601 -USER = "s01" -PASSWORD = "USER_DEFAULT_PASSWORD" +USER = "suser" +PASSWORD = "spasswd" INTERVAL = 1 # 更新间隔