sysUpTime (property)

Time passed since the agent was initialized (in hundredths of a second).

Syntax

@property (nonatomic,readwrite,assign,getter=sysUpTime,setter=setSysUpTime:) long long sysUpTime;
- (long long)sysUpTime;
- (void)setSysUpTime:(long long)newSysUpTime;
public var sysUpTime: Int64 {
  get {...}
set {...} }

Default Value

0

Remarks

This property is used when sending SNMP traps, and it normally provides the time since the system was restarted in 1/100s of a second.

If another value is desired, you may set this property to a custom value. From that point on, SysUpTime will return the value set plus time elapsed.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 iOS Edition - Version 20.0 [Build 8202]