第三十二章 使用 ^GLOSTAT 收集GLOABL统计数据 - 输出^GLOSTAT

简介: 第三十二章 使用 ^GLOSTAT 收集GLOABL统计数据 - 输出^GLOSTAT

第三十二章 使用 ^GLOSTAT 收集GLOABL统计数据 - 输出^GLOSTAT

以下输出示例显示了运行 ^GLOSTAT 实用程序时的各种选项:

  • 示例 A — 初始运行在独立或服务器配置上。
  • 示例 B — 随后以定时间隔运行。
  • 示例 C — 在客户端配置上初始运行。

示例A

以下是 ^GLOSTAT 例程初始运行的示例输出。 IRIS 实例是独立配置或服务器。

%SYS>do ^GLOSTAT

Statistics                                                                Total
--------------                                                        ---------
Global references (all):                                                530,801
Global update references:                                               175,073
Private global references:                                              160,267
Private update references:                                               76,739
Routine calls:                                                          650,085
Routine buffer loads & saves:                                               570
Routine commands:                                                    17,747,411
Routine not cached:                                                         710
Logical block requests:                                                 289,166
Block reads:                                                              2,179
Block writes:                                                               680
WIJ writes:                                                                 903
Cache Efficiency:                                                           186
Journal Entries:                                                          1,356
Journal Block Writes:                                                         6
 
Continue (c), Timed Stats (# sec > 0), Quit (q)?

示例B

以下示例显示 ^GLOSTAT 统计数据每秒 30 秒的时间间隔。 IRIS 实例是独立配置或服务器。


Continue (c), Timed Stats (# sec > 0), Quit (q)?  30
 
Counts per Second for 30 Seconds...
 
Statistics (per second)                                                   Total
--------------                                                        ---------
Global references (all):                                                    4.0
Global update references:                                                   2.0
Private global references:                                                  2.0
Private update references:                                                  0.9
Routine calls:                                                              8.8
Routine buffer loads & saves:                                                 0
Routine commands:                                                         222.2
Routine not cached:                                                           0
Logical block requests:                                                     2.3
Block reads:                                                                  0
Block writes:                                                                 0
WIJ writes:                                                                   0
Cache Efficiency:                                                        no i/o
Journal Entries:                                                              0
Journal Block Writes:                                                         0
 
Continue (c), Timed Stats (# sec > 0), Quit (q)?

示例C

以下是 ^GLOSTAT 例程初始运行的示例输出。 IRIS 实例是一个客户端。

%SYS>do ^GLOSTAT
 
 Statistics                              Local           Remote            Total
--------------                      ---------        ---------        ---------
Global references (all):              123,783                3          123,786
Global update references:               6,628                0            6,628
Private global references:              3,558              n/a            3,558
Private update references:              1,644              n/a            1,644
Routine calls:                         55,275                0           55,275
Routine buffer loads & saves:             759                0              759
Routine commands:                                                     1,304,213
Routine not cached:                                                         167
Logical block requests:                83,959              n/a           83,959
Block reads:                            2,125                0            2,125
Block writes:                             217              n/a              217
WIJ writes:                               126              n/a              126
Cache Efficiency:                          53          no gets
Journal Entries:                          511              n/a              511
Journal Block Writes:                       3              n/a                3
 
Continue (c), Timed Stats (# sec > 0), Quit (q)?
相关文章
|
23天前
|
缓存 监控 调度
第六十一章 使用 ^PERFSAMPLE 监控进程 - 分析维度
第六十一章 使用 ^PERFSAMPLE 监控进程 - 分析维度
22 0
|
24天前
第四十六章 使用 ^SystemPerformance 监视性能 - 生成 ^SystemPerformance 性能报告
第四十六章 使用 ^SystemPerformance 监视性能 - 生成 ^SystemPerformance 性能报告
18 0
|
23天前
|
监控 Go
第五十九章 使用 ^PERFSAMPLE 监控进程 - 收集样本
第五十九章 使用 ^PERFSAMPLE 监控进程 - 收集样本
22 0
|
23天前
|
缓存 监控 数据库
第五十五章 使用 ^mgstat 监控性能 - Seizes、ASeizes 和 NSeizes
第五十五章 使用 ^mgstat 监控性能 - Seizes、ASeizes 和 NSeizes
18 0
|
23天前
|
监控
第五十四章 使用 ^mgstat 监控性能
第五十四章 使用 ^mgstat 监控性能
22 0
|
1月前
nowcoder NC30 缺失的第一个正整数
题目链接:  https://www.nowcoder.com/share/jump/819478881694767416272
26 0
|
12月前
|
iOS开发 Python
Python|统计匹配物品的数量
Python|统计匹配物品的数量
88 0
|
算法
算法练习——(4)统计特定字符数量
.输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。
|
缓存 监控 数据库
第三十一章 使用 ^GLOSTAT 收集GLOABL统计数据 - 运行^GLOSTAT
第三十一章 使用 ^GLOSTAT 收集GLOABL统计数据 - 运行^GLOSTAT
70 0
每日一更1222:数字统计
题目描述: 一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数 字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1, 2,…,9。
88 0

热门文章

最新文章