The search returned 6 results

by Klug
June 13, 2024 - 12:50
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent - RAM usage under Linux
Answers: 9
Views : 6445

Re: Agent - RAM usage under Linux

Thanks for the feedback.

We'll check the UUID and wait for news about the memory leak.
by Klug
June 13, 2024 - 09:53
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent - RAM usage under Linux
Answers: 9
Views : 6445

Re: Agent - RAM usage under Linux

Hello.

On the VMs in question, I have this: 2.4.0.14143-9847ee8b-debian-12-amd64.
I don't know about the server; I'll ask.

On one of the VMs I mentioned yesterday (the one with the 3 GB process), RAM was added yesterday (so the VM was restarted).
# ps -p 765 -o etime
ELAPSED
16:00:46 ...
by Klug
June 12, 2024 - 4:52 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent - RAM usage under Linux
Answers: 9
Views : 6445

Re: Agent - RAM usage under Linux

And yet another way, which gives 3 GB in VmSize:
# cat /proc/1152862/status
Name: waptservice
Umask: 0022
State: S (sleeping)
Tgid: 1152862
Ngid: 0
Pid: 1152862
PPid: 1
TracerPid: 0
Uid: 0 0 0 0
Gid: 0 0 0 0
FDSize: 128
Groups:
NStgid: 1152862
NSpid: 1152862
NSpgid: 1152862
NSsid: 1152862
VmPeak ...
by Klug
June 12, 2024 - 4:49 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent - RAM usage under Linux
Answers: 9
Views : 6445

Re: Agent - RAM usage under Linux

A different perspective (top) for the first one (3 GB):

Code: Select all

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
1152862 root      20   0 3082032   1.4g   9048 S  25.0  24.9 253:43.04 waptservice
2116295 root      20   0   17936  13720   6408 R   5.7   0.2   0:00.17 python
by Klug
June 12, 2024 - 4:47 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent - RAM usage under Linux
Answers: 9
Views : 6445

Re: Agent - RAM usage under Linux

Hello,

here's a bit more detail about what I saw.

For the VM with 2 GB and a bit more:
# pmap -x 1152862
1152862: waptservice
Address Kbytes RSS Dirty Mode Mapping
.../... had to cut it off to be able to post
---------------- ------- ------- -------
total kB 2498900 1188768 1178376

And for the ...
by Klug
June 12, 2024 - 10:06
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Agent - RAM usage under Linux
Answers: 9
Views : 6445

[SOLVED] Agent - RAM usage under Linux

Hello everyone,

I have a client who uses WAPT to manage their workstations and servers (VMs).
They have Windows (workstations and servers), Ubuntu (18.04 to 22.04), Debian (12), and CentOS (7).

We just realized that, on some Linux VMs, the WAPT client (waptagent 2.4.0) was using several...