Date: Fri, 23 Oct 1998 11:45:24 +0200 From: Johann Visagie <wjv@cityip.co.za> To: Jerry Preeper <preeper@cts.com>, freebsd-questions@FreeBSD.ORG Subject: Re: looking for user / server admin scripts Message-ID: <19981023114524.D21119@cityip.co.za> In-Reply-To: <3.0.5.32.19981022141543.008aa430@crash.cts.com>; from Jerry Preeper on Thu, Oct 22, 1998 at 02:15:43PM -0700 References: <3.0.5.32.19981022141543.008aa430@crash.cts.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 22 Oct 1998 at 14:15 SAT, Jerry Preeper wrote: > > I was wondering if anyone has seen a good group of user admin scripts. I'm > looking for things that will give me: > > - a list of all files on the server over a certain size that I specify to > watch for large junk files accumulating that can be deleted. should show > the full path for the file and it's size. See the man page for find(1). > - a list of the most recent file date belonging to each user, using > something like the password file for the list of users and their chrooted [ snip ] Again, use find(1). > - a load testing program to see what the web server is capable of handling > before it gets bogged down based upon current configuration. Assuming here you're using Apache, the server-status module would be a good place to start. I have seen a little app somewhere which blasts requests at your server, but the value of such tests would be questionable. > - a script that would insert today's date at a predeterming place on a web > page each night at midnight, rather that using the ssi that get's executed > thousands of times every day. A tiny little shell (or Perl, if you must) script executed from a cron job will do that. -- V Johann Visagie | wjv@CityIP.co.za | Tel: +27 21 419-7878 | ICQ: 20645559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981023114524.D21119>