Fix issue #60: add API to get raw metrics of a specific profile ID
hpcviewer has a feature to display metrics of a specific profile ID (or ID-tuples). We need to add this feature to the client so that the server can send the raw metrics of a given profile ID.
There is no change on the server's part, as it already accepts queries with a profile ID.
Changes
-
protocol: Add a new APIbrokerMetricRawDataProfile(ProfileId id)to query metrics based on a profile ID. -
client: Use the new API protocol to send a query with a given profile ID to the server.
Signed-off-by: Laksono Adhianto laksono@gmail.com