Re: [DISCUSS] New benchmarking tool

2023-11-02 Thread Nux
Great idea, looking forward to it. On 2023-11-01 16:34, Rohit Yadav wrote: All, I want to kickstart a discussion of developing a new tool - csbench, that can help with generating resource load and measuring the performance and efficiency of Apache CloudStack APIs. Much like cmk, this tool

Re: [DISCUSS] New benchmarking tool

2023-11-02 Thread Daan Hoogland
thanks Rohit, It is a great idea. I have some questions concerning "measuring is influencing" and "prerequisites", but those should not stop us from creating a repo for this in the project great idea, On Thu, Nov 2, 2023 at 9:58 AM Nux wrote: > Great idea, looking forward to it. > > > On 2023-11

Re: [PR] Convert GET to POST requests [cloudstack-cloudmonkey]

2023-11-02 Thread via GitHub
DaanHoogland commented on code in PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#discussion_r1380289018 ## cmd/network.go: ## @@ -243,9 +252,18 @@ func NewAPIRequest(r *Request, api string, args []string, isAsync bool) (map[str params.A

Re: [PR] Convert GET to POST requests [cloudstack-cloudmonkey]

2023-11-02 Thread via GitHub
rohityadavcloud commented on PR #140: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1791029733 @DaanHoogland @Pearl1594 is there a way you could test against large userdata input string to see how it behaves wrt post vs get request? -- This is an automated m