I want to test Desktop application with Grinder. My application is multiple client/server app. I must use TCPProxy and remotehost options. But I couldn't. Please guide me.
How can I use remote host options TCPProxy on Grinder?
211 Views Asked by Tester At
1
There are 1 best solutions below
Related Questions in CLIENT-SERVER
- Python socket stays blocked on socket.recv() when client expects data
- How to test java server without deployment?
- Client/server: running "nano editor" command from client
- Client/Server java - connection refused
- ZeroMQ Job Distribution
- Multithreading using Blocking IO corrupts file in Java
- Use Photoshop actions on the server
- difference between p2p and client-server node design
- Android | can't Send/Receive message to/from Wialon Server using Socket
- Raising alerts from backend javascript
- How do I send a Javascript/CSS file that corresponds to the HTML document in HTTP?
- What is Starbucks populating the URL with when I login?
- When can be socket client disconnected
- Janrain mobile integration using RESTFul API? for Windows, iOS and Andorid
- HTML-service pages to call server-side Apps Script functions with dialog box
Related Questions in DESKTOP-APPLICATION
- LibGDX what resolution should I draw my Images (PoT or can i choose?)
- Java .JAR to desktop shortcuts/proper apps for windows, mac and debian
- Is it possible to design UI of a desktop apllication with HTML5 and CSS3 and coding it's event handling in pure java?
- How can I get a desktop application to tell a webpage to refresh an element?
- How to make a WPF Desktop application accessible over a network
- Desktop Application Video Encryption
- Know whether the file or directory having permission to delete it in c#
- Java Desktop opens files with different extensions
- Is it Possible that to pass Byte Array image from Database to SSRS Report in c# windows application
- Are there any specific technical requirements/guide for Windows Classic Desktop application?
- Delete all Cookies in Electron desktop app
- Is there a Desktop-like view for JavaFx desktop application?
- How to get current theme name from linux desktop environment using Qt C++
- Sending SMS in C# using Twilio
- JXTA on internet
Related Questions in PERFORMANCE-TESTING
- Does closing Scanner affect performance
- Can we set performance test case baseline programmatically in xcode?
- How to test RESTful web service performance
- Performance testing of frontend JavaScript
- Why am I receiving Response code: Non HTTP response code: java.net.SocketException?
- Getting DNS resolution time and response time with Python
- Measuring postgresql performance using pgbench
- Wikipedia NewPP limit report Parsed by mw1079
- How to find out memory consumed by classes, objects, variables, etc
- How to interpret browser wait time in browser snapshot
- Funkload Load Testing Implementation
- How to increase the request per second on amazon EC2 T2.micro instance?
- How to run Jmeter tests from bamboo?
- What is Concurrent Invocations in Profiling/Monitoring
- Performance Test Results - Throughput fluctuates
Related Questions in GRINDER
- Is it possible to get a list of the installed browsers using dart:io?
- Automated Testing Tool for Json-Rpc?
- Code works fine alone, but in function shows error
- Capacity Testing with Grinder
- Multiple Threads doing different operations in a single Grinder Script
- How to run The Grinder in MAC?
- How do I stop recording a test in a Grinder script?
- Testing Openfire with Grinder (BOSH load testing)
- Jmeter alternative
- Grinder - how to distribute invocation of urls from file
- Simulating high latency / intermittent network connections
- Set Agent Classpath in - The Grinder Java
- Distributed Testing of WSSE Webservice Calls
- Why incremental load and ramping up the threads is considered a best practice?
- How to perform load test for confluence using the grinder tool?
Related Questions in REMOTE-HOST
- .htaccess allow from REMOTE_HOST
- Connection force closed by Remote host - Python UDP programming
- Cant save files like before in the new PhpStorm 2016
- Command not found.when executing bash on remote host
- Unable to select database(remote)
- PhpStorm automatically upload to default server after update from SVN?
- Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host in C#
- Exception in monitor thread while connecting to server localhost:27017 while accessing MongoDB with Java
- how to connect to remote host running in docker container from jenkins running in docker container using ssh
- Bring back closed Remote Host Window on PHPStorm
- ASP.NET question regarding getting the IP address of a user
- The problem of printing characters to the right in a for loop with the ncurse library
- remote-access from Unix operator
- Using sockets to access file from remote host (Python)
- How can I establish a secure channel for SSL/TLS from a handheld device?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have solved this. if we connect a remote host and if we use proxy, we must set proxy:
Open cmd cd c:\grinder C:\grinder>java net.grinder.TCPProxy -remotehost myremotehost -remoteport myremoteport -console>test.py and recording process