aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Backport to clang 15.Tor Egge2023-07-191-0/+1
* Reduce use of vespalib::unlink.Tor Egge2023-07-171-2/+1
* Export moved config definitions.Tor Egge2023-05-091-1/+1
* Remove kludge for RHEL 8.2.Tor Egge2022-09-181-13/+0
* Use vespalib::ResourceLimits in proton::HwInfoSampler.Tor Egge2022-05-131-6/+8
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-2/+5
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-17/+19
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in searchcoreArne Juul2021-02-151-3/+4
* Add kludge to avoid unresolved symbols with gcc-toolset-9 on RHEL 8.2Tor Egge2020-06-051-0/+13
* Double slash breaks RPM debug info extraction.Arnstein Ressem2020-01-071-1/+1
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-1/+2
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-3/+1
* Use std::filesystem instead of std::experimental::filesystem.Tor Egge2019-07-311-3/+3
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-1/+1
* You can never have 0 cores.... Then you do not exist...Henning Baldersheim2019-01-251-3/+1
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+3
* Add num cpu cores to HwInfo and sample if not specified.Geir Storli2017-10-101-4/+14
* Extend HwInfo with disk size, if disk is shared and memory size and sample si...Geir Storli2017-09-271-20/+50
* Revert "Geirst/reapply fix disk and memory usage sampling for docker"Geir Storli2017-09-221-49/+20
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-211-20/+49
* Revert "Geirst/fix disk and memory usage sampling for docker"Henning Baldersheim2017-09-201-49/+20
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-191-20/+49
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-0/+1
* Implement disk write speed sampling.Tor Egge2016-11-081-3/+109
* Add skeleton of class that samples hardware to derive infoTor Egge2016-11-041-0/+13