NAICNO / Jobanalyzer

Easy to use resource usage report
MIT License
0 stars 1 forks source link

Parameterize `naicreport at-a-glance` #376

Open lars-t-hansen opened 10 months ago

lars-t-hansen commented 10 months ago

This module has a number if hardcoded parameters:

lars-t-hansen commented 10 months ago

The sampling interval was made a parameter in #355, awaiting some results.

lars-t-hansen commented 10 months ago

The sampling interval was made a parameter in #355, awaiting some results.

Actually this was for the --with-uptime parameter of naicreport load (which was also broken), not for the parameter of at-a-glance. Sigh.

While I'm here: currently we treat this parameter as cluster-wide. This need not be so: it may be that the sampling interval should be shorter on interactive and login nodes. The sampling interval is really per-node. (And of course, the node knows best what the interval is, it shouldn't have to be configured in multiple places. So really it should be transmitted from the node with the sonar data.)

lars-t-hansen commented 9 months ago

What remains here for the time being is low priority.