Question
Problem using fmscheck
Hello,
I´m trying to use fmscheck to do a performance stress-test for FMS3. The idea is to generate many VOD connections and check the performance of the server. The problem is that when I execute the fmscheck with the --play switch on a .flv file, the connection is established and disconnected in less than a second, no matter how long the .flv file is. So if I launch 100 sessions of a video, I can see on the monitor tool 100 connects and 100 disconnects within a second.
There are no errors on the log, I´ve check the .flv file with flvcheck and it passes. Here is the full command line:
./fmscheck --host 192.168.5.2 --app vod --play media/sample2.flv 0 all --timeout 3600
I will put this into a loop so I can emulate several connections.
I´m trying to use fmscheck to do a performance stress-test for FMS3. The idea is to generate many VOD connections and check the performance of the server. The problem is that when I execute the fmscheck with the --play switch on a .flv file, the connection is established and disconnected in less than a second, no matter how long the .flv file is. So if I launch 100 sessions of a video, I can see on the monitor tool 100 connects and 100 disconnects within a second.
There are no errors on the log, I´ve check the .flv file with flvcheck and it passes. Here is the full command line:
./fmscheck --host 192.168.5.2 --app vod --play media/sample2.flv 0 all --timeout 3600
I will put this into a loop so I can emulate several connections.