Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ssqre committed Apr 27, 2020
1 parent da85ffa commit e07a7de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dtop -s // Check the system utilization caused by the application.

**Measure a system performance**
```
dtop -c // Run this on a reference system, get the scores.txt.
... // Copy the scores.txt to the system being measured.
dtop // Check the measuring system perforance with the reference system.
dtop -m 1 // Check the measuring system perforance.
```

The score represents the residual system performance. It represents the whole system performance if there is no workloads running on the sytem. Performance scores of different systems can be compared with each other. A higher score means a better performance.

0 comments on commit e07a7de

Please sign in to comment.