Open 10186937 opened 8 years ago
The instructions refer to an older version of tstat.
In the latest version, .libs is located under tstat and not under libtstat (need to update the INSTALL), so you should do:
ln -s [TSTATDIR]/tstat/.libs [BLOCKMONDIR]/lib/external/tstat/libtstatdir
There is no manual per se but there are examples bundled with blockmon under the usr directory.
The example in the README remain the simplest one though...
After compiling, you can copy paste the example and then run:
./blockmon XML_COMPOSITION_FILE
to validate that it's working and start from there.
Thanks jmmlmendes.
I re-installed tstat, and I got the same error.
what does ./blockmon XML_COMPOSITION_FILE
mean?
In BM shell tostart XML_COMPOSITION_FILE
?
The XML composition file is what defines the interconnections between blocks and the block's configuration (i.e. number of threads, block-specific parameters, ...).
You can execute the blockmon binary directly giving this file as an argument:
./blockmon XML_COMPOSITION_FILE
or you can use the blockmon CLI/daemon to start compositions.
Regarding the error, did you re-run cmake .
after creating the symlink?
Yes, I will re-run cmake -DWITH_<FEATURE>=[ON/OFF]
& cmake .
whenever I do some changes.
Hi jmmlmendes, Could I say something else? How many application scenarios does blockmon support now? Are you still working on new functionality and May I know your plans? Thank you very much.
Hi jmmlmendes, In addition to the points mentioned above, does blockmon a great help in an openstack environment? Does blockmon support multi-nodes? Last but not least, if I want to do an analysis of YouTube, how can I collect the traffic of the website? Thanks!
Hi, Since these are generic questions (not related to this issue) would be better if you contacted blockmon@neclab.eu Have you tried contacting through this email address?
Regarding the current issue, did you manage to link with tstat and run blockmon?
Hi jmmlmendes, Today is another day and another problem comes. I download tstat-3.1.1 from http://tstat.tlc.polito.it/software.php. After tstat is installed, I do the following steps,
Then do
cmake .
and do
make
, this time the error I get is:Anything wrong? BTW,could you give me a detailed operation manual or some common instances which I can run in my host directly?My email is qin.liqing@zte.com.cn. Thanks!