Created
          April 9, 2020 06:54 
        
      - 
      
- 
        Save webmayak/aa0baabad5a60658f4ed0f83d29b57b7 to your computer and use it in GitHub Desktop. 
    Мониторинг всех http-запросов к серверу
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # взято отсюда https://serverfault.com/questions/269289/how-do-i-check-how-many-http-connections-are-open-currently | |
| tcpflow -p -c -i eth0 port 80 | grep -oE '(GET|POST|HEAD) .* HTTP/1.[01]|Host: .*' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment