Sponsored Content
Top Forums Shell Programming and Scripting Grep yesterday logs from weblogic logs Post 302254285 by harish.parker on Tuesday 4th of November 2008 05:13:28 AM
Old 11-04-2008
Grep yesterday logs from weblogic logs

Hi,

I am trying to write a script which would go search and get the info from the logs based on yesterday timestamp and write yesterday logs in new file. The log file format is as follows:
""""""""""""""""""""""""""
ontent&paf_ps=_st_800005%3Dnormal%26_ac_800005%3Dac%26_pid%3D800005%26_md_800005%3Dview&prefixBoUrl=/WinVision/action/readMessageFromSearch.do&expanded-path=messages&idMessage=2740"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342478 /atosorigin/api12portlet/API12ProxyProvider url found : /WinVision/webvision-views/images/star.gif"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342479 /atosorigin/api12portlet/API12ProxyProvider url Ignored
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342479 /atosorigin/api12portlet/API12ProxyProvider url found : /WinVision/webvision-views/images/star.gif"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342479 /atosorigin/api12portlet/API12ProxyProvider url Ignored
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342479 /atosorigin/api12portlet/API12ProxyProvider url found : /WinVision/webvision-views/images/star.gif"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342479 /atosorigin/api12portlet/API12ProxyProvider url Ignored
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342479 /atosorigin/api12portlet/API12ProxyProvider url found : /WinVision/webvision-views/images/star.gif"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342480 /atosorigin/api12portlet/API12ProxyProvider url Ignored
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342480 /atosorigin/api12portlet/API12ProxyProvider url found : /WinVision/action/readMessageFromSearch.do?expanded-path=messages&idMessage=2740"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342481 /atosorigin/api12portlet/API12ProxyProvider modified url : /winportal/MSS/home?paf_portalId=default&paf_communityId=100001&paf_pageId=400001&paf_dm=shared&paf_gear_id=800005& paf_gm=content&paf_ps=_st_800005%3Dnormal%26_ac_800005%3Dac%26_pid%3D800005%26_md_800005%3Dview&pref ixBoUrl=/WinVision/action/readMessageFromSearch.do&expanded-path=messages&idMessage=2740"
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342482 /atosorigin/api12portlet/API12ProxyProvider Function modifyContentUrls - End
**** info Tue Nov 04 11:09:02 MET 2008 1225793342482 /atosorigin/api12portlet/portletClass set Portlet HTML content in request for display
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342482 /atosorigin/api12portlet/portletClass page Help url (sent to droplet) : /null
**** debug Tue Nov 04 11:09:02 MET 2008 1225793342482 /atosorigin/api12portlet/portletClass Lancement du dispatcher sur /index.jsp
"""""""""""""""""""""""""""""""""""""""""""""""""

The timestamp format in the logs is as follows "Tue Nov 04 11:09:44 MET 2008"
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Grep logs on the fly

Hi, We use an application that is dumping logs to a file on disk. However, this is dumping very verbosely and there is no method of turning down the logging level. We need to remove certain contents from these before they are commited to disk. Has anybody got any ideas how I can do this... (3 Replies)
Discussion started by: harperonline
3 Replies

2. Shell Programming and Scripting

Grep for lines in web logs

I want to find the unique url in a apache logs which got 404 error . I can do something like "cat apache.log|grep 404|awk '{print $2,$3}'|grep 404 this will give me say /foo.html 404 /foo.html 404 /foo.html 404 /bar.html 404 /cat.html 404 However my output should only find... (3 Replies)
Discussion started by: gubbu
3 Replies

3. Shell Programming and Scripting

how to grep the logs for two particular timestamp

Hi, could anyone help me out how to write a script, to grep the two timestamp from a particular file, so that it will list out all the logs between the particular timestamp I have a pattern of log: servicename operationname starttime endtime eg., servicename1 operationname1 01:11:11... (1 Reply)
Discussion started by: jacktolearn
1 Replies

4. Shell Programming and Scripting

search on weblogic logs with date time ranges 2

Hi All, The developers want me to search and capture the weblogic log, you know this big logs of htmls. They want to me to have ranges on the date and time. Like from "2010-01-20 14:04:46,186" to "2010-01-20 15:00:12,490" I can only do this, cat /usr/local/bea/logs_prod1/debug.log |... (1 Reply)
Discussion started by: itik
1 Replies

5. Linux

search on weblogic logs with date time ranges

Hi All, The developers want me to search and capture the weblogic log, you know this big logs of htmls. They want to me to have ranges on the date and time. Like from "2010-01-20 14:04:46,186" to "2010-01-20 15:00:12,490" I can only do this, cat /usr/local/bea/logs_prod1/debug.log... (1 Reply)
Discussion started by: itik
1 Replies

6. Shell Programming and Scripting

script to grep outofmemory message in logs

I have prepare script to grep for outofmemory messages in the logs. I need help in modifying script. I have implemented small logic. The outofmemory messages form six logs will store in variables. var1=`grep -i outofmemory $tomcat1logs | sed -n '$p'| sed -n -e "s/.*\(outofmemory\).*/\1/p"`... (6 Replies)
Discussion started by: coolguyamy
6 Replies

7. UNIX for Dummies Questions & Answers

Grep Logs That Are Updating

Hello all. I am new to this forum and also very new to using grep - so please excuse me if this question is not in the correct forum and/or is not pertinent to this website. I use greps like this: gunzip -c L:\System1\SailLogger_20071019* L:\System2\SailLogger_20071019*... (14 Replies)
Discussion started by: Carl2013
14 Replies

8. Shell Programming and Scripting

Script to grep logs for Errors

