0

Insight into Warewolf Workflows and how many active threads are being used per Workflow

Clinton Grant 9 месяцев назад в Server / Resources 0

Hi

I am currently running warewolf on a VM with 8 vCPUs, I want to know how do I get insight into how many workflows are currently running and utilizing threads and how many are being queued to run

The reason I would like this insight is to be able to accurately monitor performance to ensure that I have enough vCPUs for the amount of workflows processing and also to know when to upscale or down scale correctly to be able to save costs.

My monitoring product that I am currently using is PRTG for monitoring my VM's

server workflow
0
На рассмотрении

Warewolf Resource Insights

Анонимный 1 год назад в Server / Resources обновлен Ashley Lewis 8 месяцев назад 1
  1. Have the ability in the Warewolf Studio to see the resource consumption down to individual named workflow for memory used, CPU threads used etc.
  2. Have the ability to integrate 3rd party monitoring tools such as PRTG with the above in order to identify which named workflow is consuming all the resources assigned to the VM or Kubernetes POD.
  3. Have the ability to set percentage threshold alerts on resources assigned to the VM or Kubernetes POD.
  4. Have the ability to email alerts when thresholds are breached.
server studio
0

Command Line Deploy

Анонимный 1 год назад в Server / Resources 0

How do I deploy from a batch file or command line rather than the Studio?

0
На рассмотрении

WCF Host/Endpoint Support

Victor Rocha 9 лет назад в Server / Resources обновлен anonymous 8 лет назад 7
Hi!

Are you planning to support (host) WCF services?

I mean, give to user the ability to load a DLL dynamically and host it (endpoint) within Warewolf ESB to be accessed by Warewolf and any other WCF client? Is it possible?

Example:

  • 1 - Load DLL - WCFHelloService.IHelloServiceBus - (Contract - mapping methods dynamically)

  • 2 - Host it:
using System.ServiceModel;
ServiceHost host = new ServiceHost(typeof(HelloServiceBus), uri);

  • 3 - Turns it available as a WCF's endpoint (Some binding types) to be consumed by any WCF client and Warewolf ESB:

<service name="WCFHelloService.HelloServiceBus">
<endpoint address="net.tcp://warewolfendpoint/HelloService" binding="netTcpBinding" contract="WCFHelloService.IHelloServiceBus"/>
</service>
I believe, if it is possible, that WCF hosting will give much more integration capabilities, enabling users to concentrate all its WCF services into Warewolf ESB.
Best regards!
service
Ответ
anonymous 8 лет назад

Hi Victor,


Warewolf ESB currently allows connecting to webservices as well as loading of .net dll so both these methods are options to access an existing WCF service.


Thanks

+1
Завершен

Updating Password for db

Alex Hampel 11 лет назад в Server / Resources обновлен Gandalf 11 лет назад 0

My windows password used to connect to this sql server needed to be changed today. I open up my source to enter the new password.



Once the connection test succeeds I am asked to select a db. It would be nice if I didn't have to re-select the db as I'm sure this could lead to the incorrect db being selected.


Ответ
Gandalf 11 лет назад

Good thinking. Thanks

+2
Исправлен

SQL connection - windows auth

Alex Hampel 11 лет назад в Server / Resources обновлен Grommit 11 лет назад 1

When I select 'Windows' for sql authentication and click the test connection button it immediately fails.


If i click test connection again the 'working' wheel just spins forever with no result.



Ответ
Grommit 11 лет назад

This will be available in the next build. Thanks Alex.



Сервис поддержки клиентов работает на платформе UserEcho