Tag: tsung

  • tsung: line 52: 2055 Killed $ERL $ERL_OPTS $ERL_RSH -noshell $PROTO_DIST $NAMETYPE $CONTROLLER -setcookie $COOKIE

    Tsung crashes with an ambiguous error message:

    tsung: line 52: 2055 Killed
    $ERL $ERL_OPTS $ERL_RSH -noshell $PROTO_DIST $NAMETYPE $CONTROLLER -setcookie $COOKIE \
    -s tsung_controller \
    $EXTRA_LOAD_PATHS \
    -pa $TSUNGPATH -pa $CONTROLLERPATH \
    -ssl session_cb $SSL_CACHE \
    -ssl session_lifetime $SSL_SESSION_LIFETIME \
    -sasl sasl_error_logger false \
    -tsung_controller web_gui $WEB_GUI \
    -tsung_controller smp_disable $SMP_DISABLE \
    -tsung_controller debug_level $DEBUG_LEVEL \
    -tsung_controller warm_time $WARM_TIME \
    -tsung_controller exclude_tag \”$EXCLUDE_TAG_LIST\” \
    -tsung_controller config_file \”$CONF_OPT_FILE\”
    -tsung_controller $LOG_OPT
    -tsung_controller $MON_FILE

    Cause: Likely because the machine runs out of memory
    Solution: Add more memory using swap

  • Tsung 3900- fatal: expected_entity_reference_semicolon 2764- fatal: error_scanning_entity_ref

    Error when running load test with tsung:

    3900- fatal: expected_entity_reference_semicolon
    2764- fatal: error_scanning_entity_ref
    Config Error, aborting ! {fatal,
    {error_scanning_entity_ref,
    {file,”tsung.xml”},
    {line,100},
    {col,80}}}

    Solution: Tsung does not like & and always seeks for & amp;
    Replace & with & amp; in any URL/input data in the xml file