I've
installed the cygwin tools on all my windows boxes. Cygwin is a port to windows
of common Unix tools . The great thing about this is I ssh into a command
prompt on my windows box and use the excellent tools supplied to check
logs
Examples of some of the tools
tail
-n 100 post.log - show the last 100 lines of the log
grep
"Connect to" POST20020520.log - see all the server iMS connected to
This
are VERY simple examples, you can also string several command together
e.g. :
grep
"Connect to" POST20020520.log | uniq | sort - see all the unique server
iMS connected to in alphabetical order .
You can also create scripts which combine several
things together
There is a learn curve, but it's worth it. Grab a copy
of "Linux In a Nutshell " for all the tools.
Justin
-----Original Message-----
From: Jose Gosende [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 2:52 PM
To: inFusion Support List
Subject: [iMS] large log filesWhat do you guys use to read large log files?For example, one of my POST log files is about 45MB'sand Notepad crashes when it tries to open it. Just curious..
This list server is Powered by iMS
"The Swiss Army Knife of Mail Servers"
To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
- RE: [iMS] HTML Message --> Text Message Marc Lichtenfeld
- RE: [iMS] HTML Message --> Text Message William Vernon
- [iMS] large log files Jose Gosende
- Re: [iMS] large log files Howie Hamlin
- RE: [iMS] large log files Jose Gosende
- RE: [iMS] HTML Message --> Text Message Justin MacCarthy
- RE: [iMS] HTML Message --> Text Message Marc Lichtenfeld
Reply via email to
