Webalizer – a program for reporting and statistics on log files.
Let’s say there is an installed Apache2 web server, for example, as I described in this article – Installing and Configuring the Apache2 Web Server
Vyacheslav Gapon – personal blog, manuals, articles, notes, development
Webalizer – a program for reporting and statistics on log files.
Let’s say there is an installed Apache2 web server, for example, as I described in this article – Installing and Configuring the Apache2 Web Server
To remove statistics from the main page of the phpBB forum, comment out certain lines in the template file of the theme used.
Go to the template folder and open the file index_body.html in a text or html editor.
We find the following lines:
<h3>{L_STATISTICS}</h3> <p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
And comment them out:
<!-- <h3>{L_STATISTICS}</h3> --> <!-- <p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p> -->
After the changes in the files, you must clear the cache through the control panel or manually.
The list of users online, the legend of moderators and administrators, birthdays can be disabled in the control panel of the forum: “Home” -> “Server load“.
The acct utility allows you to see statistics of user activity in the system.
Installation in Ubuntu:
sudo apt-get install acct
Removed in Ubuntu with the following command:
sudo apt-get remove acct
Installation in Fedora:
su -c 'yum install psacct'
Running in Ubuntu:
/etc/init.d/acct start
Running in Fedora:
su -c 'service acct start'
I will list and describe several commands of the acct utility:
ac – statistics on the time spent by users in the system
ac -d (per day)
ac -y (in a year)
ac -p (individual statistics)
ac –version (display version of the utility)
man ac (help on the team)
sa – information about executed commands and running applications
sa -c (statistics in percent)
man sa (help on the command)
lastcomm – last executed commands
sudo accton on/off – on and off collection of information