{"id":40223964,"url":"https://github.com/pozgo/docker-bonnie","last_synced_at":"2026-01-19T22:11:15.480Z","repository":{"id":18448721,"uuid":"84316427","full_name":"pozgo/docker-bonnie","owner":"pozgo","description":"bonnie++ in a Docker (Alpine) Raspberry PI Ready","archived":false,"fork":false,"pushed_at":"2025-11-24T09:39:15.000Z","size":115,"stargazers_count":3,"open_issues_count":39,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T22:09:45.963Z","etag":null,"topics":["alpine","armhf","bonnie","docker","raspberry-pi","raspeberry"],"latest_commit_sha":null,"homepage":"","language":null,"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,"dei":null}},"created_at":"2017-03-08T12:11:28.000Z","updated_at":"2024-08-27T11:58:39.000Z","dependencies_parsed_at":"2022-08-07T09:00:43.039Z","dependency_job_id":"2375b2b0-bde4-4342-b271-0fe33d6d70d4","html_url":"https://github.com/pozgo/docker-bonnie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pozgo/docker-bonnie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-bonnie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-bonnie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-bonnie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-bonnie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pozgo","download_url":"https://codeload.github.com/pozgo/docker-bonnie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pozgo%2Fdocker-bonnie/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":["alpine","armhf","bonnie","docker","raspberry-pi","raspeberry"],"created_at":"2026-01-19T22:11:15.297Z","updated_at":"2026-01-19T22:11:15.474Z","avatar_url":"https://github.com/pozgo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bonnie++ in a Docker (Alpine)\n\n[![CircleCI Build Status](https://img.shields.io/circleci/project/pozgo/docker-bonnie/master.svg)](https://circleci.com/gh/pozgo/docker-bonnie)  \n[![GitHub Open Issues](https://img.shields.io/github/issues/pozgo/docker-bonnie.svg)](https://github.com/pozgo/docker-bonnie/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/pozgo/docker-bonnie.svg)](https://github.com/pozgo/docker-bonnie)\n[![GitHub Forks](https://img.shields.io/github/forks/pozgo/docker-bonnie.svg)](https://github.com/pozgo/docker-bonnie)  \n[![Stars on Docker Hub](https://img.shields.io/docker/stars/polinux/bonnie.svg)](https://hub.docker.com/r/polinux/bonnie)\n[![Pulls on Docker Hub](https://img.shields.io/docker/pulls/polinux/bonnie.svg)](https://hub.docker.com/r/polinux/bonnie)  \n[![](https://images.microbadger.com/badges/version/polinux/bonnie.svg)](http://microbadger.com/images/polinux/bonnie)\n[![](https://images.microbadger.com/badges/license/polinux/bonnie.svg)](http://microbadger.com/images/polinux/bonnie)  \n[![](https://images.microbadger.com/badges/image/polinux/bonnie.svg)](http://microbadger.com/images/polinux/bonnie)\n\n[Docker Image]() with Bonnie++ benchamrk tool. This image is acting like `bonnie++` command and passes all arguments.\n\n### Build\n\n    docker build -t polinux/bonnie .\n\n### Basic Usage\n\n    docker run \\\n      -ti \\\n      --rm \\\n      polinux/bonnie bonnie++ \\\n        -d /tmp \\\n        -m TEST \\\n        -n 0 \\\n        -r 128M \\\n        -s 256M \\\n        -x 1 \\\n        -u 0:0 \\\n        -f \\\n        -b\n\nOutput:\n\n    Using uid:0, gid:0.\n    Writing intelligently...done\n    Rewriting...done\n    Reading intelligently...done\n    start 'em...done...done...done...\n    TEST,256M,,,134335,13,162332,9,,,+++++,+++,1306.7,2,,,,,,,,,,,,,\n\nTo generate `html` file with human readable format use the same docker image and run command below using last line of previous command.\n\nexample data: `TEST,256M,,,134335,13,162332,9,,,+++++,+++,1306.7,2,,,,,,,,,,,,,`\n\n    docker run \\\n      -ti \\\n      --rm \\\n      -v ${PWD}:/workdir \\\n      polinux/bonnie \\\n        bash -c 'echo \"[RESULT]\" | bon_csv2html \u003e /workdir/out.html'\n\nUse file `out.html` and open it with any web-browser to see human readable output.\n\nExample output\n\n![Table](https://raw.githubusercontent.com/pozgo/docker-bonnie/master/images/table.jpg)\n\n## Author\nPrzemyslaw Ozgo (\u003clinux@ozgo.info\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpozgo%2Fdocker-bonnie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpozgo%2Fdocker-bonnie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpozgo%2Fdocker-bonnie/lists"}