6a9d5f921d
Change-Id: Id68231ced070b27d1f7fb5a230d345694632e7dd
70 lines
1.8 KiB
Groff
70 lines
1.8 KiB
Groff
.\"
|
|
.\" Author: Joao Marcelo Martins <marcelo.martins@rackspace.com> or <btorch@gmail.com>
|
|
.\" Copyright (c) 2012 OpenStack, LLC.
|
|
.\"
|
|
.\" Licensed under the Apache License, Version 2.0 (the "License");
|
|
.\" you may not use this file except in compliance with the License.
|
|
.\" You may obtain a copy of the License at
|
|
.\"
|
|
.\" http://www.apache.org/licenses/LICENSE-2.0
|
|
.\"
|
|
.\" Unless required by applicable law or agreed to in writing, software
|
|
.\" distributed under the License is distributed on an "AS IS" BASIS,
|
|
.\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
.\" implied.
|
|
.\" See the License for the specific language governing permissions and
|
|
.\" limitations under the License.
|
|
.\"
|
|
.TH swift-orphans 1 "3/15/2012" "Linux" "OpenStack Swift"
|
|
|
|
.SH NAME
|
|
.LP
|
|
.B swift-orphans
|
|
\- Openstack-swift orphans tool
|
|
|
|
.SH SYNOPSIS
|
|
.LP
|
|
.B swift-orphans
|
|
[-h|--help] [-a|--age] [-k|--kill] [-w|--wide]
|
|
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Lists and optionally kills orphaned Swift processes. This is done by scanning
|
|
/var/run/swift for .pid files and listing any processes that look like Swift
|
|
processes but aren't associated with the pids in those .pid files. Any Swift
|
|
processes running with the 'once' parameter are ignored, as those are usually
|
|
for full-speed audit scans and such.
|
|
|
|
Example (sends SIGTERM to all orphaned Swift processes older than two hours):
|
|
swift-orphans -a 2 -k TERM
|
|
|
|
The options are as follows:
|
|
|
|
.RS 4
|
|
.PD 0
|
|
.IP "-a HOURS"
|
|
.IP "--age=HOURS"
|
|
.RS 4
|
|
.IP "Look for processes at least HOURS old; default: 24"
|
|
.RE
|
|
.IP "-k SIGNAL"
|
|
.IP "--kill=SIGNAL"
|
|
.RS 4
|
|
.IP "Send SIGNAL to matched processes; default: just list process information"
|
|
.RE
|
|
.IP "-w"
|
|
.IP "--wide"
|
|
.RS 4
|
|
.IP "Don't clip the listing at 80 characters"
|
|
.RE
|
|
.PD
|
|
.RE
|
|
|
|
|
|
.SH DOCUMENTATION
|
|
.LP
|
|
More documentation about Openstack-Swift can be found at
|
|
.BI http://swift.openstack.org/index.html
|
|
|