Giter Club home page Giter Club logo

Comments (5)

msonnabaum avatar msonnabaum commented on August 23, 2024

The log format is already CSV.

from siege.

JoeDog avatar JoeDog commented on August 23, 2024

In .siegerc you can also set your verbose output to CSV and capture that to file

siege [options] > file.csv

(If you require that sort of detail)

If you don't have a $HOME/.siegerc file you can always generate one with the command:

siege.config

from siege.

modsaid avatar modsaid commented on August 23, 2024

I think @centminmod probably meant logging the final summary to CSV among test runs, rather than the actual urls and the response for each

like testing with concurrency values 50, 100, 150, 200, and recording each run in a row including response time and average transaction rate and so on

At least this is what I was looking for when i came here, @JoeDog :)

from siege.

modsaid avatar modsaid commented on August 23, 2024

which is eventually what u have output by default in the log file, got it

from siege.

Joshfindit avatar Joshfindit commented on August 23, 2024

The basics seem to be implemented actually:

$ siege -f SiegeUrls.txt
** SIEGE 3.0.8
** Preparing 15 concurrent users for battle.
The server is now under siege...
HTTP/1.1,200,  1.17,  18753,/,0,2020-04-30 13:32:15
HTTP/1.1,200,  1.17,  18975,/company/about-us/,1,2020-04-30 13:32:16
...

$HOME/.siegerc:

csv = true
verbose = true
quiet = false

from siege.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.