{"id":40223998,"url":"https://github.com/pozgo/docker-stress","last_synced_at":"2026-01-19T22:11:17.766Z","repository":{"id":18487645,"uuid":"84426378","full_name":"pozgo/docker-stress","owner":"pozgo","description":"Stress tool in a Docker (Alpine) Raspberry PI ready","archived":false,"fork":false,"pushed_at":"2024-01-27T13:22:57.000Z","size":11,"stargazers_count":29,"open_issues_count":7,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-01-27T14:34:40.497Z","etag":null,"topics":["docker","raspberry-pi","raspberrypi","stress","stress-testing"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pozgo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-09T09:57:40.000Z","updated_at":"2024-01-09T06:14:32.000Z","dependencies_parsed_at":"2024-01-27T14:44:11.065Z","dependency_job_id":null,"html_url":"https://github.com/pozgo/docker-stress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pozgo/docker-stress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-stress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-stress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-stress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-stress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pozgo","download_url":"https://codeload.github.com/pozgo/docker-stress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-stress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","raspberry-pi","raspberrypi","stress","stress-testing"],"created_at":"2026-01-19T22:11:17.704Z","updated_at":"2026-01-19T22:11:17.752Z","avatar_url":"https://github.com/pozgo.png","language":"Dockerfile","funding_links":["https://www.paypal.me/POzgo"],"categories":[],"sub_categories":[],"readme":"# Stress in a Docker (Alpine)\n\n[![Build Status](https://jenkins.ozgo.info/jenkins/buildStatus/icon?job=ghp-pozgo-docker-stress)](https://jenkins.ozgo.info/jenkins/job/ghp-pozgo-docker-stress/)  \n[![GitHub Open Issues](https://img.shields.io/github/issues/pozgo/docker-stress.svg)](https://github.com/pozgo/docker-stress/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/pozgo/docker-stress.svg)](https://github.com/pozgo/docker-stress)\n[![GitHub Forks](https://img.shields.io/github/forks/pozgo/docker-stress.svg)](https://github.com/pozgo/docker-stress)  \n[![Stars on Docker Hub](https://img.shields.io/docker/stars/polinux/stress.svg)](https://hub.docker.com/r/polinux/stress)\n[![Pulls on Docker Hub](https://img.shields.io/docker/pulls/polinux/stress.svg)](https://hub.docker.com/r/polinux/stress)  \n[![](https://images.microbadger.com/badges/version/polinux/stress.svg)](http://microbadger.com/images/polinux/stress)\n[![](https://images.microbadger.com/badges/license/polinux/stress.svg)](http://microbadger.com/images/polinux/stress)  \n[![](https://images.microbadger.com/badges/image/polinux/stress.svg)](http://microbadger.com/images/polinux/stress)\n\n[![Docker build](https://dockeri.co/image/polinux/stress)](https://hub.docker.com/r/polinux/stress/)\n\nFelling like supporting me in my projects use donate button. Thank You!  \n[![](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://www.paypal.me/POzgo)\n\n[Docker Image]() with Stress tool. This image is acting like `stress` command and passes all arguments.\n\n### Build\n\n    docker build -t polinux/stress .\n\n### Basic Usage\n\n    docker run \\\n      -ti \\\n      --rm \\\n      polinux/stress stress \\\n        --cpu 1 \\\n        --io 1 \\\n        --vm 1 \\\n        --vm-bytes 128M \\\n        --timeout 1s \\\n        --verbose\n\nOutput:\n\n    docker run -ti --rm polinux/stress stress --cpu 1 --io 1 --vm 1 --vm-bytes 128M --timeout 1s --verbose\n    stress: info: [1] dispatching hogs: 1 cpu, 1 io, 1 vm, 0 hdd\n    stress: dbug: [1] using backoff sleep of 9000us\n    stress: dbug: [1] setting timeout to 1s\n    stress: dbug: [1] --\u003e hogcpu worker 1 [5] forked\n    stress: dbug: [1] --\u003e hogio worker 1 [6] forked\n    stress: dbug: [1] --\u003e hogvm worker 1 [7] forked\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [7] freed 134217728 bytes\n    stress: dbug: [7] allocating 134217728 bytes ...\n    stress: dbug: [7] touching bytes in strides of 4096 bytes ...\n    stress: dbug: [1] \u003c-- worker 5 signalled normally\n    stress: dbug: [1] \u003c-- worker 6 signalled normally\n    stress: dbug: [1] \u003c-- worker 7 signalled normally\n    stress: info: [1] successful run completed in 1s\n\n## Author\n\nPrzemyslaw Ozgo (\u003clinux@ozgo.info\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpozgo%2Fdocker-stress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpozgo%2Fdocker-stress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpozgo%2Fdocker-stress/lists"}