1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name stress |
---|
7 | version 1.0.4 |
---|
8 | categories benchmarks |
---|
9 | platforms darwin |
---|
10 | license GPL-2 |
---|
11 | maintainers macports.org:nomaintainer |
---|
12 | description Workload generator |
---|
13 | long_description stress is a deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. |
---|
14 | homepage http://people.seas.harvard.edu/~apw/stress/ |
---|
15 | |
---|
16 | master_sites http://people.seas.harvard.edu/~apw/stress/ |
---|
17 | checksums rmd160 f168f4baedc97206259dd5dc59529805da48bc64 \ |
---|
18 | sha256 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b |
---|
19 | |
---|