{"id":15019125,"url":"https://github.com/colinianking/stress-ng","last_synced_at":"2026-04-02T21:46:40.972Z","repository":{"id":33285971,"uuid":"36930672","full_name":"ColinIanKing/stress-ng","owner":"ColinIanKing","description":"This is the stress-ng upstream project git repository.  stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. ","archived":false,"fork":false,"pushed_at":"2025-05-08T11:06:37.000Z","size":35653,"stargazers_count":2053,"open_issues_count":3,"forks_count":309,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-05-12T02:50:47.995Z","etag":null,"topics":["c","cpu","disk","freebsd","kernel","linux","memory","openbsd","overheating","posix","stress-testing","x86"],"latest_commit_sha":null,"homepage":"https://github.com/ColinIanKing/stress-ng","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/ColinIanKing.png","metadata":{"files":{"readme":"README.Android","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":"code-of-conduct.txt","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["ColinIanKing"],"patreon":80622552,"ko_fi":"colinking","liberapay":"colinianking"}},"created_at":"2015-06-05T12:05:57.000Z","updated_at":"2025-05-10T01:34:52.000Z","dependencies_parsed_at":"2023-09-23T08:05:07.801Z","dependency_job_id":"b6a4b93b-07cd-417a-b8cd-d26447def4ea","html_url":"https://github.com/ColinIanKing/stress-ng","commit_stats":{"total_commits":15970,"total_committers":109,"mean_commits":146.5137614678899,"dds":"0.44157795867251093","last_synced_commit":"6cce3ce8e60982220c50c0543e38bdbc14baf125"},"previous_names":[],"tags_count":385,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinIanKing%2Fstress-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinIanKing%2Fstress-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinIanKing%2Fstress-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinIanKing%2Fstress-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColinIanKing","download_url":"https://codeload.github.com/ColinIanKing/stress-ng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043926,"owners_count":22005037,"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":["c","cpu","disk","freebsd","kernel","linux","memory","openbsd","overheating","posix","stress-testing","x86"],"created_at":"2024-09-24T19:53:01.488Z","updated_at":"2026-04-02T21:46:40.912Z","avatar_url":"https://github.com/ColinIanKing.png","language":"C","funding_links":["https://github.com/sponsors/ColinIanKing","https://patreon.com/80622552","https://ko-fi.com/colinking","https://liberapay.com/colinianking"],"categories":[],"sub_categories":[],"readme":"= Android porting notes =\n\nHow to setup a Ubuntu 12.04 machine to cross compile for different architectures.\n\n== Setup ==\n\nInstall tools:\n\nsudo apt-get install kernel-package build-essential git gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-4.6-multilib-arm-linux-gnueabihf gcc-4.6-multilib-arm-linux-gnueabi\n\n== Environment ==\nUbuntu has a command called ''dpkg-architecture'' which setups up most of the cross compile environment.\n\n64-bit x86:\n export $(dpkg-architecture -aamd64)\n\n32-bit x86:\n export $(dpkg-architecture -ai386)\n\narmhf (RaspberryPi/uPC):\n export $(dpkg-architecture -aarmhf)\n export CROSS_COMPILE=arm-linux-gnueabihf-\n export CCPREFIX=${CROSS_COMPILE}\n\narmel:\n export $(dpkg-architecture -aarmel)\n export CROSS_COMPILE=arm-linux-gnueabi-\n export CCPREFIX=${CROSS_COMPILE}\n\nShared Variables:\n export CONCURRENCY_LEVEL=`grep -c '^processor' /proc/cpuinfo`\n export ROOT_CMD=fakeroot\n\n== Build ==\n#Make\n export CC=${CROSS_COMPILE}gcc\n STATIC=1 make ARCH=arm\n\n= Ubuntu 17.04 =\nConsiderably easier with a cross-compilation enable distribution, swap architecture as needed.\n\n=== Setup ===\n  apt-get install gcc-4.9-aarch64-linux-gnu\n\n=== Build ===\n\n  CC=aarch64-linux-gnu-gcc-4.9 STATIC=1 make\n\nM.Srikanth Kumar, Jul 14, 2015\nColin Ian King,   Dec  6, 2016 (updated, static linking)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinianking%2Fstress-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinianking%2Fstress-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinianking%2Fstress-ng/lists"}