Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a web application deployed on a jboss server running on a unix machine.
I want to be able to monitor threads, CPU times ,requests, etc. , for gauging application performance on the server.
What might be the best way to do this?
The jboss.system:type=ServerInfo MBean provides several attributes that can be used to monitor the thread and memory usage in a JBoss instance.
A few open source tools for remote monitoring and administration using Java Management Extensions (JMX)
Jmanage
mx4j
mc4j
There is also RHQ that offers a lot more than just monitoring like alerting on (changed) values, can run operations on the servers (restart etc), can make config changes and also deploy applications on the server (or whole servers on a machine).
Solaris/Linux/*BSD? On Solaris and *BSD, you can consider using DTrace as a general application monitoring tool.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been learning about Rest APIs and I just created my first one in Visual Studio. Now I would like to put it on the internet so I can call to it rather than calling localhost. For the amount of information on how to create an API there isn't much information on how to deploy it.
My API is very simple and not very useful. It is more of a learning exercise to me. So I was wondering what is the free or cheap way of getting it on the internet.
Every ASP.NET project is deployed the same way. You hit publish and upload the files to a web server (be it your own computer with public IP address or hosting you pay for). If you are using a database you may need to setup that too and tweak the connection string in the config file.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've built an application with the following components:
ASP.NET MVC 4
SQL Server Reporting Services
SQL Server Integration Services
SQL Server 2012 database
Is there a platform as a service (PaaS) that will host all the code or will I have to use multiple services?
The goal for this deploy is for user testing. Eventually, the application will be migrated to an already existing .NET infrastructure so I'm looking for a transient environment.
Thank you!
Best bet is to use something like an aws ec2 instance where you can install everything you need on a box, pay by the hour to use it, and simply terminate it when you are done.
Very cost effective for temporary servers like this.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am doing a research project with my friend on cloud computing. The project requires us to create a web application using Drupal(content management system) and deploy the same on our own private cloud set up. I knew there are some third parties(like amazon, google etc) that provide us cloud set-up. But, our project requires us to create our own cloud environment with the available servers in our lab. We are new to this topic and kind of help up. Any help on this topic would be greatly Appreciated.
Regards,
Sathish
Have you taken a look at the following pieces of software?
Eucalyptus: Very easy to install using the Ubuntu Enteprise Cloud distribution, offers the same API as AWS
OpenStack: Never used it personally (but considering it for a future project), development started by the NASA, now deployed on different high-profile providers, such as RackSpace
You can use our free Drupal AMIs in Amazon EC2 and with Eucalyptus. If you'd prefer to, you can download VMWare images from the same page (they are also free).
Eucalyptus and OpenStack are open source tools, you could set up private cloud with them, but will need time and effort. If you are not limited to use open source, try Nimbula Director 2.0 , this is a enterprise product to set up a private cloud that and is free to use up to 40 cores. Keep me posted on what you chose or if you found a better one.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am aware of a tool which MS has provided which tells you about coss site scripting attack etc.
The tool is http://www.microsoft.com/downloads/details.aspx?FamilyId=0178e2ef-9da8-445e-9348-c93f24cc9f9d&displaylang=en
But are there tools which you have used for ASP .NET applications which do similar to this and which one is widely used in ASP .Net applications ?
Unfortunately CAT.NET is as good as dead so you can rule that one out.
In terms of XSS detection, if you're wanting to test vulnerabilities in an existing app you need not constrain yourself to static code analysis or .NET specific tools. There are plenty of language agnostic scanners out there you can run against the URL of an existing site.
One I've found very useful in the past is Netsparker from Mavituna Security. This is really easy to get up and running with (download it, enter a URL in a nice UI, run the scan) and the results are easily interpretable. You can grab a free community version which will identify persistent and reflective XSS (among other vulnerabilities) or pay for a licensed edition with a heap of additional features.
Are you thinking of the Web Protection Library?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a Windows network emulator that can emulate the packet-loss & latency characteristics of a 3G wireless network.
I used to use a tool from GIPs that has been end-of-life'd. I've also tried Shunra Virtual Enterprise but found it a bit too basic
dummynet is now available for windows and linux as well. See
http://info.iet.unipi.it/~luigi/dummynet/
There's a FreeBSD tool called dummynet that can do this. Since you have a Windows setup, you could put it on a separate box and route through it for testing, or perhaps even run it on a VM on your Windows machine. I know of no Windows solution to this problem, but perhaps others will.
Have you tried LANforge ICE for Windows? http://www.candelatech.com/lanforge_v3/datasheet.html#ice