Sous-commande pgbuf

La sous-commande pgbuf affiche la structure de la mémoire tampon du messager de poche du systèmeJFS2(Enhanced Journaled File System).

Format

pgbuf adresse | -c

Paramètres

Article Descriptif
adresse Affiche la structure de la mémoire tampon de messager de poche JFS2 à l'adresse indiquée.
-c Affiche la liste des mémoires tampon de pagineur JFS2 dans le cache de la mémoire tampon.

Autre

Aucun alias.

Exemples

Voici un exemple d'utilisation de la sous-commande pgbuf :

KDB(0)> pgbuf -c
jCache:
  nBuffer: 0xA00 (2560)
  nCacheClass:  9
  minFreePerCC: 5
  maxFreePerCC: 8
  nHashClass:   0x3FF (1023)
  cacheTable:   0x31A70000
  hashTable:    0x31C0E000
  freeWait:     0xFFFFFFFF
jCacheClassLow: 0

Cache table:
   CLASS         BUFS      FREE       LRU    CACHELIST.HEAD     FREELIST.HEAD
       0            3         1         0          3253F8DC          3253F090
       1            3         1         0          32540214          3253F17C
       2            3         0         0          3253F268                 0
       3            3         0         0          3253F354                 0
       4            3         0         0          3253F440                 0
       5            3         0         0          3253F52C                 0
       6            2         0         0          3253FE64                 0
       7            2         0         0          3253FF50                 0
       8            2         0         0          3253F7F0                 0
KDB(0)>pgbuf 3253F8DC         
xflag........0x0000000C  BUFFER PAGE 
nohomeok.....0x00000000
lid..........0x00000000
flags........0x00000011  METADATA IODONE 
count................0x00000000  cacheClass...........0x00000000
data.........0xD004C000  syncList.nxt.0x00000000  syncList.prv.0x00000000
logx.........0x00000000  ip...........0x32595080  pagerObject..0x325A7000
pageList.nxt.0x00000000  pageList.prv.0x3253FA08  hashList.nxt.0x00000000
hashList.prv.0x31C10460  cacheLst.nxt.0x32540128  cacheLst.prv.0x31A70010
ioListNext...0x32540128  freeList.nxt.0x32540128  freeList.prv.0x31A70010
ioNext.......0x00000000  iobp.........0x3253F884  ioWait.......0xFFFFFFFF
waitList.....0xFFFFFFFF
lsn..........0x0000000000000000  clsn.........0x0000000000000000
xoffset......0x0000000000000000  pxd..........0x000000000000001E
KDB(0)>