Changeset 20132
- Timestamp:
- Oct 13, 2008, 4:13:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-swap (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-swap
r20131 r20132 3 3 # Copyright (C) 2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-swap,v 1. 1 2008-10-14 01:55:41jhoblitt Exp $5 # $Id: neb-swap,v 1.2 2008-10-14 02:13:33 jhoblitt Exp $ 6 6 7 7 use strict; … … 87 87 =back 88 88 89 =head1 EXAMPLE USAGE 90 91 $ neb-stat jhoblitt/foo 92 object id: 843581 93 key: jhoblitt/foo 94 read lock: 0 95 write lock: 96 epoch: 2008-05-28 15:37:08 97 mtime: 0000-00-00 00:00:00 98 n instances: 6 99 instance location: 100 file:///data/ipp013.0/nebulous/61/cd/843295.jhoblitt:foo 101 file:///data/ipp019.0/nebulous/61/cd/2516498.jhoblitt:foo 102 file:///data/ipp021.0/nebulous/61/cd/2516499.jhoblitt:foo 103 file:///data/ipp009.0/nebulous/61/cd/2516500.jhoblitt:foo 104 file:///data/ipp005.0/nebulous/61/cd/2516501.jhoblitt:foo 105 file:///data/ipp020.0/nebulous/61/cd/6907875.jhoblitt:foo 106 $ neb-stat jhoblitt/bar 107 object id: 6556951 108 key: jhoblitt/bar 109 read lock: 0 110 write lock: 111 epoch: 2008-10-13 16:01:41 112 mtime: 0000-00-00 00:00:00 113 n instances: 1 114 instance location: 115 file:///data/ipp028.0/nebulous/45/ce/9596298.jhoblitt:bar 116 $ neb-replicate jhoblitt/bar 117 $ neb-swap jhoblitt/foo jhoblitt/bar 118 $ neb-stat jhoblitt/foo object id: 6556951 119 key: jhoblitt/foo 120 read lock: 0 121 write lock: 122 epoch: 2008-10-13 16:01:41 123 mtime: 0000-00-00 00:00:00 124 n instances: 2 125 instance location: 126 file:///data/ipp028.0/nebulous/45/ce/9596298.jhoblitt:bar 127 file:///data/ipp033.0/nebulous/45/ce/9597000.jhoblitt:bar 128 $ neb-stat jhoblitt/barobject id: 843581 129 key: jhoblitt/bar 130 read lock: 0 131 write lock: 132 epoch: 2008-05-28 15:37:08 133 mtime: 0000-00-00 00:00:00 134 n instances: 6 135 instance location: 136 file:///data/ipp013.0/nebulous/61/cd/843295.jhoblitt:foo 137 file:///data/ipp019.0/nebulous/61/cd/2516498.jhoblitt:foo 138 file:///data/ipp021.0/nebulous/61/cd/2516499.jhoblitt:foo 139 file:///data/ipp009.0/nebulous/61/cd/2516500.jhoblitt:foo 140 file:///data/ipp005.0/nebulous/61/cd/2516501.jhoblitt:foo 141 file:///data/ipp020.0/nebulous/61/cd/6907875.jhoblitt:foo 142 89 143 =head1 CREDITS 90 144
Note:
See TracChangeset
for help on using the changeset viewer.
