Skip to content

Releases: Seagate/openSeaChest_LogParser

OpenSeaChest_LogParser_V1.5.4

30 Apr 22:46
Compare
Choose a tag to compare

OpenSeaChest_LogParser_V1.5.4-2.4.5
• DOC: FARM spec version 4.41.1
• FEAT: FARM 4.41 updates - moved to version 2.4.5
• DOC: FARM spec version 4.41 Released
• FEAT: update Enum to Enum Class for C++11
• FEAT: Adding in --showStatic and --showAllHeadData to the help file
• DOC: FARM Spec version 4.28 Released
• FEAT: adding writeProtect, regenHeadMask to the drive info in the FARM log
• FEAT: adding CMR to primarySPcovPercentage to the FARM log.
• FEAT: added Regen Head Mask function for the FARM log
• FEAT: changed to cSCTTemp->print_SCT_Temp_Log(); for the device statistics temp log

openSeaChest_LogParser_V1.5.2

04 Aug 21:47
Compare
Choose a tag to compare
Pre-release

openSeaChest_LogParser_V1.5.2-2.4.0

  • Open FARM for SAS and SATA
  • Configure WhiteSource for GitHub.com
  • FEAT: update copyright date to 2023
  • FEAT: added /Zc:__cplusplus to set the compiler to some other then 1997
  • FEAT: changed some of the json int to json uint64 and added more to the switch statements for warnings
  • Fix - removed "," in the names of the data
  • Fix - changed to set_json_64bit_With_Check_Status for large numbers
  • BUG - fixing a few warnings on the 0x00ff for size of data
  • BUG - need to pass size_t to the FARM class
  • BUG - checkPointByte should be static_cast to the int8_t
  • BUG - adding get_Log_Size(size_t offset) to get the size of each log. If the size is 0xFFFFF or 0x0000 then force the size to be 0x18000. fixes memory error
  • BUG - flatcsv is not working, all fixed.
  • BUG - check the FARM pages information when not all 00's and fail for validation error
  • LIB: changed to set_json_64_bit_With_Status() for Major,Minor Revision.
  • LIB: created void set_json_bool_With_Status() for a boolean status
  • LIB: Changed swap_Bytes_sWorkLoadStat(), swap_Bytes_sEnvironmentStat() to Get_WorkLoadStat() and Get_EnvironmentStat()
  • LIB: changed Swap_bytes_sDrive_Info_Page_06() to Get_sDrive_Info_Page_06() and swap_bytes_workloagPage8() to Get_Workloadpage8()
  • LIB: Changed swap_Bytes_EnvironmentPage07() to Get_Environment_Page_07() to fill in the bytes of information
  • LIB: added to opensea_parser move to the scsi logpageparams for the structures

openSeaChest_LogParser_v1.0.1_0.1.3

08 Apr 21:37
Compare
Choose a tag to compare
  • added a return when it's smaller then max32
  • flatcsv setting the number size to the "sizeof" the value

openSeaChest_LogParser_v1.0.1

04 Apr 20:50
Compare
Choose a tag to compare
  • Updated the copyright date to 2019
  • added Man page
  • Changed BANNER to VERSION.
  • Fixed a open pragma
  • Added some macro formats and cleaned up the stack on structs