As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Thanks JG. it will be gr8 if u can provide me some doc link where we can the info like - say if i have X GB , and Y GHz , then we can have max of 100 agents.
Arun If you go to the WebFocus server console and click the help icon you can access the server installation documentation which gives general memory guide lines (not linux unfortunately).
However a better idea is to run some scalability testing. This can be done directly from the console.
Check out the server administration documentation under
it will be gr8 if u can provide me some doc link where we can the info like - say if i have X GB , and Y GHz , then we can have max of 100 agents
If it were only that easy. Vendors usually don't provide this type of information because so many variables are involved. # of CPU's, CPU speed, memory, available memory, competing resources, etc., etc. You'll just have to do some testing as JG suggests. IBI provides some basic tools.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
And one of the biggest variables that you can have in this area is the type of work that needs to be done by an agent. I've seen agents use no mre than 3 or 4 MB, but I've also seen agents grow up to almost a GB. Anything in between is also possible. It all depends on what you want teh agent(s) to do as well as on your environment.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Found in the documentation that every agent will occupy 1.2 MB space . Based on the our free memory space and agent space , we had increased the # of agents to 100. So far so good. Thanks all
Again, that is just the amount that is required for the agent to exist in memory. If the agent is doing anything (which they usually do) then they could occupy MUCH more than that. I've seen them over 100 MB for some reports. If you're running that many concurrent, you should be especially sensitive to this.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Additionally, all of those agents will be using temporary space on disk so if they're using ON TABLE HOLD for large amounts of data, you could also run out of temporary disk space if the allocation is not large enough.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007