Skip to content

Commit

Permalink
remove old notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Aug 9, 2023
1 parent feaea52 commit 7fa54be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/collect/host_filesystem_performance_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ func init() {

type Durations []time.Duration

// "github.com/kastenhq/kubestr/pkg/fio" provides some types that are useful for
// interacting with fio, but we don't need their options struct because we're running on
// the host from the CLI and not in a container/pod. So we define our own options struct.
// Today we only care about checking for write latency so the options struct
// only has what we need for that. we'll collect all the results from a single run of fio
// and filter out the fsync results for analysis. TODO: update the analyzer so any/all results
Expand Down

0 comments on commit 7fa54be

Please sign in to comment.