IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24644 for trunk/Nebulous/bin


Ignore:
Timestamp:
Jul 2, 2009, 2:18:56 PM (17 years ago)
Author:
jhoblitt
Message:

add ->stat() total instances field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-stat

    r24348 r24644  
    4646no warnings qw(uninitialized);
    4747print
    48     "object id:     ", @$stat[0], "\n",
    49     "key:           ", @$stat[1], "\n",
    50     "read lock:     ", @$stat[2], "\n",
    51     "write lock:    ", @$stat[3], "\n",
    52     "epoch:         ", @$stat[4], "\n",
    53     "mtime:         ", @$stat[5], "\n",
    54     "n instances:   ", @$stat[6], "\n",
     48    "object id:             ", @$stat[0], "\n",
     49    "key:                   ", @$stat[1], "\n",
     50    "read lock:             ", @$stat[2], "\n",
     51    "write lock:            ", @$stat[3], "\n",
     52    "epoch:                 ", @$stat[4], "\n",
     53    "mtime:                 ", @$stat[5], "\n",
     54    "available instances:   ", @$stat[6], "\n",
     55    "total instances:       ", @$stat[7], "\n",
    5556    "instance location:\n", " " x 4,
    5657    join("\n" . " " x 4, @$instances), "\n";
Note: See TracChangeset for help on using the changeset viewer.