pure-mrtginfo.8.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .\"
  2. .\" Written by Arnt Gulbrandsen <agulbra@troll.no> and copyright 1995-1999
  3. .\" Troll Tech AS, Waldemar Thranes gate 98B, N-0175 Oslo, Norway, fax +47
  4. .\" 22806380.
  5. .\" Pure-FTPd (C)opyleft 2001-2019 Frank Denis.
  6. .\"
  7. .\" Use, modification and distribution is allowed without limitation,
  8. .\" warranty, or liability of any kind.
  9. .\"
  10. .\"
  11. .TH "pure-mrtginfo" "8" "@VERSION@" "Frank Denis" "Pure-FTPd"
  12. .SH "NAME"
  13. pure-mrtginfo \- provide an MRTG\-graphable user count for ftpd
  14. .SH "SYNOPSIS"
  15. \fBpure-mrtginfo [server port]\fR
  16. .SH "DESCRIPTION"
  17. .B Pure-Mrtginfo
  18. counts the number of clients currently connected to
  19. .BR ftpd (8)
  20. and output the format in a format graphable by MRTG.
  21. .SH "OPTIONS"
  22. \fBserver port\fR: defaults to 21.
  23. .SH "FILES"
  24. .TP
  25. .I /proc/net/tcp
  26. is used to count the connectiont to port 21.
  27. .TP
  28. .I /proc/sys/kernel/hostname
  29. is used to get the fully qualified hostname.
  30. .TP
  31. .I /proc/uptime
  32. is used to get the uptime.
  33. .SH "MRTG"
  34. MRTG is a really nice package for graphing router traffic. Mrtg can
  35. also graph other information is available via SNMP or by running a
  36. program such as
  37. .BR pure-mrtginfo .
  38. The author of this program uses it to graph CPU load, /var usage etc.,
  39. and naturally the number of users connected to his FTP servers. See
  40. .nf
  41. http://oss.oetiker.ch/mrtg/
  42. .fi
  43. for more information about MRTG.
  44. .SH "BUGS"
  45. This program only works on GNU/Linux systems yet.
  46. .SH "HOME PAGE"
  47. http://www.pureftpd.org/
  48. .SH "AUTHOR AND LICENSE"
  49. Written by Arnt Gulbrandsen <agulbra@troll.no> and copyright 1995\-2002
  50. Troll Tech AS, Waldemar Thranes gate 98B, N\-0175 Oslo, Norway, fax +47
  51. 22806380.
  52. .PP
  53. Pure\-FTPd (C)opyleft 2001\-2019 by Frank DENIS <j at pureftpd dot org>.
  54. .PP
  55. Use, modification and distribution is allowed without limitation,
  56. warranty, or liability of any kind.
  57. .SH "SEE ALSO"
  58. .BR "ftp(1)" ,
  59. .BR "pure-ftpd(8)"
  60. .BR "pure-ftpwho(8)"
  61. .BR "pure-mrtginfo(8)"
  62. .BR "pure-uploadscript(8)"
  63. .BR "pure-statsdecode(8)"
  64. .BR "pure-pw(8)"
  65. .BR "pure-quotacheck(8)"
  66. .BR "pure-authd(8)"
  67. .BR "pure-certd(8)"
  68. .BR "RFC 959" ,
  69. .BR "RFC 2228",
  70. .BR "RFC 2389" " and"
  71. .BR "RFC 2428" .