1NUTOP(8)                                                              NUTOP(8)
2
3
4

NAME

6       nutop - display top NUFW Users
7

SYNOPSIS

9       nutop [ -help ] [ -c config file ] [ -delay refresh delay (seconds) ] [
10       -line number of lines to display ] [  -databasetype   mysql/pgsql  ]  [
11       -host  db  host  ]  [  -user  db  username  ]  [  -pass db password ] [
12       -databasename db database name ] [ -tablename db table  ]  [  -port  db
13       port ]
14
15

DESCRIPTION

17       This manual page documents the nutop command.
18
19       Nutop is to be used by administrators willing to view users activity on
20       a NuFW server, in real time. The display is designed to look a lot like
21       the well known top command, as far as general layout is concerned.
22
23       The  default configuration file (containing SQL connections parameters)
24       is located at /etc/nufw/nutop.conf. If decided to customize it to their
25       needs,  care should be taken about file permissions on that file, as it
26       might let any user of the system access to the NuFW connection tracking
27       database.
28
29       Original  packaging  and  informations  and  help  can  be  found  from
30       http://www.nufw.org/
31

OPTIONS

33       -help  Issues usage details and exits.
34
35       -c config file
36              Specifies config file to read SQL parameters  from.  Default  is
37              /etc/nufw/nutop.conf
38
39       -delay number
40              Specifies  a  rate  to refresh display. This parameter is inter‐
41              peted as a number of seconds. Default is 2s.
42
43       -line number
44              Number of lines to display. Default : 20
45
46       -databasetype mysql/pgsql
47              Type of database to connect to. Default is mysql.  This  setting
48              also sets the default port setting.
49
50       -host hostname/IP
51              IP  address  or FQDN of database we connect to.  Default value :
52              127.0.0.1
53
54       -user username
55              Database username to connect as. Default is "nutop"
56
57       -pass password
58              Password to use to connect to database.
59
60       -databasename name of database
61              Name of database we connect to. Default is "nulog"
62
63       -tablename name of table
64              Name of SQL table to use for queries. Default is "ulog"
65
66       -port TCP port
67              TCP numeric port to use for database connection. Default is 3306
68              if databasetype is mysql, 5432 if pgsql.
69

SEE ALSO

71       nuauth(8), nufw(8)
72

AUTHOR

74       Nufw  was designed and coded by Eric Leblond, aka Regit (<eric@inl.fr>)
75       , and Vincent Deffontaines,  aka  gryzor  (<vincent@inl.fr>).  Original
76       idea in 2001, while working on NSM Ldap support.
77
78       This manual page was written by Vincent Deffontaines
79
80       Permission  is  granted to copy, distribute and/or modify this document
81       under the terms of the GNU Free Documentation  License,  Version  2  as
82       published  by the Free Software Foundation; with no Invariant Sections,
83       no Front-Cover Texts and no Back-Cover Texts.
84
85
86
87                                 18 mars 2007                         NUTOP(8)
Impressum