# PostMan **Repository Path**: opencloudnext/PostMan ## Basic Information - **Project Name**: PostMan - **Description**: PostMan is an alternative approach to rapidly mitigate load imbalance for services processing small requests. - **Primary Language**: C - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: https://fangmingliu.github.io/files/Postman-ATC19-FangmingLiu.pdf - **GVP Project**: No ## Statistics - **Stars**: 158 - **Forks**: 16 - **Created**: 2019-08-18 - **Last Updated**: 2024-05-08 ## Categories & Tags **Categories**: networklib **Tags**: None ## README # PostMan [![](mulan_badge.jpg)](https://portal.mulanos.cn//) --- ## Description PostMan is an alternative approach to rapidly mitigate load imbalance for services processing small requests. Motivated by the observation that processing large packets incurs far less CPU overhead than processing small ones, PostMan deploys a number of middleboxes called helpers to assemble small packets into large ones for the heavily-loaded server. If you are interested in PostMan, a detailed description can be got in our [ATC 2019][atc2019] paper. [atc2019]: https://fangmingliu.github.io/files/Postman-ATC19-FangmingLiu.pdf ## Using PostMan 1. Data migration in Memecached - Branch: master - Server: memcached-server - Client: Message-benchmark