Earticle

현재 위치 Home 검색결과

결과 내 검색

발행연도

-

학문분야

자료유형

간행물

검색결과

검색조건
검색결과 : 3
No
1

4,200원

As the web game market grows, ensuring service stability through load testing has become increasingly important. Web games comprise a variety of functions with distinct internal logic, ranging from simple data retrieval to complex transaction processing. Therefore, a comparative performance analysis of load-testing tools that accounts for these functional characteristics is crucial for achieving reliable and efficient service operation. This paper evaluates the performance of four widely used load-testing tools—JMeter, k6, Gatling, and Locust—under representative web-game workloads. To emulate realistic database read and write patterns, we implement the core server logic of the web game Pokerogue in a cloud environment rather than simply issuing HTTP requests. We classified workload patterns into write-intensive, read-intensive, and mixed types using distributed tracing, and measured request-generation capability and system resource consumption across five key game functions. Our experiments show that each tool demonstrates distinct strengths depending on the characteristics of individual web-game functions. Specifically, k6 demonstrated high request-generation performance in write-intensive scenarios, while JMeter showed strong performance in read-oriented tasks; Gatling exhibited efficient memory usage in mixed workloads, whereas Locust proved suitable for resource-constrained environments. These results indicate that the selection of a load-testing tool should be informed not only by its request-generation performance but also by the workload characteristics of the target game function. By systematically analyzing function-specific workload patterns together with the performance and resource-usage behavior of each tool, this study aims to provide empirical evidence that can be usefully applied in practical load-testing workflows for web-game services.

2

Workload Characterization on a Cloud Platform: An Early Experience SCOPUS

Zujie Ren, Jinxiang Dong, Yongjian Ren, Renjie Zhou, Xindong You

보안공학연구지원센터(IJGDC) International Journal of Grid and Distributed Computing Vol.9 No.6 2016.06 pp.259-268

※ 원문제공기관과의 협약기간이 종료되어 열람이 제한될 수 있습니다.

Understanding the characteristics of cloud workloads is the key to making optimal configuration decisions and improving the system throughput. However workload characterization of cloud, especially in a large-scale production environment, has not been well studied yet. To gain insights on cloud workloads, we collected a one-week workload trace from a 100-node cloud cluster which hosts 1082 virtual machines. We characterized the workload at the granularity of virtual machines and physical nodes, respectively. We concluded with a set of meaningful observations. The results of workload characterization are representative and generally consistent with cloud cluster for public IaaS service providers, which can help other researchers and engineers understand the performance and VM characteristics of the cloud in their production environments.

3

Workload Characterization for Web Search

전명재, 이영규

[NRF 연계] 한국지식정보기술학회 (사)한국지식정보기술학회논문지 Vol.11 No.4 2016.08 pp.425-433

※ 협약을 통해 무료로 제공되는 자료로, 원문이용 방식은 연계기관의 정책을 따르고 있습니다.

원문보기

Web search distributes query processing across many servers, and each web search server processes multiple queries concurrently to achieve high throughput. A fundamental requirement of web search is responsiveness, which is typically guided by a response time SLA. As this is applied to each and every search query, understanding how system resources are utilized during query execution is important. In this paper, we present workload characterization for web search, with a focus on temporal and spatial locality of index data access. A key finding includes high temporal locality, suggesting that data caching plays an important role in achieving good performance. Moreover, this paper analyzes how effective the preferching of index data is in web search. The prefetching is a very common optimization in web search in order to amortize delay related to data reads from external storage. From the analysis, we observe that the prefetching is not only frequent, but also aggressive, with large size of data to be issued for prefetching. Surprisingly, this optimization is effective in web search. However, some portion of the prefetched data is not accessed by the query due to early termination, and this paper shows that this accounts for 8.3% of total prefetched data. As a future work, we will study how to reconcile many prefetching requests issued by concurrent queries under heavy loads. Lastly, we believe that this work will fuel future endeavors on improving memory management for web search workloads.

 
페이지 저장