Skip to content

Commit

Permalink
improve docs on qps
Browse files Browse the repository at this point in the history
  • Loading branch information
zanetworker committed Feb 21, 2024
1 parent a8560f6 commit f717035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ Typical QPS categories are as follows for reference:

| Category | Description |
|-----------|-----------------|
| Low | 0-1000 QPS |
| Medium | 1000-5000 QPS |
| High | 5000-10000 QPS |
| Very High | 10000-20000 QPS |
| Low | 0-500 QPS |
| Medium | 500-1000 QPS |
| High | 1000-5000 QPS |

## Server Categories

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var rootCmd = &cobra.Command{
italitYellow := yellow.Add(color.Italic)

// Print the results
italitYellow.Printf("Maximum HCPs that can be hosted: %.2f\n", math.Floor(resources.MaxHCPs))
italitYellow.Printf("Maximum HCPs that can be hosted per node: %.2f\n", math.Floor(resources.MaxHCPs))
italitYellow.Printf("Estimated HCP ETCD Storage Requirement: %.3f GiB\n", resources.EtcdStorage)

},
Expand Down

0 comments on commit f717035

Please sign in to comment.