User Tools

Site Tools


recap_oneliner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
recap_oneliner [2017/07/05 10:43] luke7858recap_oneliner [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 13: Line 13:
 Every day the recap logs are concanentated into a single file. If you wish to break them into multiple files you can use the following. Note, you will need to replace 2017-07-04 with the date and ps_daily_20170704.log with the daily log file: Every day the recap logs are concanentated into a single file. If you wish to break them into multiple files you can use the following. Note, you will need to replace 2017-07-04 with the date and ps_daily_20170704.log with the daily log file:
 <sxh bash> <sxh bash>
-awk '/^2017-07-04/{x=$0;next}{print > x;}' ps_daily_20170704.log +awk '/^2017-07-04/{x=$0;next}{print > "ps."x;}' ps_daily_20170704.log  
 +</sxh> 
 +<sxh bash> 
 +awk '/^2017-07-04/{x=$0;next}{print > "resource."x;}' resource_daily_20170704.log  
 +</sxh> 
 +<sxh bash> 
 +awk '/^2017-07-04/{x=$0;next}{print > "mysql."x;}' mysql_daily_20170704.log 
 </sxh> </sxh>
recap_oneliner.1499251391.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki