티스토리 툴바


블로그 이미지
Kyosha 작가님 FAN입니다.
javamix

Tag

Notice

Recent Comment

Recent Trackback

Archive

calendar

    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
  • 51,982total
  • 28today
  • 64yesterday

s

2012/04/09 09:13 분류없음

yum install binutils-2* compat-libstdc++-33* elfutils-libelf* gcc-4.* gcc-c++-4.* glibc-2.* glibc-common-2.* glibc-devel-2.* glibc-headers-2.* ksh* libaio-0.* libaio-devel-0.* libgomp-4.* libgcc-4.* libstdc++-4.* libstdc++-devel-4.* make-3.* sysstat-7.* unixODBC-2.* unixODBC-devel-2.* pdksh*

posted by 김상훈 javamix
2012/03/14 17:39 Java
참으로 오랜만에 개발해보는 재미있는 하루였다...ㅋ

환경은 다음과 같다. 

Spring 3.0 프레임과........사용된 기술은 아래와 같다.
------------------------------------------------ 
Spring 3.0  Json  html5  real time chart 
------------------------------------------------
ajax
Json  
html5  - real time chart (jqchart)
------------------------------------------------ 
db : oracle 10g / Postgresql PPAS 9.0
------------------------------------------------  


 cpu 사용량 및...뭐 사용하는대는 문제가 없어 보인다.

하지만 HTML5 PlugIn에 제약 사항들이 있어서....불편하네...쩝.

차트는 역시 FLEX만한것이 없을것으로 생각되나......성능을 고려한다면 HTML5가 우수하다.

고객이 무엇을 원하는지 알아서 잘 .......ㅋㅋㅋ 

오늘 하루도 즐겁게...~~~ ^___^;;;
 
posted by 김상훈 javamix
2012/01/19 10:37 분류없음

Wikipedia defines Load and Stress Testing as “Load testing is the process of putting demand on a system or device and measuring its response. Stress testing refers to tests that determine the robustness of software by testing beyond the limits of normal operation”.

Due to budget constraints, my clients usually ask for some free tools to load/stress test their application, before going live. Here are some free tools to Load/Stress Test web applications. Please note that this is just a listing and is in ‘no particular order’.

The Grinder - The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. Test scripts are written in Jython, and HTTP scripts can be recorded easily from a browser session.

Pylot - Pylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning.

Web Capacity Analysis Tool (WCAT) - Web Capacity Analysis Tool (WCAT) is a lightweight HTTP load generation tool primarily designed to measure the performance of a web server within a controlled environment. WCAT can simulate thousands of concurrent users making requests to a single web site or multiple web sites. The WCAT engine uses a simple script to define the set of HTTP requests to be played back to the web server. Extensibility is provided through plug-in DLLs and a standard, simple API.

fwptt - fwptt it's a Web application tester program for load testing web applications. It can record normal and ajax requests. I tested it on asp.net applications, but it should work with jsp, php or other.

JCrawler - JCrawler is an open-source (under the CPL) Stress-Testing Tool for web-applications. It comes with the crawling/exploratory feature. You can give JCrawler a set of starting URLs and it will begin crawling from that point onwards, going through any URLs it can find on its way and generating load on the web application

Apache JMeter – JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Siege - Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It lets its user hit a web server with a configurable number of simulated web browsers.

http_load - http_load runs multiple http fetches in parallel, to test the throughput of a web server. However unlike most such test clients, it runs in a single process, so it doesn't bog down the client machine. It can be configured to do https fetches as well

Web Polygraph - Web Polygraph is a freely available performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries

OpenSTA - OpenSTA is a distributed software testing architecture designed around CORBA. The current toolset has the capability of performing scripted HTTP and HTTPS heavy load tests with performance measurements from Win32 platforms. However, the architectural design means it could be capable of much more.

I hope you liked this list.



posted by 김상훈 javamix
 <PREV 1 2 3 4 5 ... 93    NEXT>