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}}")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  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 -v]] tls_early_post_process_client_hello
  
  
  
 +
zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | grep [[tls_early_post_process_client_hello]] | cut -d " " -f1  | sort | uniq -c
  
{{error.log}}
+
 
 +
== See also ==
 +
* {{error.log}}
 +
 
 +
[[Category:Crit]]

Latest revision as of 10:17, 25 October 2024

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


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


See also[edit]

Advertising: