Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13092

Swap on Solaris Reports incorrectly

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Won't fix
    • Icon: Major Major
    • 4.0 (plan)
    • 3.4.4
    • Agent (G)
    • Oracle Solaris 10 8/11 s10x_u10wos_17b X86
    • Sprint 30, Sprint 31, Sprint 32
    • 1

      Values reported by Zabbix agent don't match reality:

      $ zabbix_get -s localhost -k system.swap.size[,pfree]
      100.000000
      $ zabbix_get -s localhost -k system.swap.size[,free]
      34359734272
      $ zabbix_get -s localhost -k system.swap.size[,total]
      34359734272
      $ zabbix_get -s localhost -k system.swap.size[,used]
      0
      $ zabbix_get -s localhost -k system.swap.size[,pused]
      0.000000
      
      $ memstat
       RAM   Total: 131024 MB 
       RAM    Used: 123036 MB 
       RAM    Free:  7988 MB 
       ---------------------
       Swap  Total: 71137 MB 
       Swap   Used: 69274 MB 
       Swap   Free:  1862 MB 
      
      $ swap -l
      swapfile             dev  swaplo blocks   free
      /dev/swap           4294967295,4294967295      8 67108856 67108856
      

      Looking at previous data, this issue has existed for quite some time. Possibly before our 3.0 migration.

            viktors.tjarve Viktors Tjarve
            dangelovich David Angelovich
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: