guzzle.html 676 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>guzzle</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>guzzle</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. guzzle - waste cpu
  9. <h3>Synopsis</h3>
  10. /testbin/guzzle [<em>character</em>]
  11. <h3>Description</h3>
  12. guzzle burns cpu and periodically prints a character. The default
  13. character is a plus sign (+). It differs from <A HREF=hog.html>hog</A>
  14. chiefly in the printing and in that it runs longer.
  15. <h3>Requirements</h3>
  16. guzzle uses the following system calls:
  17. <ul>
  18. <li> <A HREF=../syscall/write.html>write</A>
  19. <li> <A HREF=../syscall/_exit.html>_exit</A>
  20. </ul>
  21. It is only likely to be useful for testing the scheduler.
  22. </body>
  23. </html>