For Linux users, ss is a... «High Performance Browser Networking: What every web developer should know about networking and web performance»

  • Аватар пользователя
    alexey_m_ukolov
    12 февраля 2016

    For Linux users, ss is a useful power tool to inspect various statistics for open sockets. From the command line, run ss --options --extended --memory --processes --info to see the current peers and their respective connection settings.

    21