Skip to content

Test the benchmark performance of lxcfs

License

Notifications You must be signed in to change notification settings

zhbrcn/lxcbenchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxc benchmark

Test the benchmark performance of lxcfs.

LXC Benchmark is a tool designed to test and evaluate the benchmark performance of LXCFS (LXC Filesystem).

Build

  1. Clone the repository:

    git clone https://github.com/oplxc/lxcbenchmark.git
    cd lxcbenchmark
    #or wget https://github.com/oplxc/lxcbenchmark/archive/refs/heads/main.zip
  2. Build the project:

    make
    #make static
  3. setting thread:

export thd=1
  1. running test:

    ./lxcbk

Usage

To run the benchmark tests, use the following command:

./lxcbk [anything]

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • LXCFS for providing the userspace filesystem for containers.
  • LXC for the container management framework.

Features

  • rename ANYTHING, you can rename it like "nginx"
  • options ANYTHING, you can using any Options to start like "-s reload"
  • So, you can start lxc benchmark as "nginx -s reload"

Help

Use -h to get helpinfo

About

Test the benchmark performance of lxcfs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.2%
  • Makefile 4.8%