wmsupermon.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .. RST source for wmsupermon(1) man page. Convert with:
  2. .. rst2man.py wmsupermon.rst > wmsupermon.1
  3. .. |version| replace:: 1.2.2
  4. .. |date| date::
  5. ==========
  6. wmsupermon
  7. ==========
  8. --------------------------------------------
  9. universal monitoring dockapp for WindowMaker
  10. --------------------------------------------
  11. :Manual section: 1
  12. :Manual group: SlackBuilds.org
  13. :Date: |date|
  14. :Version: |version|
  15. SYNOPSIS
  16. ========
  17. wmsupermon [**-d|display** *display*] [**-c|--config** *file*]
  18. wmsupermon [**-h|--help**]
  19. wmsupermon [**-v|--version**]
  20. DESCRIPTION
  21. ===========
  22. **wmsupermon** is a WindowMaker dockapp that can be used to monitor
  23. CPU usage, frequency, and temperature; disk I/O; memory, swap, and
  24. filesystem usage; network traffic (local or to/from your router);
  25. wireless link quality; battery status; and anything else you can think
  26. of that has a numeric value.
  27. The dockapp is configured via the config file (*~/.wmsupermonrc*
  28. by default), which specifies what to monitor and how to present the
  29. results.
  30. See /usr/doc/wmsupermon-|version|/README for the syntax of the config
  31. file. In the same directory are some example configs.
  32. OPTIONS
  33. =======
  34. -d, --display *display*
  35. Display to use (default: *DISPLAY* in environment).
  36. -c, --config *file*
  37. Path to config file (default: *~/.wmsupermonrc*). Useful if you want
  38. to run multiple instances that show different data.
  39. -h, --help
  40. Shows help text and exits.
  41. -v, --version
  42. Shows program version and exits.
  43. COPYRIGHT
  44. =========
  45. See the file /usr/doc/wmsupermon-|version|/COPYING for license information.
  46. AUTHORS
  47. =======
  48. wmsupermon was written by Sergei Golubchik.
  49. This man page written for the SlackBuilds.org project
  50. by B. Watson, and is licensed under the WTFPL.
  51. SEE ALSO
  52. ========
  53. **WindowMaker**\(1), **wmmon**\(1), **wmnet**\(1)
  54. http://dockapps.net, for a large collection of other dockapps.