{"id":13511494,"url":"https://github.com/mattthias/slurm","last_synced_at":"2025-04-14T01:30:32.795Z","repository":{"id":2360857,"uuid":"2350539","full_name":"mattthias/slurm","owner":"mattthias","description":"yet another network load monitor","archived":false,"fork":false,"pushed_at":"2024-02-04T17:25:07.000Z","size":315,"stargazers_count":390,"open_issues_count":10,"forks_count":42,"subscribers_count":10,"default_branch":"upstream","last_synced_at":"2024-05-15T10:39:28.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/mattthias/slurm/wiki/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattthias.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-09-08T18:58:04.000Z","updated_at":"2024-08-01T04:47:06.934Z","dependencies_parsed_at":"2024-02-04T01:24:27.796Z","dependency_job_id":"3c65ef86-f777-48df-a887-eb0c9f1eca1a","html_url":"https://github.com/mattthias/slurm","commit_stats":{"total_commits":74,"total_committers":12,"mean_commits":6.166666666666667,"dds":"0.20270270270270274","last_synced_commit":"18a356585980ae3e269bf9b5d7aeb0ef58d9bafe"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattthias%2Fslurm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattthias%2Fslurm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattthias%2Fslurm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattthias%2Fslurm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattthias","download_url":"https://codeload.github.com/mattthias/slurm/tar.gz/refs/heads/upstream","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807270,"owners_count":21164653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T03:00:51.940Z","updated_at":"2025-04-14T01:30:32.760Z","avatar_url":"https://github.com/mattthias.png","language":"C","funding_links":[],"categories":["C","others","\u003ca name=\"monitor\"\u003e\u003c/a\u003eSystem monitoring"],"sub_categories":[],"readme":"# slurm - yet another network load monitor\n\nslurm started as a FreeBSD port of the Linux ppp link monitor called pppstatus\nby Gabriel Montenegro. Hendrik Scholz ripped off the ppp dependent parts and the\nemail checks to turn it into a generic network load monitor for *BSD, Linux,\nHP-UX and Solaris.\n\n\u003cimg src=\"https://raw.github.com/mattthias/slurm/upstream/slurm_termcast.svg\"\u003e\n\n## Features:\n - \"realtime\" traffic statistics\n - three graph modes: combined RX and TX and two split views\n - can monitor any network device\n - curses ascii graphics\n - ascii theme support\n\n## slurm was tested on:\n - Debian GNU/Linux 10/11 (buster/bullseye)\n - CentOS 7/8\n - FreeBSD 12\n - OpenBSD 6.9\n - MacOS 12 (Monterey)\n\n## Compiling:\n - Install meson and libncurses6-dev e.g.:\n\non Debian (if you don't want to use the Debian package of slurm)\n\n         sudo apt install build-essential meson libncurses6-dev\n\nor on CentOS / RedHat\n\n        # Add EPEL on CentOS 7\n        sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n\n        # Enable PowerTools repo in CentOS 8\n        sudo dnf config-manager --set-enabled powertools\n\n        sudo yum groupinstall 'Development Tools'\n        sudo yum install meson ncurses-devel\n\nor on FreeBSD 12\n\n        pkg install meson pkgconf ncurses\n\nor on Alpine Linux\n\n       apk add gcc musl-dev pkgconf meson ncurses-dev linux-headers\n\nor on OpenBSD 6.9\n\n       pkg_add meson\n\n - Setup a build directory\n\n        meson setup _build\n\n - Run meson to build\n\n        cd _build/\n        meson compile\n\n - Install the program\n\n        sudo meson install\n\n - Try it!\n\n        slurm -i eth0 # or whatever your interface is\n\nPlease report bugs and feature requests in the github bugtracker:\n website: https://github.com/mattthias/slurm\n\nLicense:\n As pppstatus is licensed under the GPL, slurm is too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattthias%2Fslurm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattthias%2Fslurm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattthias%2Fslurm/lists"}