- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AMDProfilerService-bin aborted while adding client id
$ AMDProfilerService-bin --add 'some_client_id_here'
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoull
Aborted
- Labels:
-
AMDProfilerService-bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also the remote service seems does not work at all. Can we make enhancements on usability?
Unable to establish connection... to x.x.x.x:32768
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi honglizh,
uProf supports Remote profiling of an application from Windows client to Linux server (target machine).
How it works is basically you start AMDProfilerService daemon on the host or target machine i.e., on the machine on which you want to profile an application.
AMDProfilerService --ip x.x.x.x
The IP Address used above x.x.x.x is the IP address of the machine on which you are starting the AMDProfilerService. The Clinet GUI will connect to this address/machine.
The required steps to follow are documented in chapter 11 of uProf-3.6 user guide.
The one requirement is that you should be able to ping the machine to which you want to connect - on the port on which the ProfilerService is started.
Let me know if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Santosh,
Thanks for your comments. The target machine is pingable and I've followed the instructions steps but it won't work for me. I'll skip to use local mode. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have two different uProf versions installed on your machine? In other issue you posted, you mentioned you are using uProf 3.5. This may cause some expected behavior.
