socktop APT Repository

System monitor with remote agent support for Linux systems.

Adding this repository

# Add the GPG key
curl -fsSL https://jasonwitty.github.io/socktop/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/socktop-archive-keyring.gpg

# Add the repository
echo "deb [signed-by=/usr/share/keyrings/socktop-archive-keyring.gpg] https://jasonwitty.github.io/socktop stable main" | sudo tee /etc/apt/sources.list.d/socktop.list

# Update and install
sudo apt update
sudo apt install socktop socktop-agent

Manual Installation

Download packages from pool/main/

Supported Architectures

Source Code

Visit the GitHub repository