1{ 2 "timestamp": "2019-08-20T00:03:35", 3 "client_conn": { 4 "value": 216, 5 "flag": "a", 6 "description": "Client connections accepted" 7 }, 8 "client_drop": { 9 "value": 0, 10 "flag": "a", 11 "description": "Connection dropped, no sess/wrk" 12 }, 13 "client_req": { 14 "value": 0, 15 "flag": "a", 16 "description": "Client requests received" 17 }, 18 "cache_hit": { 19 "value": 0, 20 "flag": "a", 21 "description": "Cache hits" 22 }, 23 "cache_hitpass": { 24 "value": 0, 25 "flag": "a", 26 "description": "Cache hits for pass" 27 }, 28 "cache_miss": { 29 "value": 0, 30 "flag": "a", 31 "description": "Cache misses" 32 }, 33 "backend_conn": { 34 "value": 0, 35 "flag": "a", 36 "description": "Backend conn. success" 37 }, 38 "backend_unhealthy": { 39 "value": 0, 40 "flag": "a", 41 "description": "Backend conn. not attempted" 42 }, 43 "backend_busy": { 44 "value": 0, 45 "flag": "a", 46 "description": "Backend conn. too many" 47 }, 48 "backend_fail": { 49 "value": 0, 50 "flag": "a", 51 "description": "Backend conn. failures" 52 }, 53 "backend_reuse": { 54 "value": 0, 55 "flag": "a", 56 "description": "Backend conn. reuses" 57 }, 58 "backend_toolate": { 59 "value": 0, 60 "flag": "a", 61 "description": "Backend conn. was closed" 62 }, 63 "backend_recycle": { 64 "value": 0, 65 "flag": "a", 66 "description": "Backend conn. recycles" 67 }, 68 "backend_retry": { 69 "value": 0, 70 "flag": "a", 71 "description": "Backend conn. retry" 72 }, 73 "fetch_head": { 74 "value": 0, 75 "flag": "a", 76 "description": "Fetch head" 77 }, 78 "fetch_length": { 79 "value": 0, 80 "flag": "a", 81 "description": "Fetch with Length" 82 }, 83 "fetch_chunked": { 84 "value": 0, 85 "flag": "a", 86 "description": "Fetch chunked" 87 }, 88 "fetch_eof": { 89 "value": 0, 90 "flag": "a", 91 "description": "Fetch EOF" 92 }, 93 "fetch_bad": { 94 "value": 0, 95 "flag": "a", 96 "description": "Fetch had bad headers" 97 }, 98 "fetch_close": { 99 "value": 0, 100 "flag": "a", 101 "description": "Fetch wanted close" 102 }, 103 "fetch_oldhttp": { 104 "value": 0, 105 "flag": "a", 106 "description": "Fetch pre HTTP/1.1 closed" 107 }, 108 "fetch_zero": { 109 "value": 0, 110 "flag": "a", 111 "description": "Fetch zero len" 112 }, 113 "fetch_failed": { 114 "value": 0, 115 "flag": "a", 116 "description": "Fetch failed" 117 }, 118 "fetch_1xx": { 119 "value": 0, 120 "flag": "a", 121 "description": "Fetch no body (1xx)" 122 }, 123 "fetch_204": { 124 "value": 0, 125 "flag": "a", 126 "description": "Fetch no body (204)" 127 }, 128 "fetch_304": { 129 "value": 0, 130 "flag": "a", 131 "description": "Fetch no body (304)" 132 }, 133 "n_sess_mem": { 134 "value": 10, 135 "flag": "i", 136 "description": "N struct sess_mem" 137 }, 138 "n_sess": { 139 "value": 0, 140 "flag": "i", 141 "description": "N struct sess" 142 }, 143 "n_object": { 144 "value": 0, 145 "flag": "i", 146 "description": "N struct object" 147 }, 148 "n_vampireobject": { 149 "value": 0, 150 "flag": "i", 151 "description": "N unresurrected objects" 152 }, 153 "n_objectcore": { 154 "value": 0, 155 "flag": "i", 156 "description": "N struct objectcore" 157 }, 158 "n_objecthead": { 159 "value": 0, 160 "flag": "i", 161 "description": "N struct objecthead" 162 }, 163 "n_waitinglist": { 164 "value": 0, 165 "flag": "i", 166 "description": "N struct waitinglist" 167 }, 168 "n_vbc": { 169 "value": 0, 170 "flag": "i", 171 "description": "N struct vbc" 172 }, 173 "n_wrk": { 174 "value": 10, 175 "flag": "i", 176 "description": "N worker threads" 177 }, 178 "n_wrk_create": { 179 "value": 10, 180 "flag": "a", 181 "description": "N worker threads created" 182 }, 183 "n_wrk_failed": { 184 "value": 0, 185 "flag": "a", 186 "description": "N worker threads not created" 187 }, 188 "n_wrk_max": { 189 "value": 0, 190 "flag": "a", 191 "description": "N worker threads limited" 192 }, 193 "n_wrk_lqueue": { 194 "value": 0, 195 "flag": "a", 196 "description": "work request queue length" 197 }, 198 "n_wrk_queued": { 199 "value": 0, 200 "flag": "a", 201 "description": "N queued work requests" 202 }, 203 "n_wrk_drop": { 204 "value": 0, 205 "flag": "a", 206 "description": "N dropped work requests" 207 }, 208 "n_backend": { 209 "value": 1, 210 "flag": "i", 211 "description": "N backends" 212 }, 213 "n_expired": { 214 "value": 0, 215 "flag": "i", 216 "description": "N expired objects" 217 }, 218 "n_lru_nuked": { 219 "value": 0, 220 "flag": "i", 221 "description": "N LRU nuked objects" 222 }, 223 "n_lru_moved": { 224 "value": 0, 225 "flag": "i", 226 "description": "N LRU moved objects" 227 }, 228 "losthdr": { 229 "value": 0, 230 "flag": "a", 231 "description": "HTTP header overflows" 232 }, 233 "n_objsendfile": { 234 "value": 0, 235 "flag": "a", 236 "description": "Objects sent with sendfile" 237 }, 238 "n_objwrite": { 239 "value": 0, 240 "flag": "a", 241 "description": "Objects sent with write" 242 }, 243 "n_objoverflow": { 244 "value": 0, 245 "flag": "a", 246 "description": "Objects overflowing workspace" 247 }, 248 "s_sess": { 249 "value": 216, 250 "flag": "a", 251 "description": "Total Sessions" 252 }, 253 "s_req": { 254 "value": 0, 255 "flag": "a", 256 "description": "Total Requests" 257 }, 258 "s_pipe": { 259 "value": 0, 260 "flag": "a", 261 "description": "Total pipe" 262 }, 263 "s_pass": { 264 "value": 0, 265 "flag": "a", 266 "description": "Total pass" 267 }, 268 "s_fetch": { 269 "value": 0, 270 "flag": "a", 271 "description": "Total fetch" 272 }, 273 "s_hdrbytes": { 274 "value": 0, 275 "flag": "a", 276 "description": "Total header bytes" 277 }, 278 "s_bodybytes": { 279 "value": 0, 280 "flag": "a", 281 "description": "Total body bytes" 282 }, 283 "sess_closed": { 284 "value": 216, 285 "flag": "a", 286 "description": "Session Closed" 287 }, 288 "sess_pipeline": { 289 "value": 0, 290 "flag": "a", 291 "description": "Session Pipeline" 292 }, 293 "sess_readahead": { 294 "value": 0, 295 "flag": "a", 296 "description": "Session Read Ahead" 297 }, 298 "sess_linger": { 299 "value": 0, 300 "flag": "a", 301 "description": "Session Linger" 302 }, 303 "sess_herd": { 304 "value": 0, 305 "flag": "a", 306 "description": "Session herd" 307 }, 308 "shm_records": { 309 "value": 673, 310 "flag": "a", 311 "description": "SHM records" 312 }, 313 "shm_writes": { 314 "value": 673, 315 "flag": "a", 316 "description": "SHM writes" 317 }, 318 "shm_flushes": { 319 "value": 0, 320 "flag": "a", 321 "description": "SHM flushes due to overflow" 322 }, 323 "shm_cont": { 324 "value": 0, 325 "flag": "a", 326 "description": "SHM MTX contention" 327 }, 328 "shm_cycles": { 329 "value": 0, 330 "flag": "a", 331 "description": "SHM cycles through buffer" 332 }, 333 "sms_nreq": { 334 "value": 0, 335 "flag": "a", 336 "description": "SMS allocator requests" 337 }, 338 "sms_nobj": { 339 "value": 0, 340 "flag": "i", 341 "description": "SMS outstanding allocations" 342 }, 343 "sms_nbytes": { 344 "value": 0, 345 "flag": "i", 346 "description": "SMS outstanding bytes" 347 }, 348 "sms_balloc": { 349 "value": 0, 350 "flag": "i", 351 "description": "SMS bytes allocated" 352 }, 353 "sms_bfree": { 354 "value": 0, 355 "flag": "i", 356 "description": "SMS bytes freed" 357 }, 358 "backend_req": { 359 "value": 0, 360 "flag": "a", 361 "description": "Backend requests made" 362 }, 363 "n_vcl": { 364 "value": 1, 365 "flag": "a", 366 "description": "N vcl total" 367 }, 368 "n_vcl_avail": { 369 "value": 1, 370 "flag": "a", 371 "description": "N vcl available" 372 }, 373 "n_vcl_discard": { 374 "value": 0, 375 "flag": "a", 376 "description": "N vcl discarded" 377 }, 378 "n_ban": { 379 "value": 1, 380 "flag": "i", 381 "description": "N total active bans" 382 }, 383 "n_ban_gone": { 384 "value": 1, 385 "flag": "i", 386 "description": "N total gone bans" 387 }, 388 "n_ban_add": { 389 "value": 1, 390 "flag": "a", 391 "description": "N new bans added" 392 }, 393 "n_ban_retire": { 394 "value": 0, 395 "flag": "a", 396 "description": "N old bans deleted" 397 }, 398 "n_ban_obj_test": { 399 "value": 0, 400 "flag": "a", 401 "description": "N objects tested" 402 }, 403 "n_ban_re_test": { 404 "value": 0, 405 "flag": "a", 406 "description": "N regexps tested against" 407 }, 408 "n_ban_dups": { 409 "value": 0, 410 "flag": "a", 411 "description": "N duplicate bans removed" 412 }, 413 "hcb_nolock": { 414 "value": 0, 415 "flag": "a", 416 "description": "HCB Lookups without lock" 417 }, 418 "hcb_lock": { 419 "value": 0, 420 "flag": "a", 421 "description": "HCB Lookups with lock" 422 }, 423 "hcb_insert": { 424 "value": 0, 425 "flag": "a", 426 "description": "HCB Inserts" 427 }, 428 "esi_errors": { 429 "value": 0, 430 "flag": "a", 431 "description": "ESI parse errors (unlock)" 432 }, 433 "esi_warnings": { 434 "value": 0, 435 "flag": "a", 436 "description": "ESI parse warnings (unlock)" 437 }, 438 "accept_fail": { 439 "value": 0, 440 "flag": "a", 441 "description": "Accept failures" 442 }, 443 "client_drop_late": { 444 "value": 0, 445 "flag": "a", 446 "description": "Connection dropped late" 447 }, 448 "uptime": { 449 "value": 561, 450 "flag": "a", 451 "description": "Client uptime" 452 }, 453 "dir_dns_lookups": { 454 "value": 0, 455 "flag": "a", 456 "description": "DNS director lookups" 457 }, 458 "dir_dns_failed": { 459 "value": 0, 460 "flag": "a", 461 "description": "DNS director failed lookups" 462 }, 463 "dir_dns_hit": { 464 "value": 0, 465 "flag": "a", 466 "description": "DNS director cached lookups hit" 467 }, 468 "dir_dns_cache_full": { 469 "value": 0, 470 "flag": "a", 471 "description": "DNS director full dnscache" 472 }, 473 "vmods": { 474 "value": 0, 475 "flag": "i", 476 "description": "Loaded VMODs" 477 }, 478 "n_gzip": { 479 "value": 0, 480 "flag": "a", 481 "description": "Gzip operations" 482 }, 483 "n_gunzip": { 484 "value": 0, 485 "flag": "a", 486 "description": "Gunzip operations" 487 }, 488 "sess_pipe_overflow": { 489 "value": 0, 490 "flag": "c", 491 "description": "Dropped sessions due to session pipe overflow" 492 }, 493 "LCK.sms.creat": { 494 "type": "LCK", 495 "ident": "sms", 496 "value": 1, 497 "flag": "a", 498 "description": "Created locks" 499 }, 500 "LCK.sms.destroy": { 501 "type": "LCK", 502 "ident": "sms", 503 "value": 0, 504 "flag": "a", 505 "description": "Destroyed locks" 506 }, 507 "LCK.sms.locks": { 508 "type": "LCK", 509 "ident": "sms", 510 "value": 0, 511 "flag": "a", 512 "description": "Lock Operations" 513 }, 514 "LCK.sms.colls": { 515 "type": "LCK", 516 "ident": "sms", 517 "value": 0, 518 "flag": "a", 519 "description": "Collisions" 520 }, 521 "LCK.smp.creat": { 522 "type": "LCK", 523 "ident": "smp", 524 "value": 0, 525 "flag": "a", 526 "description": "Created locks" 527 }, 528 "LCK.smp.destroy": { 529 "type": "LCK", 530 "ident": "smp", 531 "value": 0, 532 "flag": "a", 533 "description": "Destroyed locks" 534 }, 535 "LCK.smp.locks": { 536 "type": "LCK", 537 "ident": "smp", 538 "value": 0, 539 "flag": "a", 540 "description": "Lock Operations" 541 }, 542 "LCK.smp.colls": { 543 "type": "LCK", 544 "ident": "smp", 545 "value": 0, 546 "flag": "a", 547 "description": "Collisions" 548 }, 549 "LCK.sma.creat": { 550 "type": "LCK", 551 "ident": "sma", 552 "value": 1, 553 "flag": "a", 554 "description": "Created locks" 555 }, 556 "LCK.sma.destroy": { 557 "type": "LCK", 558 "ident": "sma", 559 "value": 0, 560 "flag": "a", 561 "description": "Destroyed locks" 562 }, 563 "LCK.sma.locks": { 564 "type": "LCK", 565 "ident": "sma", 566 "value": 0, 567 "flag": "a", 568 "description": "Lock Operations" 569 }, 570 "LCK.sma.colls": { 571 "type": "LCK", 572 "ident": "sma", 573 "value": 0, 574 "flag": "a", 575 "description": "Collisions" 576 }, 577 "LCK.smf.creat": { 578 "type": "LCK", 579 "ident": "smf", 580 "value": 1, 581 "flag": "a", 582 "description": "Created locks" 583 }, 584 "LCK.smf.destroy": { 585 "type": "LCK", 586 "ident": "smf", 587 "value": 0, 588 "flag": "a", 589 "description": "Destroyed locks" 590 }, 591 "LCK.smf.locks": { 592 "type": "LCK", 593 "ident": "smf", 594 "value": 1, 595 "flag": "a", 596 "description": "Lock Operations" 597 }, 598 "LCK.smf.colls": { 599 "type": "LCK", 600 "ident": "smf", 601 "value": 0, 602 "flag": "a", 603 "description": "Collisions" 604 }, 605 "LCK.hsl.creat": { 606 "type": "LCK", 607 "ident": "hsl", 608 "value": 0, 609 "flag": "a", 610 "description": "Created locks" 611 }, 612 "LCK.hsl.destroy": { 613 "type": "LCK", 614 "ident": "hsl", 615 "value": 0, 616 "flag": "a", 617 "description": "Destroyed locks" 618 }, 619 "LCK.hsl.locks": { 620 "type": "LCK", 621 "ident": "hsl", 622 "value": 0, 623 "flag": "a", 624 "description": "Lock Operations" 625 }, 626 "LCK.hsl.colls": { 627 "type": "LCK", 628 "ident": "hsl", 629 "value": 0, 630 "flag": "a", 631 "description": "Collisions" 632 }, 633 "LCK.hcb.creat": { 634 "type": "LCK", 635 "ident": "hcb", 636 "value": 1, 637 "flag": "a", 638 "description": "Created locks" 639 }, 640 "LCK.hcb.destroy": { 641 "type": "LCK", 642 "ident": "hcb", 643 "value": 0, 644 "flag": "a", 645 "description": "Destroyed locks" 646 }, 647 "LCK.hcb.locks": { 648 "type": "LCK", 649 "ident": "hcb", 650 "value": 4, 651 "flag": "a", 652 "description": "Lock Operations" 653 }, 654 "LCK.hcb.colls": { 655 "type": "LCK", 656 "ident": "hcb", 657 "value": 0, 658 "flag": "a", 659 "description": "Collisions" 660 }, 661 "LCK.hcl.creat": { 662 "type": "LCK", 663 "ident": "hcl", 664 "value": 0, 665 "flag": "a", 666 "description": "Created locks" 667 }, 668 "LCK.hcl.destroy": { 669 "type": "LCK", 670 "ident": "hcl", 671 "value": 0, 672 "flag": "a", 673 "description": "Destroyed locks" 674 }, 675 "LCK.hcl.locks": { 676 "type": "LCK", 677 "ident": "hcl", 678 "value": 0, 679 "flag": "a", 680 "description": "Lock Operations" 681 }, 682 "LCK.hcl.colls": { 683 "type": "LCK", 684 "ident": "hcl", 685 "value": 0, 686 "flag": "a", 687 "description": "Collisions" 688 }, 689 "LCK.vcl.creat": { 690 "type": "LCK", 691 "ident": "vcl", 692 "value": 1, 693 "flag": "a", 694 "description": "Created locks" 695 }, 696 "LCK.vcl.destroy": { 697 "type": "LCK", 698 "ident": "vcl", 699 "value": 0, 700 "flag": "a", 701 "description": "Destroyed locks" 702 }, 703 "LCK.vcl.locks": { 704 "type": "LCK", 705 "ident": "vcl", 706 "value": 5, 707 "flag": "a", 708 "description": "Lock Operations" 709 }, 710 "LCK.vcl.colls": { 711 "type": "LCK", 712 "ident": "vcl", 713 "value": 0, 714 "flag": "a", 715 "description": "Collisions" 716 }, 717 "LCK.stat.creat": { 718 "type": "LCK", 719 "ident": "stat", 720 "value": 1, 721 "flag": "a", 722 "description": "Created locks" 723 }, 724 "LCK.stat.destroy": { 725 "type": "LCK", 726 "ident": "stat", 727 "value": 0, 728 "flag": "a", 729 "description": "Destroyed locks" 730 }, 731 "LCK.stat.locks": { 732 "type": "LCK", 733 "ident": "stat", 734 "value": 226, 735 "flag": "a", 736 "description": "Lock Operations" 737 }, 738 "LCK.stat.colls": { 739 "type": "LCK", 740 "ident": "stat", 741 "value": 0, 742 "flag": "a", 743 "description": "Collisions" 744 }, 745 "LCK.sessmem.creat": { 746 "type": "LCK", 747 "ident": "sessmem", 748 "value": 1, 749 "flag": "a", 750 "description": "Created locks" 751 }, 752 "LCK.sessmem.destroy": { 753 "type": "LCK", 754 "ident": "sessmem", 755 "value": 0, 756 "flag": "a", 757 "description": "Destroyed locks" 758 }, 759 "LCK.sessmem.locks": { 760 "type": "LCK", 761 "ident": "sessmem", 762 "value": 253, 763 "flag": "a", 764 "description": "Lock Operations" 765 }, 766 "LCK.sessmem.colls": { 767 "type": "LCK", 768 "ident": "sessmem", 769 "value": 0, 770 "flag": "a", 771 "description": "Collisions" 772 }, 773 "LCK.wstat.creat": { 774 "type": "LCK", 775 "ident": "wstat", 776 "value": 1, 777 "flag": "a", 778 "description": "Created locks" 779 }, 780 "LCK.wstat.destroy": { 781 "type": "LCK", 782 "ident": "wstat", 783 "value": 0, 784 "flag": "a", 785 "description": "Destroyed locks" 786 }, 787 "LCK.wstat.locks": { 788 "type": "LCK", 789 "ident": "wstat", 790 "value": 1129, 791 "flag": "a", 792 "description": "Lock Operations" 793 }, 794 "LCK.wstat.colls": { 795 "type": "LCK", 796 "ident": "wstat", 797 "value": 0, 798 "flag": "a", 799 "description": "Collisions" 800 }, 801 "LCK.herder.creat": { 802 "type": "LCK", 803 "ident": "herder", 804 "value": 1, 805 "flag": "a", 806 "description": "Created locks" 807 }, 808 "LCK.herder.destroy": { 809 "type": "LCK", 810 "ident": "herder", 811 "value": 0, 812 "flag": "a", 813 "description": "Destroyed locks" 814 }, 815 "LCK.herder.locks": { 816 "type": "LCK", 817 "ident": "herder", 818 "value": 1, 819 "flag": "a", 820 "description": "Lock Operations" 821 }, 822 "LCK.herder.colls": { 823 "type": "LCK", 824 "ident": "herder", 825 "value": 0, 826 "flag": "a", 827 "description": "Collisions" 828 }, 829 "LCK.wq.creat": { 830 "type": "LCK", 831 "ident": "wq", 832 "value": 2, 833 "flag": "a", 834 "description": "Created locks" 835 }, 836 "LCK.wq.destroy": { 837 "type": "LCK", 838 "ident": "wq", 839 "value": 0, 840 "flag": "a", 841 "description": "Destroyed locks" 842 }, 843 "LCK.wq.locks": { 844 "type": "LCK", 845 "ident": "wq", 846 "value": 1566, 847 "flag": "a", 848 "description": "Lock Operations" 849 }, 850 "LCK.wq.colls": { 851 "type": "LCK", 852 "ident": "wq", 853 "value": 0, 854 "flag": "a", 855 "description": "Collisions" 856 }, 857 "LCK.objhdr.creat": { 858 "type": "LCK", 859 "ident": "objhdr", 860 "value": 0, 861 "flag": "a", 862 "description": "Created locks" 863 }, 864 "LCK.objhdr.destroy": { 865 "type": "LCK", 866 "ident": "objhdr", 867 "value": 0, 868 "flag": "a", 869 "description": "Destroyed locks" 870 }, 871 "LCK.objhdr.locks": { 872 "type": "LCK", 873 "ident": "objhdr", 874 "value": 0, 875 "flag": "a", 876 "description": "Lock Operations" 877 }, 878 "LCK.objhdr.colls": { 879 "type": "LCK", 880 "ident": "objhdr", 881 "value": 0, 882 "flag": "a", 883 "description": "Collisions" 884 }, 885 "LCK.exp.creat": { 886 "type": "LCK", 887 "ident": "exp", 888 "value": 1, 889 "flag": "a", 890 "description": "Created locks" 891 }, 892 "LCK.exp.destroy": { 893 "type": "LCK", 894 "ident": "exp", 895 "value": 0, 896 "flag": "a", 897 "description": "Destroyed locks" 898 }, 899 "LCK.exp.locks": { 900 "type": "LCK", 901 "ident": "exp", 902 "value": 561, 903 "flag": "a", 904 "description": "Lock Operations" 905 }, 906 "LCK.exp.colls": { 907 "type": "LCK", 908 "ident": "exp", 909 "value": 0, 910 "flag": "a", 911 "description": "Collisions" 912 }, 913 "LCK.lru.creat": { 914 "type": "LCK", 915 "ident": "lru", 916 "value": 2, 917 "flag": "a", 918 "description": "Created locks" 919 }, 920 "LCK.lru.destroy": { 921 "type": "LCK", 922 "ident": "lru", 923 "value": 0, 924 "flag": "a", 925 "description": "Destroyed locks" 926 }, 927 "LCK.lru.locks": { 928 "type": "LCK", 929 "ident": "lru", 930 "value": 0, 931 "flag": "a", 932 "description": "Lock Operations" 933 }, 934 "LCK.lru.colls": { 935 "type": "LCK", 936 "ident": "lru", 937 "value": 0, 938 "flag": "a", 939 "description": "Collisions" 940 }, 941 "LCK.cli.creat": { 942 "type": "LCK", 943 "ident": "cli", 944 "value": 1, 945 "flag": "a", 946 "description": "Created locks" 947 }, 948 "LCK.cli.destroy": { 949 "type": "LCK", 950 "ident": "cli", 951 "value": 0, 952 "flag": "a", 953 "description": "Destroyed locks" 954 }, 955 "LCK.cli.locks": { 956 "type": "LCK", 957 "ident": "cli", 958 "value": 18, 959 "flag": "a", 960 "description": "Lock Operations" 961 }, 962 "LCK.cli.colls": { 963 "type": "LCK", 964 "ident": "cli", 965 "value": 0, 966 "flag": "a", 967 "description": "Collisions" 968 }, 969 "LCK.ban.creat": { 970 "type": "LCK", 971 "ident": "ban", 972 "value": 1, 973 "flag": "a", 974 "description": "Created locks" 975 }, 976 "LCK.ban.destroy": { 977 "type": "LCK", 978 "ident": "ban", 979 "value": 0, 980 "flag": "a", 981 "description": "Destroyed locks" 982 }, 983 "LCK.ban.locks": { 984 "type": "LCK", 985 "ident": "ban", 986 "value": 564, 987 "flag": "a", 988 "description": "Lock Operations" 989 }, 990 "LCK.ban.colls": { 991 "type": "LCK", 992 "ident": "ban", 993 "value": 0, 994 "flag": "a", 995 "description": "Collisions" 996 }, 997 "LCK.vbp.creat": { 998 "type": "LCK", 999 "ident": "vbp", 1000 "value": 1, 1001 "flag": "a", 1002 "description": "Created locks" 1003 }, 1004 "LCK.vbp.destroy": { 1005 "type": "LCK", 1006 "ident": "vbp", 1007 "value": 0, 1008 "flag": "a", 1009 "description": "Destroyed locks" 1010 }, 1011 "LCK.vbp.locks": { 1012 "type": "LCK", 1013 "ident": "vbp", 1014 "value": 0, 1015 "flag": "a", 1016 "description": "Lock Operations" 1017 }, 1018 "LCK.vbp.colls": { 1019 "type": "LCK", 1020 "ident": "vbp", 1021 "value": 0, 1022 "flag": "a", 1023 "description": "Collisions" 1024 }, 1025 "LCK.vbe.creat": { 1026 "type": "LCK", 1027 "ident": "vbe", 1028 "value": 1, 1029 "flag": "a", 1030 "description": "Created locks" 1031 }, 1032 "LCK.vbe.destroy": { 1033 "type": "LCK", 1034 "ident": "vbe", 1035 "value": 0, 1036 "flag": "a", 1037 "description": "Destroyed locks" 1038 }, 1039 "LCK.vbe.locks": { 1040 "type": "LCK", 1041 "ident": "vbe", 1042 "value": 0, 1043 "flag": "a", 1044 "description": "Lock Operations" 1045 }, 1046 "LCK.vbe.colls": { 1047 "type": "LCK", 1048 "ident": "vbe", 1049 "value": 0, 1050 "flag": "a", 1051 "description": "Collisions" 1052 }, 1053 "LCK.backend.creat": { 1054 "type": "LCK", 1055 "ident": "backend", 1056 "value": 1, 1057 "flag": "a", 1058 "description": "Created locks" 1059 }, 1060 "LCK.backend.destroy": { 1061 "type": "LCK", 1062 "ident": "backend", 1063 "value": 0, 1064 "flag": "a", 1065 "description": "Destroyed locks" 1066 }, 1067 "LCK.backend.locks": { 1068 "type": "LCK", 1069 "ident": "backend", 1070 "value": 1, 1071 "flag": "a", 1072 "description": "Lock Operations" 1073 }, 1074 "LCK.backend.colls": { 1075 "type": "LCK", 1076 "ident": "backend", 1077 "value": 0, 1078 "flag": "a", 1079 "description": "Collisions" 1080 }, 1081 "SMF.s0.c_req": { 1082 "type": "SMF", 1083 "ident": "s0", 1084 "value": 0, 1085 "flag": "a", 1086 "description": "Allocator requests" 1087 }, 1088 "SMF.s0.c_fail": { 1089 "type": "SMF", 1090 "ident": "s0", 1091 "value": 0, 1092 "flag": "a", 1093 "description": "Allocator failures" 1094 }, 1095 "SMF.s0.c_bytes": { 1096 "type": "SMF", 1097 "ident": "s0", 1098 "value": 0, 1099 "flag": "a", 1100 "description": "Bytes allocated" 1101 }, 1102 "SMF.s0.c_freed": { 1103 "type": "SMF", 1104 "ident": "s0", 1105 "value": 0, 1106 "flag": "a", 1107 "description": "Bytes freed" 1108 }, 1109 "SMF.s0.g_alloc": { 1110 "type": "SMF", 1111 "ident": "s0", 1112 "value": 0, 1113 "flag": "i", 1114 "description": "Allocations outstanding" 1115 }, 1116 "SMF.s0.g_bytes": { 1117 "type": "SMF", 1118 "ident": "s0", 1119 "value": 0, 1120 "flag": "i", 1121 "description": "Bytes outstanding" 1122 }, 1123 "SMF.s0.g_space": { 1124 "type": "SMF", 1125 "ident": "s0", 1126 "value": 2220228608, 1127 "flag": "i", 1128 "description": "Bytes available" 1129 }, 1130 "SMF.s0.g_smf": { 1131 "type": "SMF", 1132 "ident": "s0", 1133 "value": 4, 1134 "flag": "i", 1135 "description": "N struct smf" 1136 }, 1137 "SMF.s0.g_smf_frag": { 1138 "type": "SMF", 1139 "ident": "s0", 1140 "value": 0, 1141 "flag": "i", 1142 "description": "N small free smf" 1143 }, 1144 "SMF.s0.g_smf_large": { 1145 "type": "SMF", 1146 "ident": "s0", 1147 "value": 4, 1148 "flag": "i", 1149 "description": "N large free smf" 1150 }, 1151 "SMA.Transient.c_req": { 1152 "type": "SMA", 1153 "ident": "Transient", 1154 "value": 0, 1155 "flag": "a", 1156 "description": "Allocator requests" 1157 }, 1158 "SMA.Transient.c_fail": { 1159 "type": "SMA", 1160 "ident": "Transient", 1161 "value": 0, 1162 "flag": "a", 1163 "description": "Allocator failures" 1164 }, 1165 "SMA.Transient.c_bytes": { 1166 "type": "SMA", 1167 "ident": "Transient", 1168 "value": 0, 1169 "flag": "a", 1170 "description": "Bytes allocated" 1171 }, 1172 "SMA.Transient.c_freed": { 1173 "type": "SMA", 1174 "ident": "Transient", 1175 "value": 0, 1176 "flag": "a", 1177 "description": "Bytes freed" 1178 }, 1179 "SMA.Transient.g_alloc": { 1180 "type": "SMA", 1181 "ident": "Transient", 1182 "value": 0, 1183 "flag": "i", 1184 "description": "Allocations outstanding" 1185 }, 1186 "SMA.Transient.g_bytes": { 1187 "type": "SMA", 1188 "ident": "Transient", 1189 "value": 0, 1190 "flag": "i", 1191 "description": "Bytes outstanding" 1192 }, 1193 "SMA.Transient.g_space": { 1194 "type": "SMA", 1195 "ident": "Transient", 1196 "value": 0, 1197 "flag": "i", 1198 "description": "Bytes available" 1199 }, 1200 "VBE.default(10.100.225.15,,80).vcls": { 1201 "type": "VBE", 1202 "ident": "default(10.100.225.15,,80)", 1203 "value": 1, 1204 "flag": "i", 1205 "description": "VCL references" 1206 }, 1207 "VBE.default(10.100.225.15,,80).happy": { 1208 "type": "VBE", 1209 "ident": "default(10.100.225.15,,80)", 1210 "value": 0, 1211 "flag": "b", 1212 "description": "Happy health probes" 1213 } 1214}