NAME

uppers - gives system load averages forever

SYNOPSIS

  uppers [options]

DESCRIPTION

uppers perpetually give some system statistics, sleeping briefly between each report. By default, only the system load averages (as reported by uptime) will be printed. If the -verbose output is given, the full uptime output will be printed.

This script is making use of the uptime command; it can easily be replaced by entering commands directly in a shell. However, uppers provides a fast short-cut to this functionality since it is more quickly invoked than typing in the shell commands each time it is wanted.

OPTIONS

uppers takes the following options:

AUTHOR

Wayne Morrison, wayne@waynemorrison.com

LICENSE

Copyright 2015 Wayne Morrison

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.

SEE ALSO

uptime(1)