代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/232412/14195596
sh migrategroup.sh
#!/bin/bash
MIGGROUP=$1
NODEID=$2
PROCESSES=`ls /proc | grep [0-9]`
function usage() {
echo "Usage: miggroup [process-group] [node-ID]"
echo
exit -1
}
if [ $# != 2 ]; then
usage
fi
echo $MIGG
www.eeworm.com/read/232412/14195609
sh joingroup.sh
#!/bin/bash
ARGS=$@
function usage() {
echo "Usage: joingroup [process-ID] ...... [process-group]"
echo
exit -1
}
if (($# < 2)); then
usage
fi
for CHECK in $ARGS; do
echo $CHECK | grep [0-9
www.eeworm.com/read/232412/14195612
sh resetgroup.sh
#!/bin/bash
MIGGROUP=$1
PROCESSES=`ls /proc | grep [0-9]`
function usage() {
echo "Usage: resetgroup [process-group]"
echo
exit -1
}
if [ $# != 1 ]; then
usage
fi
echo $MIGGROUP | grep [0-9]
www.eeworm.com/read/232412/14195617
sh cpujob.sh
#!/bin/sh -
## tells load balancer this given job is CPU intensive
## Copyright (c) 2000, Amnon BARAK (amnon@cs.huji.ac.il). All rights reserved.
##
## Permission to use, copy and distribute this so
www.eeworm.com/read/232412/14195621
sh iojob.sh
#!/bin/sh -
## Tells load balancer this given pid is I/O intensive
## Copyright (c) 2000, Amnon BARAK (amnon@cs.huji.ac.il). All rights reserved.
##
## Permission to use, copy and distribute this sof
www.eeworm.com/read/232412/14195623
sh nodecay.sh
#!/bin/sh -
## prevents decaying for a given process
## Copyright (c) 2000, Amnon BARAK (amnon@cs.huji.ac.il). All rights reserved.
##
## Permission to use, copy and distribute this software is here
www.eeworm.com/read/232412/14195631
sh slowdecay.sh
#!/bin/sh -
##
## Copyright (c) 2000, Amnon BARAK (amnon@cs.huji.ac.il). All rights reserved.
##
## Permission to use, copy and distribute this software is hereby granted
## under the terms of versi
www.eeworm.com/read/232412/14195636
sh fastdecay.sh
#!/bin/sh -
##
## Copyright (c) 2000, Amnon BARAK (amnon@cs.huji.ac.il). All rights reserved.
##
## Permission to use, copy and distribute this software is hereby granted
## under the terms of versi
www.eeworm.com/read/232412/14195642
c mosrun.c
/*
* Copyright (c) 2000, Amnon BARAK (amnon@cs.huji.ac.il). All rights reserved.
*
* OpenMosix $Id: mosrun.c,v 1.7 2003/02/26 15:08:24 marhoy Exp $
*
* Permission to use, copy and distribute this
www.eeworm.com/read/129847/14222457
readme
Read blast.h for purpose and usage.
Mark Adler
madler@alumni.caltech.edu