Difference between revisions of "Crit"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} zcat -f /var/log/nginx/error.log* | grep "\[crit\]" {{error.log}}")
 
Line 3: Line 3:
 
  zcat -f /var/log/nginx/error.log* | grep "\[crit\]"
 
  zcat -f /var/log/nginx/error.log* | grep "\[crit\]"
  
 +
 +
zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | grep [[tls_early_post_process_client_hello]] | cut -d " " -f1  | sort | uniq -c
  
  
  
 
{{error.log}}
 
{{error.log}}

Revision as of 09:42, 25 October 2024

zcat -f /var/log/nginx/error.log* | grep "\[crit\]"


zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | grep tls_early_post_process_client_hello | cut -d " " -f1  | sort | uniq -c


Advertising: