Changeset 24644 for trunk/Nebulous/bin
- Timestamp:
- Jul 2, 2009, 2:18:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-stat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-stat
r24348 r24644 46 46 no warnings qw(uninitialized); 47 47 print 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", 55 56 "instance location:\n", " " x 4, 56 57 join("\n" . " " x 4, @$instances), "\n";
Note:
See TracChangeset
for help on using the changeset viewer.
