DBA_HIST_SYSMETRIC_SUMMARY中的Network Traffic Volume Per Sec 指标是指什么?

本文解释了Oracle数据库中Network Traffic Volume Per Sec指标的意义。该指标反映了每秒公共网络流量的大小,单位为字节,并汇总了所有客户端及数据库链接的网络流量。通过查询DBA_HIST_SYSMETRIC_SUMMARY表可以获取此指标的具体数值。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

翻译自:

What Is Metric "Network Traffic Volume Per Sec" In DBA_HIST_SYSMETRIC_SUMMARY ? (Doc ID 1548632.1)

适用于:
Oracle Net Services - Version 10.2.0.4 to 11.2.0.3 [Release 10.2 to 11.2]
Information in this document applies to any platform.

目标:

What is the meaning of   Network Traffic Volume Per Sec metric. It is populated in DBA_HIST_SYSMETRIC_SUMMARY. But not included in any external or internal  MOS document

解决方法

The metric gives info about public network traffic per second

In Oracle 10g, there is a table called DBA_HIST_SYSMETRIC_SUMMARY which stores information about the database activities. One of the metric is called NETWORK TRAFFIC VOLUME Per/Sec (metric_id=2058).

The value is in bytes per second.  A typical query may be something like:

select minval, maxval, average
from dba_hist_sysmetric_summary
where metric_id=2058

The value represents the combined network traffic from all clients and database links.

It's use for customers will vary.  One use would be to gauge the capacity of the NIC on the server.  However, there are other tools (such as ipref) that can do this as well.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值