bbana is a menu-driven interface based on PerlMenu for analysing the information collected in the Big Brother database. It allows for several possible options in studying the data available but is by no means exhaustive. It is only an example of what can be written to examine the data collected by bbd. As Big Brother is built using a client-server model, bbana can be run on any machine subject to certain system requirements. bbana needs to be told to which machine it needs to connect and on which port it should attempt to connect to bbrd (i.e. on which port for the machine in question is its bbrd listening). Each of these pieces of information can be specified via command line options when the program is started.
You are initially presented with the following menu:
Each of these choices has a sub-menu with additional choices for narrowing the focus of the analysis. We'll look at a specific example as all other choices follow the same pattern.
Suppose we wished to study the number of times a given command was run each hour for a series of dates. The choice of analysis always begins with the top level menu:
We are then presented with the following sub-menu:
![]() |
From this menu we choose option 1 |
We are then presented with a menu which is the same no matter set of data we have chosen to study in the previous menus:
|
Clicking on a given menu item in the picture (or on one of the links below) will give you a more detailed description of what the choice will do. |
| Generate Output | Fields to Output | Type of Output | Type of Sort |
| Range of Dates | New host and/or port | Set amount of Output |
| Search for a string | New log file | Peruse log file |
| New graph file | Display graph file |
| Show current global parameter settings | Restore global defaults |
Most of these menu options allow you to set parameters which will control the output produced by bbana. Some of the parameters are global, in the sense that they apply to all of the analyses you may conduct in bbana. Other parameters you may set depend on the type of analysis you are conducting.
bbana takes the following command line options ( all of which can be set within the program and all of which have defaults )
-d mmddyy-mmddyy specifies the range of days for which you wish data
-g graphfile specifies the name of the file to which graphical data should be written
-h prints a short help paragraph describing bbana and its options
-l logfile specifies the name of the file to which ASCII data should be written
-n nnnnnn specifies the number of lines to print/points to graph
-s string specifies a string on which you wish to search
-r host specifies the remote host to which you wish to connect and retrieve data (a host on which bbrd is running). The default is the local host.
-p port_number specifies the port number on host on which bbrd is listening for connections.
-t [t,g,tg,gt] specifies the type of output data you wish (g=graphical, t=text, gt or tg=text and graphical)