Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Concurrent Connections?

Hi, the other day I had a spike of concurrent connections, 3x higher then any spike I've seen. Is there anyplace to find information about this spike, if it did not trip any firewall log rules?


This thread was automatically locked due to age.
  • Standard "make backups", "proceed at own risk" and "use support if you have it" warnings apply.

    The following command might give you some idea of what/where the connections were that day. 
    psql reporting -U reporting -c "SELECT * FROM accounting WHERE logday:[:D]ate = '2014-05-01';"


    Notes:
    works as loginuser
    change date as needed, example is May 1, 2014
    output can be lengthy, redirect to file and/or view with "less -S"
    output is wide: header is 177 characters alone - wider with ipv6
  • Thanks teched, 

    Now just need to get a list of the tables to incorporate time into the search.
    is it 
    psql reporting -U reporting -c "SHOW TABLES"  ?
  • Day looks like the extent of the granularity there - I'd love to be shown otherwise.

    psql -U postgres reporting -c "\d accounting"


    I'm not a postgres/SQL, or even UTM, expert.
  • Thanks teched, 

    Now just need to get a list of the tables to incorporate time into the search.
    is it 
    psql reporting -U reporting -c "SHOW TABLES"  ?


    I ran this and got a big list of tables. Now to figure out what they do...

    psql reporting -U reporting -c "SELECT table_name FROM  Information_schema.tables WHERE table_schema='public'"
  • Via Webadmin, you also have the Logging & Reporting section.  May be able to glean some information there as well.  For example, Logging & Reporting>>Network Usage>>Bandwidth Usage>>Top Clients/Today, will show connection totals.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?