Merge branch 'sigar-1.6'
Conflicts: bindings/java/src/org/hyperic/sigar/jmx/SigarCpu.java bindings/java/src/org/hyperic/sigar/jmx/SigarCpuInfo.java bindings/java/src/org/hyperic/sigar/jmx/SigarCpuPerc.java bindings/java/src/org/hyperic/sigar/jmx/SigarLoadAverage.java bindings/java/src/org/hyperic/sigar/jmx/SigarMem.java bindings/java/src/org/hyperic/sigar/jmx/SigarSwap.java bindings/ruby/examples/cpu_info.rb bindings/ruby/examples/df.rb bindings/ruby/examples/free.rb bindings/ruby/examples/ifconfig.rb bindings/ruby/examples/netstat.rb bindings/ruby/examples/pargs.rb bindings/ruby/examples/penv.rb bindings/ruby/examples/who.rb
This commit is contained in:
commit
4fe3feb198
|
@ -1,3 +1,20 @@
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007-2008 Hyperic, Inc.
|
||||||
|
# Copyright (c) 2010 VMware, Inc.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
#extension source generator for all bindings
|
#extension source generator for all bindings
|
||||||
package SigarWrapper;
|
package SigarWrapper;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004 Hyperic, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using Hyperic.Sigar;
|
using Hyperic.Sigar;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004-2005 Hyperic, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using Hyperic.Sigar;
|
using Hyperic.Sigar;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004 Hyperic, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using Hyperic.Sigar;
|
using Hyperic.Sigar;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004-2005 Hyperic, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using Hyperic.Sigar;
|
using Hyperic.Sigar;
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004-2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
import org.hyperic.sigar.*;
|
import org.hyperic.sigar.*;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.hyperic.sigar.win32.Service;
|
import org.hyperic.sigar.win32.Service;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.jni;
|
package org.hyperic.jni;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.jni;
|
package org.hyperic.jni;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2009 SpringSource, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.jni;
|
package org.hyperic.jni;
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2009 SpringSource, Inc.
|
||||||
*
|
* Copyright (c) 2009-2010 VMware, Inc.
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
*
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* you may not use this file except in compliance with the License.
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* You may obtain a copy of the License at
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* details.
|
*
|
||||||
*
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* You should have received a copy of the GNU General Public License
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* along with this program; if not, write to the Free Software
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* See the License for the specific language governing permissions and
|
||||||
* USA.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.jni;
|
package org.hyperic.jni;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.jni;
|
package org.hyperic.jni;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.jni;
|
package org.hyperic.jni;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004, 2006, 2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vmcontrol_wrapper.h"
|
#include "vmcontrol_wrapper.h"
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VMCONTROL_WRAPPER_H
|
#ifndef VMCONTROL_WRAPPER_H
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004-2007, 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2009-2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004-2006, 2008 Hyperic, Inc.
|
||||||
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#if defined(WIN32) && !defined(SIGAR_NO_ATL)
|
#if defined(WIN32) && !defined(SIGAR_NO_ATL)
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
#define _UNICODE
|
#define _UNICODE
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004, 2007-2008 Hyperic, Inc.
|
||||||
|
* Copyright (c) 2009-2010 VMware, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
#define _UNICODE
|
#define _UNICODE
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2004-2005, 2008 Hyperic, Inc.
|
||||||
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
#define _UNICODE
|
#define _UNICODE
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004-2006, 2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2004-2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WIN32_BINDINGS_H
|
#ifndef WIN32_BINDINGS_H
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007, 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004-2009], Hyperic, Inc.
|
* Copyright (c) 2009 SpringSource, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006, 2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006, 2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2009 SpringSource, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar;
|
package org.hyperic.sigar;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2007, 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2008-2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
* Copyright (c) 2010 VMware, Inc.
|
||||||
*
|
*
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* you may not use this file except in compliance with the License.
|
||||||
* published by the Free Software Foundation. This program is distributed
|
* You may obtain a copy of the License at
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
*
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
*
|
||||||
* details.
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* You should have received a copy of the GNU General Public License
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* along with this program; if not, write to the Free Software
|
* See the License for the specific language governing permissions and
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* limitations under the License.
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2008 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006-2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.cmd;
|
package org.hyperic.sigar.cmd;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006, 2007], Hyperic, Inc.
|
* Copyright (c) 2007, 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.jmx;
|
package org.hyperic.sigar.jmx;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2007 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.jmx;
|
package org.hyperic.sigar.jmx;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc.
|
* Copyright (c) 2006 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.jmx;
|
package org.hyperic.sigar.jmx;
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) [2004-2009], Hyperic, Inc.
|
* Copyright (c) 2007, 2009 Hyperic, Inc.
|
||||||
* This file is part of SIGAR.
|
*
|
||||||
*
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* SIGAR is free software; you can redistribute it and/or modify
|
* you may not use this file except in compliance with the License.
|
||||||
* it under the terms version 2 of the GNU General Public License as
|
* You may obtain a copy of the License at
|
||||||
* published by the Free Software Foundation. This program is distributed
|
*
|
||||||
* in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
*
|
||||||
* PARTICULAR PURPOSE. See the GNU General Public License for more
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* details.
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* You should have received a copy of the GNU General Public License
|
* See the License for the specific language governing permissions and
|
||||||
* along with this program; if not, write to the Free Software
|
* limitations under the License.
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
||||||
* USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.hyperic.sigar.jmx;
|
package org.hyperic.sigar.jmx;
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue