ttyload -- "graphical" tracking of UNIX load average in a terminal ("tty")
Go to file
lindes edf99662b0 preparing to release as 0.4.2 2001-08-23 00:53:33 +00:00
arch use fclose() if you're going to use fopen() -- though perhaps 2001-05-21 15:34:17 +00:00
.cvsignore first pass at a load-generating program. works, but needs to be 2001-08-08 20:55:47 +00:00
BUGS info about this thing, and its status. 2001-02-24 10:55:57 +00:00
LICENSE no warranty 2001-08-21 21:32:15 +00:00
Makefile hmm, archbuild isn't removable; loader shouldn't normally be built. 2001-08-23 00:50:03 +00:00
README various changes, to make aodhan happy, plus generally be better, etc. 2001-08-23 00:51:49 +00:00
TODO info about this thing, and its status. 2001-02-24 10:55:57 +00:00
Version preparing to release as 0.4.2 2001-08-23 00:53:33 +00:00
exportit changes to make things a) be more understandable when people 2001-08-21 19:33:37 +00:00
loader.c added comment header 2001-08-23 00:52:13 +00:00
ttyload.c added -h, -v options; minor bug fixes 2001-08-23 00:52:44 +00:00
ttyload.h ugh, stuff still isn't happy on vax... but I think that may just 2000-05-20 01:31:30 +00:00

README

****************
* INTRODUCTION *
****************

Hi there,

This is ttyload.  It was originally inspired several years ago
when I (David Lindes, the original author) found myself with a
desire to track load averages over time on a UNIX(ish) machine
that I didn't have a way to run xload on (or any X application
actually -- it didn't have the libraries installed, and it was
not a reasonable choice to change that for that machine)...  I
figured this concept might come in handy in a variety of other
situations, such as when logged in on a non-graphical console,
or logging in remotely without an ability to forward X, etc...

So, I wrote it.  Now, when I originally wrote it, I was pretty
inexperienced, so, while I new about curses, and that it would
be nice to have this utility written with it, I didn't feel up
to figuring it out and making that go, so I just used the fact
that I happened to know a few ANSI escape sequences, and faked
it as best I could at that time.  Since then, I've found that,
indeed, this functionality does have times when it's useful...
And I know of no other utilities that perform quite this task.

For a while, I only needed it on one platform, and so I simply
recompiled it from time to time as I moved from one machine to
another.  But eventually I stopped having such a heterogeneous
environment, and wanted it for other platforms.  But different
platforms required different methods of getting data about the
load averages...  For a while, I didn't feel quite enough of a
desire to have it elsewhere to make it work.  But eventually I
was convinced, through both my own desire and some urging from
my friend Vern, to dust off the code and make it work again...

So that's what I did.  In doing so, I tried to make any purely
new code be written in ways that would allow easy expansion of
things onto new platforms, and generally to do things cleanly.
But at the same time, the only feature I wanted to add was the
ability to run it elsewhere, so, as it happens, there is still
quite a bit of a primitive flavor to this program.  But it did
manage to get built on Linux, and so now I'm preparing to make
it available to the world.  Use it wisely (i.e. not in any way
other than something appropriate for "beta" (or maybe "alpha")
quality code, and assuming no guarantees whatsoever, etc.)  It
is expected, also, that it will eventually run on a variety of
other platforms than just Linux, but for now, despite existing
files that might indicate otherwise, that's it.  Feel free, if
you like, to submit patches to change that, though; you do not
have to wait for me to port it -- I expect that I will, but it
may not be for a while.  :-)  FWIW, Solaris and IRIX are next.


For info on how to provide whatever feedback, or to get future
versions as they become available, point your browser towards:

	http://www.daveltd.com/src/util/ttyload/

Thanks,

	David Lindes

****************
* INSTALLATION *
****************

to build ttyload, in theory all you need to is type 'make'.  If
you want to also install it, 'make install' should do the trick,
which will gently (i.e. with cp -i) copy it to /usr/local/bin
(or another directory if you edit the INSTALLDIR setting in the
Makefile or do 'make install INSTALLDIR=whatever').

****************
* RUN-TIME FOO *
****************

After building, you can run ttyload with './ttyload' (or just
'ttyload' if either '.' is in your $PATH, or you did the make
install into a directory that is), which will start up ttyload.
What you see is basically a screen with three graphs on it.  One
is for the 1-minute load average, one for the 5min, and one for
the 15min.  Assuming you have color support, these will be red,
green, and blue, respectively, and if they overlap, RGB addition
will be done on them...  Red + Green == Yellow, etc.  See the
Legend in the lower-left hand corner for the cheat-sheet.
(Note: all my color naming is assuming your terminal is
"reasonably standard" -- and no, I don't know exactly what
"reasonably standard" means, so don't ask.  ;-)

To exit, type <ctrl-C> (hold down the "control" or "ctrl" key,
and then simultaneously press the "c" key), or whatever you have
'stty intr' set to.  If and when I have a curses mode,
presumably 'q' and/or '<esc>' will work too.

****************
* OTHER THINGS *
****************

- ttyload -h gives you usage info.
- the 'loader' program is generally something you don't want to run.
  In case you're curious, it's a "load bomb" which is specifically
  designed to increase your load average, but in a relatively limited
  way.  This was done so that testing and screen shots and whatnot would
  be easier, and I don't expect folks to run it normally, but I figured
  I'd provide it anyway, just in case you're having a "Spinal Tap"
  moment or something.  ;-)
- there's a todo list on the web page, if you're thinking of a feature
  you want to see added, check there first before requesting it.
- Please see the LICENSE file for information on what you're allowed to
  do with ttyload, etc.  It's not under the GPL or some other license
  because I'm not entirely happy with most of those licenses.  I
  eventually hope to put it under the GratuityWare Public License
  (GWPL, see http://www.gratuityware.org/), but that doesn't exist yet,
  because I haven't written it yet, so, that's yet to come.
- Despite the lack of existence as yet of the GWPL, I do consider
  ttyload to be GratuityWare.  This means that there will never be a
  required fee for using it, but donations are encouraged.  See the web
  site (listed above at the end of the INTRODUCTION section) for a link
  that will allow you to do that.  Or send me e-mail if you don't want
  to use the available method(s), but do want to contribute, and we can
  work something out.
- Send any other feedback (comments, requests, bug reports, etc.) to me
  at <src/ttyload@daveltd.com> (yes, '/' is valid in an e-mail address!
  If your mailer can't hack it, though, you can substitute '-' for it,
  if you must).