File: control

package info (click to toggle)
dsh 0.25.10-1.3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,036 kB
  • ctags: 110
  • sloc: sh: 9,664; ansic: 1,102; makefile: 145
file content (25 lines) | stat: -rw-r--r-- 844 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: dsh
Section: net
Priority: optional
Maintainer: Junichi Uekawa <dancer@debian.org>
Build-Depends: debhelper (>= 9), libdshconfig1-dev (>= 0.20.11-1), po4a, autotools-dev
Standards-Version: 3.7.2

Package: dsh
Architecture: any
Depends: ${shlibs:Depends}
Suggests: update-cluster
Description: dancer's shell, or distributed shell
 Executes specified command on a group of computers using remote shell
 methods such as rsh or ssh. 
 .
 dsh can parallelise job submission using several algorithms, such as using 
 fan-out method or opening as much connections as possible, or 
 using a window of connections at one time.
 It also supports "interactive mode" for interactive maintenance of 
 remote hosts.
 .
 This tool is handy for administration of PC clusters, and multiple hosts.
 .
 http://www.netfort.gr.jp/~dancer/software/dsh.html