Giter Club home page Giter Club logo

Comments (2)

silv3rr avatar silv3rr commented on July 28, 2024

It's run like you would from shell: slv-prebw.sh &

sprintf(buf, "%s '%s/%s' &", prebw_bin, s_path, tmp);

after that foo-pre should continue right away and write PRE to gllog, log to foo-pre.log etc.

Now if there's anything written to stderr while running slv-prebw.sh, that would cause what you're saying. But slv-prebw should only log to gllog, so not sure whats up with that.

Anyways, it's fixed by a small change:
sprintf(buf, "nohup %s '%s/%s' 2>/dev/null &", prebw_bin, s_path, tmp);

You're right about the shebang. The README.mod_prebw does mention req bins need to be in gldir.

from foo-tools.

annoyinguser avatar annoyinguser commented on July 28, 2024

Okay i must admit i have modified slv-prebw to show top spreaders which will be received from xferlog (i am not a super pro bash guy as you are)... shows something like:
prebw > top 3 spreaders > 1 > uname1 > 39f > 1812.0MB > avg. 62.4MB/s > 2 > uname2 > 11f > 507.9MB > avg. 63.4MB/s > 3 > uname3 > 9f > 429.1MB > avg. 42.9MB/s
Maybe that is the reason it is not in "background"

from foo-tools.

Related Issues (3)

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.