Hi Guys, I want to write a script which can grep the logs (server.log) from a file for Error String and output to a other file. Problems: How to know about the errors only between the current restart and not in previous as server.log has earlier restarts also? thanks for the help! Much... (5 Replies)
Discussion started by: ankur328
5 Replies

9. Shell Programming and Scripting

If I ran perl script again,old logs should move with today date and new logs should generate.

Appreciate help for the below issue. Im using below code.....I dont want to attach the logs when I ran the perl twice...I just want to take backup with today date and generate new logs...What I need to do for the below scirpt.............. 1)if logs exist it should move the logs with extention... (1 Reply)
Discussion started by: Sanjeev G
1 Replies

10. UNIX for Beginners Questions & Answers

Grep last 5 mins from logs

Hi, system date format Thu Jun 13 12:55:18 EDT 2019 My log date format 09.148.192.60 - - "GET /akamai/sureroute-test-object.html HTTP/1.1" 404 231 can someone please help me, how to get last 5mins of logs please ? I need the command Please wrap your samples/codes in CODE TAGS,... (3 Replies)
Discussion started by: scazed
3 Replies
Perlbal::Manual::Logging(3pm)				User Contributed Perl Documentation			     Perlbal::Manual::Logging(3pm)

NAME
Perlbal::Manual::Logging - How Perlbal's logging system works VERSION Perlbal 1.78. DESCRIPTION Perlbal supports logging of a few messages (and you can log your messages in your plugins, for instance). This document describes how to achieve that. IMPORTANT: foreground vs. background If Perlbal is running on the foreground, it logs by calling "printf", which means you should get the logs on "STDOUT". If Perlbal is running on the background, it logs through Sys::Syslog. If Sys::Syslog is not available, there will be no logging, and THAT'S THE MOST IMPORTANT THING TO KNOW ABOUT PERLBAL'S LOGGING SYSTEM. How to log a message You can log a message by calling "Perlbal::log" as you'd call Sys::Syslog's "syslog": Perlbal::log( $priority, $format, @args ); You should read the documentation for Sys::Syslog for more information, but here's an example: Perlbal::log( 'info', 'beginning run' ); And here's another example: Perlbal::log( 'crit', "this thing crashed: $!" ); What is logged? o When we try to read from or write to a filehandle that is undefined, Perlbal::AIO logs a critical message: Perlbal::log("crit", "Undef $fh: $stack_trace"); o When failing to create a socket, Perlbal::BackendHTTP logs a critical message: Perlbal::log('crit', "Error creating socket: $!"); o When "inet_aton" fails to create a socket, Perlbal::BackendHTTP logs a critical message: Perlbal::log('crit', "inet_aton failed creating socket for $ip"); o When writing to a client, if we try to read more than we should from the backend, Perlbal::ClientHTTPBase logs a warning message: Perlbal::log('warning', "tried to readahead negative bytes. filesize=$self->{reproxy_file_size}, offset=$self->{reproxy_file_offset}"); o When opening a file being PUT for writing to disk, if there's an error (which is going to originate a 500 server error), Perlbal::ClientHTTPBase logs a warning message: Perlbal::log('warning', "system error: $msg ($info)"); o If we receive a request with a content length different from the actual length of the request, Perlbal::ClientProxy logs a critical message: Perlbal::log('crit', "Content length of $clen declared but $self->{buoutpos} bytes written to disk"); o When trying to buffer data to disk, if the operation fails Perlbal::ClientProxy logs a critical message: Perlbal::log('crit', "Failure to open $fn for buffered upload output"); o After buffering data to disk, if the file is empty, Perlbal::ClientProxy logs a critical message: Perlbal::log('crit', "Error writing buffered upload: $!. Tried to do $len bytes at $self->{buoutpos}."); o When purging a buffered upload on the disk, if an error occurs, Perlbal::ClientProxy logs a critical message: Perlbal::log('warning', "Unable to link $self->{bufilename}: $!"); o When marking a backend as pending, if there's already another one in that ip/port, Perlbal::Service will log a couple of warning messages: Perlbal::log('warning', "Warning: attempting to spawn backend connection that already existed."); Perlbal::log('warning', " -- [$filename:$line] $package::$subroutine"); o When deciding whether we should spawn one or more backend connections, if the total of pending conections is negative, Perlbal::Service will log a critical message: Perlbal::log('crit', "Bogus: service $self->{name} has pending connect count of $self->{pending_connect_count}?! Resetting."); o When spawning a backend connection, if there is no IP address for the backend, Perlbal::Service will log a critical message: Perlbal::log('crit', "No backend IP for service $self->{name}"); o When starting, Perlbal will log an info message: Perlbal::log('info', 'beginning run'); o When shutting down, Perlbal will log an info message: Perlbal::log('info', 'ending run'); o After each loop, is some error occurred, Perlbal will log a critical message: Perlbal::log('crit', "crash log: $_") foreach split(/ ? /, $@); o When attempting to create the pidfile, if unsuccessful, Perlbal will log an info message: Perlbal::log('info', "couldn't create pidfile '$file': $!" ); o When attempting to write to the pidfile, if unsuccessful, Perlbal will log an info message: Perlbal::log('info', "couldn't write into pidfile '$file': $!" ); Generating more logs by sending a USR1 signal to perlbal If you send a USR1 signal to perlbal, that tells it to log some basic statistics to the syslog. It's similar to connecting to a management service and issue a "show service" for each service, plus a "states" and a "queues" commands. Where is it logged to? The way Perlbal opens Sys::Syslog, it logs to /var/log/daemon.log by default. SEE ALSO You can tweek Sys::Syslog's configuration under /etc/syslog.conf. See Sys::Syslog for more details. perl v5.14.2 2012-03-23 Perlbal::Manual::Logging(3pm)
All times are GMT -4. The time now is 05:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy