Hi,
I want to create a graph template for Cacti and I am able to get these values (below) with the help of net-snmp. It is fairly easy to create a graph by using "size" and "used" values of physical memory but I want to create something more detailed. The numbers I get just don't add up to a total (a +b +c -d = Physical Memory, Real Memory... etc) and that is what I want to show in my graphs.
Actually, I do not have deep knowledge of FreeBSD or Linux memory terms and any help/links will be truly appreciated.
Regards.
I want to create a graph template for Cacti and I am able to get these values (below) with the help of net-snmp. It is fairly easy to create a graph by using "size" and "used" values of physical memory but I want to create something more detailed. The numbers I get just don't add up to a total (a +b +c -d = Physical Memory, Real Memory... etc) and that is what I want to show in my graphs.
Actually, I do not have deep knowledge of FreeBSD or Linux memory terms and any help/links will be truly appreciated.
Code:
hrStorageDescr.1 = STRING: Physical memory
hrStorageDescr.2 = STRING: Real memory
hrStorageDescr.6 = STRING: Memory buffers
hrStorageDescr.7 = STRING: Cached memory
hrStorageDescr.8 = STRING: Shared virtual memory
hrStorageDescr.9 = STRING: Shared real memory
hrStorageDescr.10 = STRING: Swap space
hrStorageSize.1 = INTEGER: 136009
hrStorageSize.2 = INTEGER: 20444
hrStorageSize.6 = INTEGER: 65024
hrStorageSize.7 = INTEGER: 10737
hrStorageSize.8 = INTEGER: 2759
hrStorageSize.9 = INTEGER: 2220
hrStorageSize.10 = INTEGER: 131040
hrStorageUsed.1 = INTEGER: 33662
hrStorageUsed.2 = INTEGER: 11168
hrStorageUsed.6 = INTEGER: 30464
hrStorageUsed.7 = INTEGER: 3279
hrStorageUsed.8 = INTEGER: 125
hrStorageUsed.9 = INTEGER: 55
hrStorageUsed.10 = INTEGER: 0
Regards.