第三十二章 使用 ^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)?
网友评论