Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

criteo/hwbench

Arno500 opened an issue on criteo/hwbench
Using the example "mini" config: `IndexError: index 0 is out of bounds for axis 0 with size 0`
When graphing, after recording data using [this configuration](https://github.com/criteo/hwbench/blob/main/configs/mini.conf), I get the following output: ``` Traceback (most recent call last): ...
Arno500 starred criteo/hwbench
ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • hwgraph: Add option to manage missing data points. As reported in issue #40, when data points are missing, hwgraph w... f8c8e15

View on GitHub

ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • hwgraph: Add option to manage missing data points. When data points are missing, hwgraph was crashing because graphs... a3abe44

View on GitHub

ErwanAliasr1 opened an issue on criteo/hwbench
Allow graphing even if some monitoring metrics are missing
If some monitoring failed because of timing issue, the rendering crashes because a data point is missing. Let's warn the user and offer an option to override and let the graphing done with a warning.
ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • hwbench: Using absolute paths for out & tuning directories As per issue #38, the dmidecode call to save the SMBIOS t... 3084817

View on GitHub

ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • hwgraph: Adding metric get_full_name() When loading metrics, it appear that some can have the same name making inval... c7669f9

View on GitHub

ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • hwgraph: Do not crash with empty monitoring metrics If a monitoring metric is empty, do not crash hwgraph but rather... 503e5ba

View on GitHub

ErwanAliasr1 created a review comment on a pull request on criteo/hwbench
Make sense, fixed for this one and the previous commit

View on GitHub

ErwanAliasr1 created a review on a pull request on criteo/hwbench

View on GitHub

ErwanAliasr1 pushed 3 commits to various criteo/hwbench
  • hpe: Do not crash if not all PSUs are enabled When a PSU is missing the PowerSupplies endpoint looks like the follow... 5528f19
  • hpe: Remove redundant calls to enclosurechassis endpoint On mono-node HPE chassis, the current code is calling the e... d79bb7f
  • monitoring: Increasing turbostat time budget By default, turbostat was given 200ms to start & complete. When CPUs do... 47bc82b

View on GitHub

ezekriSCW created a comment on an issue on criteo/hwbench
resolved, thx

View on GitHub

ezekriSCW closed an issue on criteo/hwbench
runtime error on Dell/Intel server
When trying to use hwbench with a Dell C6420 server (Intel Xeon Silver 4114), an error is raised with following bt. Note: it seems that CPU vendor hasn't been detected properly. ``` # python3 -m...
anisse created a review comment on a pull request on criteo/hwbench
Why use a TTL cache here instead of a simpler cache like the ones embedded in the python3 stdlib? https://docs.python.org/3/library/functools.html#functools.cache

View on GitHub

anisse created a review on a pull request on criteo/hwbench

View on GitHub

ErwanAliasr1 opened an issue on criteo/hwbench
Add cpu freq scaling graph
It could be interesting to add a cpu frequency scaling graph to see how the core frequencies react to workloads.
ErwanAliasr1 created a comment on an issue on criteo/hwbench
I think we can close this one @ezekriSCW

View on GitHub

ErwanAliasr1 opened an issue on criteo/hwbench
dmidecode-bin file is missing
When collecting the hwbench-out directory, there is no dmidecode-bin file while it was supposed to be present.
ErwanAliasr1 opened an issue on criteo/hwbench
Curious numbers on max_perf_per_core rendering
It seems the values reported and selected for the max_per_per_core are not correct in some cases, to be checked.
ErwanAliasr1 opened an issue on criteo/hwbench
Same metrics name are aggregated in env graph
If two metrics have the same name, hwgraph will mix them during the env graph creating crazy outputs. Let's fix the name to avoid this case.
ezekriSCW opened an issue on criteo/hwbench
PDU data expected even if not defined in monitoring conf file
https://github.com/criteo/hwbench/blob/f2fa9c2829f7abba0c4c675f47efa5f1a4c0b269/graph/hwgraph.py#L93 Index list out of range caused by absent PDU data in json results file ``` Traceback (mos...
ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • monitoring: Increasing turbostat time budget By default, turbostat was given 200ms to start & complete. When CPUs do... 4ea10b0

View on GitHub

ErwanAliasr1 pushed 1 commit to various criteo/hwbench
  • monitoring: Increasing turbostat time budget By default, turbostat was given 200ms to start & complete. When CPUs do... 70b7f52

View on GitHub

ErwanAliasr1 deleted a branch criteo/hwbench

dell

ErwanAliasr1 created a branch on criteo/hwbench

various - hwbench is a benchmark orchestration tool to automate the low-level testing of servers.

ErwanAliasr1 pushed 5 commits to main criteo/hwbench
  • tests: Split Dell testing A TestDell class is created to get a generic setUp(). This class is instanciated by produc... 9637b24
  • tests: Adding Dell C6420 This commit is about adding Dell C6420 as a new supported model. - Adding oem/power/therma... 3eaf9d7
  • dell: Adding legacy OEM attributes path If there is no System.Embedded.1 path, let's use the default Attributes path... c119d52
  • monitoring: Do not log error for all failed get_redfish_url() The current implementation of get_redfish_url() logs a... 76bee41
  • Merge pull request #33 from criteo/dell Adding Dell Gen14 support f2fa9c2

View on GitHub

ErwanAliasr1 closed a pull request on criteo/hwbench
Adding Dell Gen14 support
As per issues reported in #25 , let's add a specific test suite for C6420.
anisse created a review on a pull request on criteo/hwbench

View on GitHub

anisse created a review comment on a pull request on criteo/hwbench
This makes me wonder if we shouldn't change this to use json directly in the future. Do you remember why we picked python ast over json to load test files?

View on GitHub

Load more