== OID Memory ==
1.3.6.1.4.1.6527.3.1.2.1.1.1 sgiCpuUsage LEAF Unsigned32
1.3.6.1.4.1.6527.3.1.2.1.1.2 sgiMemoryUsed LEAF Unsigned32
1.3.6.1.4.1.6527.3.1.2.1.1.3 sgiMemoryAvailable LEAF Unsigned32
1.3.6.1.4.1.6527.3.1.2.1.1.4 sgiMemoryPoolAllocated LEAF Unsigned32
1.3.6.1.4.1.6527.3.1.2.2.3.4.1.18 tmnxCpmCardMemorySize LEAF Unsigned32
== SNMPWalk ==
[root@TEGUH-SERVER ~]# snmpwalk -v 2c -c public 10.10.10.10 1.3.6.1.4.1.6527.3.1.2.1.1.1
SNMPv2-SMI::enterprises.6527.3.1.2.1.1.1.0 = Gauge32: 6
[root@TEGUH-SERVER ~]# snmpwalk -v 2c -c public 10.10.10.10 1.3.6.1.4.1.6527.3.1.2.1.1.2
SNMPv2-SMI::enterprises.6527.3.1.2.1.1.2.0 = Gauge32: 674258592
[root@TEGUH-SERVER ~]# snmpwalk -v 2c -c public 10.10.10.10 1.3.6.1.4.1.6527.3.1.2.1.1.3
SNMPv2-SMI::enterprises.6527.3.1.2.1.1.3.0 = Gauge32: 2785017856
[root@TEGUH-SERVER ~]# snmpwalk -v 2c -c public 10.10.10.10 1.3.6.1.4.1.6527.3.1.2.1.1.4
SNMPv2-SMI::enterprises.6527.3.1.2.1.1.4.0 = Gauge32: 756023296
[root@TEGUH-SERVER ~]#
[root@TEGUH-SERVER ~]# snmpwalk -v 2c -c public 10.10.10.10 1.3.6.1.4.1.6527.3.1.2.2.3.4.1.18
SNMPv2-SMI::enterprises.6527.3.1.2.2.3.4.1.18.1.6.1 = Gauge32: 4096
SNMPv2-SMI::enterprises.6527.3.1.2.2.3.4.1.18.1.7.1 = Gauge32: 0
[root@TEGUH-SERVER ~]#
== Formula ==
Total Memory = 4096 * 1024 * 1024 = 4294967296 = 4.294.967.296
or
Total Memory = sgiMemoryUsed + sgiMemoryAvailable + sgiMemoryPoolAllocated
= 674258592 + 2785017856 + 756023296
= 4215299744 = 4.215.299.744
Utilization Calculation (%)
sgiMemoryUsed (%) = sgiMemoryUsed / Total Memory * 100
= 674258592 / 4215299744 * 100
= 15,995507625756162596630755755812 % = 16%
sgiMemoryAvailable(%) = sgiMemoryAvailable / Total Memory * 100
= 2785017856 / 4215299744 * 100
= 66,0692720598139271967274837763 % = 66%
sgiMemoryPoolAllocated (%) = sgiMemoryPoolAllocated / Total Memory * 100
= 756023296 / 4215299744 * 100
= 17,935220314429910206641760467889 % = 17%
== Create CDEF's ==
cdef=CURRENT_DATA_SOURCE,4214506288,/,100,*
== Installation ==
- uncompress the xml file
- import using 'Console/Import Templates'
== Import Result ==
== Result Graph sgiMemoryUsed/Memory Utilization ==
== Result Graph other memory ==
by my post on http://forums.cacti.net/viewtopic.php?f=21&t=57575
No comments:
Post a Comment