Skip to content
Advertisement

Tag: api

Jmeter Creating/Editing on .sh file linux

can someone help me simulate this scenario, example I will create/update the .sh file. Tried to used “SSH Command Sampler” and used this command “vi testralph123.txt” but it doesn’t work. SSH Command usually works if the Linux command is retrieve like “ls”. Your response is highly appreciated. Thank you so much in advance. Expected Result: upon invoking a sample it

Is there a Linux equivalent for Windows “InterLockedCompareExchange” API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 6 years ago. Improve this question Is there any posix/thread related API that could help to make

Is there a library and header to use to access EWMH/NetWM functions?

I need to get similar information on the current windows and virtual desktops as that provided by the command-line app wmctrl. I s there some (C/C++) API header & lib-files that I can use? Answer Download the source code of wmctrl and study it. If you are making some free software with the same or compatible GPLv2 license you could

Using Windows DLL from Linux

We need to interface to 3rd party app, but company behind the app doesn’t disclose message protocol and provides only Windows DLL to interface to. Our application is Linux-based so I cannot directly communicate with DLL. I couldn’t find any existing solution so I’m considering writing socket-based bridge between Linux and Windows, however I’m sure it is not such a

Advertisement