[ZBX-22521] proc.mem incorrect value of rss on AIX Created: 2023 Mar 16 Updated: 2024 Jul 11 Resolved: 2023 Apr 24 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Agent (G) |
Affects Version/s: | None |
Fix Version/s: | 5.0.34rc1, 6.0.17rc1, 6.4.2rc1, 7.0.0alpha1, 7.0 (plan) |
Type: | Problem report | Priority: | Trivial |
Reporter: | Andrei Gushchin (Inactive) | Assignee: | Andris Mednis |
Resolution: | Fixed | Votes: | 0 |
Labels: | AIX, agent | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
AIX |
Issue Links: |
|
||||
Team: | Team C | ||||
Sprint: | Sprint 98 (Mar 2023), Sprint 99 (Apr 2023) | ||||
Story Points: | 0.5 |
Description |
Steps to reproduce: $ zabbix_get -s 127.0.0.1 -k proc.mem[,,,QWERTYUIOPASDFGHJJK,rss] 1228800 <-- Also self-counting for zabbix_get. With additional criteria 'user name': $ zabbix_get -s 127.0.0.1 -k proc.mem[,root,,QWERTYUIOPASDFGHJJK,rss] 0 So, this is one answer - give more criteria to avoid self-counting of Zabbix processes. |
Comments |
Comment by Andris Mednis [ 2023 Apr 14 ] |
Available in versions:
|
Comment by Romans Novarro (Inactive) [ 2023 Apr 20 ] |