Giter Site home page Giter Site logo

can't get and plot data about flent HOT 9 CLOSED

tohojo avatar tohojo commented on June 21, 2024
can't get and plot data

from flent.

Comments (9)

tohojo avatar tohojo commented on June 21, 2024

That looks like two separate errors. The first one is probably due to netperf not being built with the --enable-demo option. You need netperf version 2.6 or newer, and --enable-demo must be passed to configure when building it. If you're on Debian or Ubuntu, I have a prebuilt package available at my repository: http://archive.tohojo.dk/apt/

The second part is due to a bug in the python2.6 standard library; I checked in a workaround that should fix it. :)

from flent.

abessifi avatar abessifi commented on June 21, 2024

Thanks for your reply.
I'll test your built package and you'll get my feedbacks

Regards,
Ahmed

2013/4/15 Toke Høiland-Jørgensen [email protected]

That looks like two separate errors. The first one is probably due to
netperf not being built with the --enable-demo option. You need netperf
version 2.6 or newer, and --enable-demo must be passed to configure when
building it. If you're on Debian or Ubuntu, I have a prebuilt package
available at my repository: http://archive.tohojo.dk/apt/

The second part is due to a bug in the python2.6 standard library; I
checked in a workaround that should fix it. :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-16377157
.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

from flent.

tohojo avatar tohojo commented on June 21, 2024

Did you get a chance to test if the fix works for you? :)

from flent.

abessifi avatar abessifi commented on June 21, 2024

Yes it works.

2013/4/18 Toke Høiland-Jørgensen [email protected]

Did you get a chance to test if the fix works for you? :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-16576352
.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

from flent.

tohojo avatar tohojo commented on June 21, 2024

Excellent :)

from flent.

abessifi avatar abessifi commented on June 21, 2024

Thinks :)

2013/4/18 Toke Høiland-Jørgensen [email protected]

Excellent :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-16577126
.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

from flent.

abessifi avatar abessifi commented on June 21, 2024

Hi,
In fact I wanted to know is it possible to plot a graph with netperf-wrapper
giving it json data that I got in some previous test.

In my case my tests will be executed in a server (no x11 server :p) so
there is no graphical interface. Then I would like to start test, get json
data and generate graphics whith my laptop (Fedora).

Regards,
Ahmed

2013/4/18 Ahmed Bessifi [email protected]

Thinks :)

2013/4/18 Toke Høiland-Jørgensen [email protected]

Excellent :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-16577126
.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

from flent.

abessifi avatar abessifi commented on June 21, 2024

Hi, it me again,
I tested this "netperf-wrapper -i json_file -p plot_type" and it works
well. I do not see that in the help description for the first time :p

Thanks.

Best regards,
Ahmed

2013/4/19 Ahmed Bessifi [email protected]

Hi,
In fact I wanted to know is it possible to plot a graph with netperf-wrapper
giving it json data that I got in some previous test.

In my case my tests will be executed in a server (no x11 server :p) so
there is no graphical interface. Then I would like to start test, get json
data and generate graphics whith my laptop (Fedora).

Regards,
Ahmed

2013/4/18 Ahmed Bessifi [email protected]

Thinks :)

2013/4/18 Toke Høiland-Jørgensen [email protected]

Excellent :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-16577126
.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

"*We build software for people that build software.."

Ahmed Bessifi*

Étudiant ingénieur en informatique à la Faculté des Sciences de Tunis,
Technicien Supérieur en Télécommunication diplômé de l'ISETCom,
Membre au Club des Logiciels Libres à la FST.

from flent.

tohojo avatar tohojo commented on June 21, 2024

Ahmed Bessifi [email protected] writes:

Hi, it me again,
I tested this "netperf-wrapper -i json_file -p plot_type" and it works
well. I do not see that in the help description for the first time :p

Yeah, that's the way to do it. Note you can use -i multiple times if you
want to combine several data sets into one plot (works well with CDF
plots), or you can use --scale-data to use auxiliary data sets as input
to the plot axis scaling (to make the plots easier comparable).

I really should write a man page...

-Toke

from flent.

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.