LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   dbs(distibuted benchmarking system) (https://www.linuxquestions.org/questions/linux-software-2/dbs-distibuted-benchmarking-system-799143/)

juldeh 03-31-2010 10:40 AM

dbs(distibuted benchmarking system)
 
hi everyone,
i am trying to run a benchmark exercise using DBS, ive installed the software but running it on linux has proven the hardest part.
does any one know what ive to do to get it running..
have tried all the tricks in d man...

any suggestions will be highly appreciated...

cheers
juldeh

sunnydrake 04-02-2010 04:23 PM

im not familiar with "DBS"?
try phronix-test-suite

Add details what did you do,what exactly not working and what errors showed.

gebronmc 04-22-2010 08:28 AM

Am kinda familiar with DBS.
Sometimes if not always, when successful installed, DBS tools (dbsc, dbsd and dbs_view) are copied to /usr/local/etc (Noted in Fedora). So you can either go to that directory and start using those tools OR, for simplicity, you can just go to that directory and copy those three tools to /usr/local/bin and then use them anywhere in your system.

The other issue can be perl program. dbs_view need this program be in /usr/local/bin. But when installed, noted in Fedora, perl goes to /usr/bin. A link to a program is enough: ln -s /usr/bin/perl /usr/local/bin/perl .

Hope this will work for you.

Quote:

Originally Posted by juldeh (Post 3919272)
hi everyone,
i am trying to run a benchmark exercise using DBS, ive installed the software but running it on linux has proven the hardest part.
does any one know what ive to do to get it running..
have tried all the tricks in d man...

any suggestions will be highly appreciated...

cheers
juldeh


juldeh 04-23-2010 02:12 PM

dbs
 
thanks..

the thing is ive got all the dbs components and running the dbs-1.2.0beta1 and have fix the bug on it..
it says the command file ok
connection success
and then just stops running the process immediately

below is the output file from the dbsc

ecsl0314:~/dbs-1.2.0beta1/bin# ./dbsc try1.cmd
Command File: OK
WARNING: Host '10.10.10.6' may be out of time synchronization. You should check NTP.
TCP connect (10.10.10.5).(10710): Success
DBSC: Stopping process..-*



NTP works on both the demons and dbsc.
running it on linux platform..
do you know what else to do ?

Regards


All times are GMT -5. The time now is 06:41 PM.