I had to do some adjustments to the data formatting, I got rid of the seconds in the time stamp, so it looks like
APP01 2016-02-16 00:03 111
APP01 2016-02-16 00:03 145
APP01 2016-02-16 00:03 231
APP01 2016-02-16 00:03 132
APP01 2016-02-16 00:03 73
then I passed it to the Following AWK...
Hello,
I am trying to find out the average response time per minute from a log file that contains the response time in milliseconds. I would like to pipe the results into Awk and end up with the summary. I am looking for the most effective way to do it. The desired result is one line per...
Hello,
I am new to (MySQL 5.5/Apache/PHPMyadmin) I am also using Toad when I work on the localhost (just because I have it).
I would like to get direction of what to search for, or research. In other words I am unable to find the right terminology for my search, which so far is not giving me...
The following part never worked and never created that text file
& " >> d:\docs\logs.txt"
how would I transform the code to use the exec method? can I pass variables to it?
Thanks, jges, but that is the example I used to exec but still did not work, I do not seem to be able to pass variables to it.
Microsoft VBScript runtime error: Object doesn't support this property or method
Do you have an example of exec? I tried the following, it zips the fisrt file then quits. With Run it goes through the loop.
if LOGAge > 1 Then
strRunLOG = objShellLOG.Exec (StrCMDLOG)
End If
Hi
I am trying to create a VBScript that will go through log files on a server, then move it to an archive location if older than one day.
I am new to VBS, however I used Visual Basic back in 98 so I may still have some logic building skills but as far as vbs understanding I may not be very...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.