#b memory
显示结果的第一行包括系统的总内存数量和当前已经使用的内存数量
SNMP:
通过 OID sysStatMemoryUsed (.1.3.6.1.4.1.3375.2.1.1.2.1.45) 获取
测试命令及输出:
[root@bigip4:Active] config # snmpwalk -c public -v2c localhost -On .
1.3.6.1.4.1.3375.2.1.1.2.1.45
.1.3.6.1.4.1.3375.2.1.1.2.1.45.0 = Counter64: 384110592
1.3 系统总连接数:
命令行参数:
#b global show
输出如下:
[root@bigip1:Active] config # b global show
GLOBAL STATISTICS --
Client side
(cur, max, tot) = (32, 45, 244142) //此处为当前 Client 端的并发连接数
(pkts, bits) in = (719555, 424.4M), out = (342699, 403.0M)
PVA (cur, max, tot) = (0, 0, 0)
PVA (pkts, bits) in = (0, 0), out = (0, 0)
Server side
(cur, max, tot) = (32, 44, 234935) //此处为当前 Server 端的并发连接数
(pkts, bits) in = (716344, 422.7M), out = (139137, 315.1M)
PVA (cur, max, tot) = (0, 0, 0)
PVA (pkts, bits) in = (0, 0), out = (0, 0)
PVA connections (curr, tot) = (0, 0)
TMM cycles (total, idle, sleep) = (213.1T, 121.3T, 91.48T)
Denials (maint, addr full, serv full) = (0, 0, 0)
(no serv, no listen, no mem, no lic) = (0, 10150, 0, 0)
CPU (total, active, multi-mode) = (1, 1, UP)
Memory (total, used) = (768.0M, 196.3M)
评论